LaTeX run config fix to run on 'template' instead of previously deleted 'dev'
This commit is contained in:
parent
32897614e8
commit
2f050b4332
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue