use xmake and latex to build document gracefully.
- install texlive and make sure
latexmkcommand is valid - install xmake and make sure
xmakecommand is valid - (optional) install graphviz and make sure
dotcommand is valid
simply xmake
then you will find several pdf files located in your output directory.
Here I demonstrate how to use templates
- arxiv: a single arxiv.sty file, see
doc/template/arxivanddoc/sample/arxiv_usefor more info - acmart: an acmart.cls with Format.dst, see
doc/template/acmartanddoc/sample/acmart_usefor more info - AIJabr book: a comprehensive mathematic book example from https://github.com/wenweili/AlJabr-1, see
doc/template/ajbookanddoc/sample/aljabrfor more info
hint: you have to check the Nato Font installed correctly on your computer for compiling the third example, so by default the example is not open, you can open it by set xmake f --math_book=true
- Noto Sans CJK: https://github.com/notofonts/noto-cjk/releases/tag/Sans2.004
- Noto Serif: https://fonts.google.com/noto/specimen/Noto+Serif+SC
remember to install for all users and force clean cache by fc-cache
in doc/note/aigc_survey
in doc/report/gan_report_slide


