Tagged Questions
3
votes
2answers
626 views
Shellscript to print a directory tree and files's contents with a nice presentation
I'm trying to write a shellscript which prints a tree-view for a specific directory and it's subdirs to pdf via latex, as well as the titles and contents of all scripts contained within that primary ...
3
votes
2answers
257 views
Insert multiline text into several files via commandline
I want to insert some code into multiple tex files foo*.tex in a directory, one line after \documentclass{.*}. Note that the files have different document classes so the .* is just a symbolic ...
3
votes
2answers
170 views
Compile all tex files in a directory
If I do pdflatex *.tex in a directory, only one tex file is compiled. Which syntax should I use that all *.tex files in the directory are compiled?