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 32897614e8
commit 2f050b4332
Signed by untrusted user who does not match committer: TiagoRG
GPG Key ID: DFCD48E3F420DB42
1 changed files with 2 additions and 2 deletions

View File

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