Skip to content

Commit

Permalink
Share IntelliJ run configuration to build the project.
Browse files Browse the repository at this point in the history
  • Loading branch information
brtrndb committed Oct 9, 2023
1 parent 01e942a commit fbdb8de
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .run/BertrandBoyer.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="BertrandBoyer" type="LATEX_RUN_CONFIGURATION" factoryName="LaTeX configuration factory">
<texify>
<compiler>LUALATEX</compiler>
<compiler-path />
<sumatra-path />
<pdf-viewer>EVINCE</pdf-viewer>
<viewer-command />
<compiler-arguments />
<envs />
<main-file>$PROJECT_DIR$/BertrandBoyer.tex</main-file>
<output-path>$PROJECT_DIR$</output-path>
<auxil-path>{projectDir}/auxil</auxil-path>
<compile-twice>false</compile-twice>
<output-format>PDF</output-format>
<latex-distribution>TEXLIVE</latex-distribution>
<has-been-run>true</has-been-run>
<bib-run-config>[]</bib-run-config>
<makeindex-run-config>[]</makeindex-run-config>
</texify>
<method v="2" />
</configuration>
</component>

0 comments on commit fbdb8de

Please sign in to comment.