Skip to content

Commit 32d5b4f

Browse files
docs: update doc
1 parent 5cc6685 commit 32d5b4f

5 files changed

Lines changed: 319 additions & 300 deletions

File tree

makespec/BUILDVERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
63
1+
64

manual/.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
*.aux
2+
*.log
3+
*.out
4+
*.toc
5+
*.xdv
6+
*.fdb_latexmk
7+
*.fls
8+
*.pyg

manual/latexmkrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
$pdf_mode = 5;
2+
3+
$pdflatex = "pdflatex -file-line-error -halt-on-error -interaction=nonstopmode -synctex=1 %O %S";
4+
$xelatex = "xelatex -8bit -shell-escape -file-line-error -halt-on-error -interaction=nonstopmode -no-pdf %O %S";
5+
$xdvipdfmx = "xdvipdfmx -q -E -o %D %O %S";

manual/llmanual.pdf

9.62 KB
Binary file not shown.

0 commit comments

Comments
 (0)