Skip to content

Commit

Permalink
Fix #47: Remove --src-specials from xelatex default arguments (#59)
Browse files Browse the repository at this point in the history
Task-Url: #47
  • Loading branch information
turesheim authored Jun 1, 2018
1 parent 7a62c37 commit 98fe7b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public String getDescription() {
}

public String getDefaultArguments() {
return "-interaction=nonstopmode --src-specials %input";
return "-interaction=nonstopmode %input";
}

public String getInputFormat() {
Expand Down

0 comments on commit 98fe7b7

Please sign in to comment.