Skip to content

Commit 841e4a0

Browse files
committed
Fix permission problem of pstricks
Signed-off-by: Harry Chen <[email protected]>
1 parent fed3734 commit 841e4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

latexmkrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$pdf_mode = 5;
44

55
$xelatex = "xelatex -shell-escape -file-line-error -halt-on-error -interaction=nonstopmode -no-pdf -synctex=1 %O %S";
6-
$xdvipdfmx = "xdvipdfmx -q -E -o %D %O %S";
6+
$xdvipdfmx = "xdvipdfmx -i dvipdfmx-unsafe.cfg -q -E -o %D %O %S";
77

88
$bibtex_use = 1.5;
99

0 commit comments

Comments
 (0)