add proposal template

This commit is contained in:
2024-11-27 22:58:01 +08:00
parent a5a2b78429
commit 4c95a93dc4
6 changed files with 2917 additions and 0 deletions

7
Proposal/.latexmkrc Normal file
View File

@@ -0,0 +1,7 @@
$pdf_mode = 1;
$pdflatex = "xelatex -file-line-error --shell-escape -src-specials -synctex=1 -interaction=nonstopmode %O %S;cp %D %R.pdf";
$recorder = 1;
$clean_ext = "synctex.gz acn acr alg aux bbl bcf blg brf fdb_latexmk glg glo gls idx ilg ind ist lof log lot out run.xml toc dvi";
$bibtex_use = 2;
$out_dir = "temp";
$jobname = "BUPTBachelorThesisProposal";