Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HolgerGerhardt/TeXTemplates
LaTeX/XeLaTeX templates for academic publications: articles, dissertations, posters, and bachelor’s/master’s theses
https://github.com/HolgerGerhardt/TeXTemplates
conference-talk dissertation latex poster presentation-slides tex xelatex
Last synced: 3 months ago
JSON representation
LaTeX/XeLaTeX templates for academic publications: articles, dissertations, posters, and bachelor’s/master’s theses
- Host: GitHub
- URL: https://github.com/HolgerGerhardt/TeXTemplates
- Owner: HolgerGerhardt
- Created: 2018-12-15T20:10:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-21T14:02:56.000Z (11 months ago)
- Last Synced: 2024-05-23T04:53:20.971Z (6 months ago)
- Topics: conference-talk, dissertation, latex, poster, presentation-slides, tex, xelatex
- Language: TeX
- Homepage: https://holgergerhardt.github.io
- Size: 197 MB
- Stars: 151
- Watchers: 9
- Forks: 38
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TeXTemplates
## General Information
This repository includes LaTeX templates for
* manuscripts to be submitted to academic journals,
* dissertations,
* bachelor’s/master’s theses and term papers,
* presentation slides,
* conference posters, and
* (academic) curricula vitae/résumés.## Noteworthy Features
* The templates for long-form texts (dissertations, article manuscripts, theses, term papers) attempt to typeset the body text such that it adheres to a baseline grid.
* Support for context-based typesetting of mathematical formulas: Formulas in a serif-font environment are typeset using the serif font, while formulas in a sansserif-font environment are typeset using the sansserif font.
* All templates use [`biblatex`](https://ctan.org/pkg/biblatex) with [`biber`](https://ctan.org/pkg/biber) as the backend. (For reasons why to use [`biblatex`](https://ctan.org/pkg/biblatex) with [`biber`](https://ctan.org/pkg/biber) instead of [`natbib`](https://ctan.org/pkg/natbib) with [`bibtex`](https://ctan.org/pkg/bibtex), see [this post on StackExchange](https://tex.stackexchange.com/questions/25701/bibtex-vs-biber-and-biblatex-vs-natbib/25702#25702).)
## Updating
I try to keep my TeX installation up-to-date as much as possible. That is, I check for updates to all TeX packages available on [CTAN](https://ctan.org) about once per week.
Hence, whenever I update this repository, the *.tex* files should compile flawlessly with an up-to-date TeX installation. This entails, however, that they may not compile without errors on older TeX installations. This will happen, in particular, if the update of a package that is used in my templates features backward-incompatible changes.
I am unable to ensure backward compatibility with older TeX installations because doing so would be extremely time-consuming. If you are using an older TeX installation, you may, of course, try to go back in time and download these templates based on earlier commits to this repository. (Say, if you use TeX Live 2019, which is the default TeX installation on Ubuntu 20.04 LTS, you may try your luck with commits from 2019.)