riboch / LaTeXLogbookTemplate

My LaTeX logbook template, including the date generation bash script.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1. Run Organization_Date.sh
2. Copy the includes from LOOKATME.txt into root.tex.
3. Modify the files (start by uncommenting \include{2017})
4. Run:
    pdflatex root.tex
    pdflatex root.tex
    biber root
    pdflatex root.tex
    
    

About

My LaTeX logbook template, including the date generation bash script.

License:GNU General Public License v2.0


Languages

Language:TeX 90.3%Language:Shell 9.7%