https://github.com/zebraalgebra/latex-boilerplate
https://github.com/zebraalgebra/latex-boilerplate
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zebraalgebra/latex-boilerplate
- Owner: ZebraAlgebra
- Created: 2024-03-08T05:48:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T03:44:55.000Z (over 1 year ago)
- Last Synced: 2024-12-30T00:37:42.907Z (over 1 year ago)
- Language: TeX
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.