feat: add Android Report

This commit is contained in:
2024-07-04 21:45:47 +08:00
parent a90302f7ba
commit 2414d1b66b
25 changed files with 1564 additions and 0 deletions

7
AndroidReport/.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 = "AndroidReport";