https://github.com/dbrgn/latex-base-template
LaTeX base template used as a basis for all my TeX documents.
https://github.com/dbrgn/latex-base-template
Last synced: 4 months ago
JSON representation
LaTeX base template used as a basis for all my TeX documents.
- Host: GitHub
- URL: https://github.com/dbrgn/latex-base-template
- Owner: dbrgn
- Created: 2012-08-06T20:57:24.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-12-03T14:28:33.000Z (over 13 years ago)
- Last Synced: 2025-03-06T08:51:06.117Z (over 1 year ago)
- Size: 105 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LaTeX base template
===================
This is my custom LaTeX base template that I use when creating new documents. It loads some useful
packages and creates a default structure.
The following `.tex` files are included:
- `preamble.tex`: Documentclass and packages
- `header.tex`: Header configuration using fancyhdr
- `title.tex`: Title page and TOC
- `main.tex`: The main file that pulls together all parts
Additionally, a LaTeX compatible `.gitignore` file and a useful Makefile are provided.
It is also recommended to create an alias for `git diff --color-words`:
$ git config alias.wdiff 'diff --color-words'
I might make this repository ready to be used as a submodule someday. Currently it's meant to be
copy-pasted for each new project, in order to be able to make changes to the setup.