README.md (887B)
1 # LaTeX templates 2 3 A collection of useful LaTeX templates for use with LuaLaTeX. 4 5 ## Prerequisites 6 7 Install lualatex. On macOS, you can get a minimal installation via: 8 9 brew install basictex 10 11 ### Formal letter 12 13 `letter_en.latex` is a template for a formal letter as is used in most 14 Commonwealth countries such as the UK, Canada, Australia, New Zealand. 15 16 The default Stix font can be installed via: 17 18 tlmgr --usermode install stix 19 20 ### Japanese document 21 22 `japanese.latex` is a base Japanese document using the `jlreq` package to get 23 Japanese layout and typesetting rules. 24 25 To install the prerequisite packages, run: 26 27 tlmgr --usermode install jlreq 28 tlmgr --usermode install jlreq-deluxe 29 tlmgr --usermode install luatexja 30 tlmgr --usermode install everyhook 31 tlmgr --usermode install svn-prov 32 sudo tlmgr install haranoaji 33 sudo tlmgr install haranoaji-extra