An open API service indexing awesome lists of open source software.

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

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.