Updated readme with Texmaker command for multiple indices
This commit is contained in:
parent
bbda6f906c
commit
bfaba4e95b
@ -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.
|
||||
|
||||
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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user