LaTeX run config fix to run on 'template' instead of previously deleted 'dev'

This commit is contained in:
TiagoRG 2023-01-31 21:45:48 +00:00
parent 9cd5131783
commit 98b94cb62a
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@
<viewer-command />
<compiler-arguments />
<envs />
<main-file>$PROJECT_DIR$/apontamentos/dev/src/main.tex</main-file>
<output-path>$PROJECT_DIR$/apontamentos/dev/out</output-path>
<main-file>$PROJECT_DIR$/apontamentos/template/src/main.tex</main-file>
<output-path>$PROJECT_DIR$/apontamentos/template/out</output-path>
<auxil-path>{projectDir}/auxil</auxil-path>
<compile-twice>true</compile-twice>
<output-format>PDF</output-format>