Go to file
2026-08-24 21:23:36 -04:00
bits Added frames around commands 2026-08-24 09:52:39 -04:00
chapters Added redirecting stderr and stdout 2026-08-24 17:16:10 -04:00
parts Moved «makeindex» commands to packages.tex file 2026-08-24 21:23:36 -04:00
.gitignore Inital commit 2026-07-24 14:31:32 -04:00
README.md Updated readme with Texmaker command for multiple indices 2026-07-26 12:42:53 -04:00
ulc_001.tex Files » obtaining a list of files and their paths 2026-08-19 08:50:35 -04:00

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