curriculum-vitae

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit fdec1b97ff83d286a9b4e524bd5399c16b480316
parent c8e046793b2bbf36380caaaebe57dad2cd697948
Author: Silas Brack <s174433@student.dtu.dk>
Date:   Tue,  3 Jan 2023 19:52:02 +0100

Outputs to different dir, moved files.

Diffstat:
Rcv_full.tex -> cvs/full.tex | 0
Mlatexmkrc | 3++-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/cv_full.tex b/cvs/full.tex diff --git a/latexmkrc b/latexmkrc @@ -6,7 +6,8 @@ # @default_files = ("main.tex"); $pdf_mode = 1; -# $out_dir = "logs/"; +$out_dir = "output"; +$aux_dir = "aux"; $pdflatex = "xelatex -shell-escape -interaction=nonstopmode -synctex=1 %O %S"; $clean_ext .= "loa mw nlo nls run.xml xdy";