Skip to content

Commit

Permalink
Fix LaTeX template path for Xournal++
Browse files Browse the repository at this point in the history
  • Loading branch information
AgenttiX committed Oct 23, 2024
1 parent 58f8bce commit 0b3b5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xournalpp/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
<property name="stabilizerFinalizeStroke" value="true"/>
<property name="latexSettings.autoCheckDependencies" value="true"/>
<property name="latexSettings.defaultText" value="x^2"/>
<property name="latexSettings.globalTemplatePath" value="/usr/share/xournalpp/resources/default_template.tex"/>
<property name="latexSettings.globalTemplatePath" value="/run/user/1000/doc/36dc5437/default_template.tex"/>
<property name="latexSettings.genCmd" value="pdflatex -halt-on-error -interaction=nonstopmode '{}'"/>
<property name="latexSettings.sourceViewThemeId" value="classic"/>
<property name="latexSettings.editorFont" value="Monospace 12"/>
Expand Down

0 comments on commit 0b3b5d4

Please sign in to comment.