Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tfiers/totex
My LaTeX preambles
https://github.com/tfiers/totex
Last synced: about 2 months ago
JSON representation
My LaTeX preambles
- Host: GitHub
- URL: https://github.com/tfiers/totex
- Owner: tfiers
- License: gpl-3.0
- Created: 2018-08-16T19:02:55.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T11:47:14.000Z (12 months ago)
- Last Synced: 2024-04-16T07:05:27.803Z (9 months ago)
- Language: TeX
- Homepage:
- Size: 116 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# ToTeX
(Preposterously named after _Lamport's TeX_, or LaTeX).
Some preamble material common to multiple of my LaTeX documents.
Usage example:
```tex
\documentclass[a4paper,oneside,11pt]{memoir}
\input{totex/Settings}
\input{totex/Commands}
..
\begin{document}
..
\end{document}
```❗ Make sure `cm-super` is installed, and in MiKTeX console, run *Tasks* > *Refresh font map files*. If not you'll get the dreaded `auto expansion is only possible with scalable fonts`.