Skip to content

Commit 98fe7b7

Browse files
authored
Fix #47: Remove --src-specials from xelatex default arguments (#59)
Task-Url: #47
1 parent 7a62c37 commit 98fe7b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

org.eclipse.texlipse/source/org/eclipse/texlipse/builder/LatexRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public String getDescription() {
6060
}
6161

6262
public String getDefaultArguments() {
63-
return "-interaction=nonstopmode --src-specials %input";
63+
return "-interaction=nonstopmode %input";
6464
}
6565

6666
public String getInputFormat() {

0 commit comments

Comments
 (0)