latex_templates

LaTeX template files
git clone https://git.bracken.jp/latex_templates.git
Log | Files | Refs | README

commit 69bc8acfd78841f996b0c92ed07805c59fb7f95e
parent 3cb8bacdac40431d0e339dd940b3b20849a0c060
Author: Chris Bracken <chris@bracken.jp>
Date:   Sun, 29 Oct 2023 09:50:24 -0700

Add README.md

Documents prerequisites for the templates in this repo.

Diffstat:
AREADME.md | 33+++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,33 @@ +# LaTeX templates + +A collection of useful LaTeX templates for use with LuaLaTeX. + +## Prerequisites + +Install lualatex. On macOS, you can get a minimal installation via: + + brew install basictex + +### Formal letter + +`letter_en.latex` is a template for a formal letter as is used in most +Commonwealth countries such as the UK, Canada, Australia, New Zealand. + +The default Stix font can be installed via: + + tlmgr --usermode install stix + +### Japanese document + +`japanese.latex` is a base Japanese document using the `jlreq` package to get +Japanese layout and typesetting rules. + +To install the prerequisite packages, run: + + tlmgr --usermode install jlreq + tlmgr --usermode install jlreq-deluxe + tlmgr --usermode install luatexja + tlmgr --usermode install everyhook + tlmgr --usermode install svn-prov + sudo tlmgr install haranoaji + sudo tlmgr install haranoaji-extra