SPB Git

spb/phd_thesis Public

PhD thesis — Three essays on high-frequency return and volatility dynamics in commodities and financial futures markets (Université Laval).

TeX 100%
316 B · 7 lines
Raw Blame History
1# Configuration latexmk — thèse ulthese (pdfLaTeX + BibTeX)2$pdf_mode = 1;            # pdflatex3$bibtex_use = 2;          # exécuter bibtex au besoin4$pdflatex = 'pdflatex -interaction=nonstopmode -halt-on-error -file-line-error %O %S';5@default_files = ('main.tex');6$clean_ext = 'bbl blg run.xml synctex.gz';7