From bfaba4e95b30885a48564bf6b95e74be064ad6fe Mon Sep 17 00:00:00 2001 From: Kenneth Odle Date: Sun, 26 Jul 2026 12:42:53 -0400 Subject: [PATCH] Updated readme with Texmaker command for multiple indices --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a47c291..a085b10 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # Useful Linux Commands -These started out as notes to myself, but I thought why not make them a zine? If I find them useful, other people might too. \ No newline at end of file +These started out as notes to myself, but I thought why not make them a zine? If I find them useful, other people might too. + +Currently building the indices with this command in Texmaker: + + pdflatex -synctex=1 -interaction=nonstopmode %.tex|pdflatex -synctex=1 -interaction=nonstopmode %.tex|makeindex -s parts/index_style.ist build/%.idx|makeindex[concepts] -s parts/index_style.ist build/concepts.idx|pdflatex -synctex=1 -interaction=nonstopmode %.tex|pdflatex -synctex=1 -interaction=nonstopmode %.tex +