https://github.com/thomd/latex-template
Simple starter template for LaTeX
https://github.com/thomd/latex-template
latex
Last synced: 3 months ago
JSON representation
Simple starter template for LaTeX
- Host: GitHub
- URL: https://github.com/thomd/latex-template
- Owner: thomd
- Created: 2025-02-20T10:09:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-20T10:23:37.000Z (over 1 year ago)
- Last Synced: 2025-02-20T11:23:54.873Z (over 1 year ago)
- Topics: latex
- Language: TeX
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LaTeX Starter Template
A simple starter template for $\LaTeX$.
Create document section in `.tex/` folder.
When changes are pushed to Github, a `main.pdf` is created via a Github action. Skip this by adding `[skip ci]` to the commit message.
## Setup
Install [MacTex](https://www.tug.org/mactex/) for OSX (the package size is about 6 GB):
```
brew install --cask mactex
```
## Usage
```
make prettier
make
make clean
open main.pdf
```