10 lines
491 B
Markdown
10 lines
491 B
Markdown
|
# My LaTex files
|
||
|
|
||
|
Here are my LaTeX project, with my shell script to build them.
|
||
|
|
||
|
# How to build
|
||
|
|
||
|
To use the **build.sh** script, put it in a folder with a file named **main.tex**, and then run it.
|
||
|
It will compile the document to pdf (placed in ./.out/main.pdf), and try to open it using [zathura](https://pwmt.org/projects/zathura/).
|
||
|
Then while it runs, it will recompile the document each time you change a *.tex file. If there an error occurs, the log will be stored in ./.out/error.log
|