https://github.com/mildc055ee/tex-base
my template repository for tex
https://github.com/mildc055ee/tex-base
Last synced: 4 months ago
JSON representation
my template repository for tex
- Host: GitHub
- URL: https://github.com/mildc055ee/tex-base
- Owner: mildc055ee
- Created: 2020-08-14T14:52:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-14T17:15:40.000Z (almost 6 years ago)
- Last Synced: 2025-02-24T14:52:54.689Z (over 1 year ago)
- Language: TeX
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## engine
tectonic
## how to write paper
- write each section to `sections/sec1.tex`, `sections/sec2.tex`...
- in `main.tex`, add `\input{sections/sec1.tex}`...
- save figures into `imgs`
## how to compile
```
tectonic main.tex
```
if you want to run quietly, you can use `-c minimal` option.