An open API service indexing awesome lists of open source software.

https://github.com/zebraalgebra/latex-boilerplate


https://github.com/zebraalgebra/latex-boilerplate

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Latex Boiler-Plate

This is a boiler-plate for book class.

## Dependencies

Requires `texlive`, `biber`.

## Workflow on Neovim + VimTex

One can use `\ + l + l` to start compilation in continuous mode.

## More configs

Modify `.latexmkrc` for output file and the build process.

Modify the files in `sty` to specify other metadata, and packages.

## Content creation

Add entries and contents into the directory `src` and input them in `main.tex`.

Add bib entries in `ref.bib`.