Skip to content

Commit 79b3644

Browse files
committed
add latexmk option for lualatex (closes issue #17)
1 parent a218708 commit 79b3644

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ The document can be generated using the following command:
55
latexmk -pdf -silent cplexts
66

77
Note: On some systems (Mac), the previous comment will invoke pdflatex,
8-
which does not work for this document. In this case, one needs to
9-
invoke lualatex directly.
8+
which does not work for this document. In this case, build with this command:
9+
10+
latexmk -pdf -lualatex -silent cplexts
1011

1112
Users of Windows should see WINDOWS.txt.

0 commit comments

Comments
 (0)