Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gonzalezcastillo/sgc-latex
Samuel González-Castillo's LaTeX document classes.
https://github.com/gonzalezcastillo/sgc-latex
latex-class
Last synced: about 1 month ago
JSON representation
Samuel González-Castillo's LaTeX document classes.
- Host: GitHub
- URL: https://github.com/gonzalezcastillo/sgc-latex
- Owner: GonzalezCastillo
- License: other
- Created: 2020-09-05T20:17:46.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-01T16:08:59.000Z (2 months ago)
- Last Synced: 2024-09-28T04:41:26.367Z (about 2 months ago)
- Topics: latex-class
- Language: TeX
- Homepage: https://sgc.ink/work
- Size: 16.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SGC-LaTeX document classes
This is the repository for my personal LaTeX document classes. They are heavily customised and designed to fit my taste and needs.
## Quick start
**If you just want to compile a document that relies on these document classes:**1. Find whichever document class you are looking for in the `texmf/tex` folder.
2. Copy the class file to your local working directory.
3. Compile your document with pdfLaTeX.There is no need to install all the files on your system.
## Font dependencies
Depending on which TeX engine you use, the document classes will use different fonts:- If you use XeLaTeX, the document classes will load [Inter](https://rsms.me/inter/) using the fontspec package and they will use it as their default sans serif font. The Inter font files are included in the `texmf/fonts` folder and they must be accessible to fontspec if you use these document classes with XeLaTeX.
- If you use pdfLaTeX, the default sans serif font will be Tex Gyre Heros, which comes bundled with most TeX distributions.
## Full installation
You can install the document classes on your system by copying the contents of the `texmf` folder to your local `texmf` folder.The document classes have been generated from the `classes.dtx` source file running this command:
```
latex classes.ins
```