24aba42b3a
For fuck's sake, latex is an absolute pain in the ass to work with. I'm sure even a faggot who shoves gigantic dildos into his asshole every single day wouldn't feel this much agony. Well, I've done a basic restructuring of the whole thing and I learned some latex while doing it, so maybe this is a good experience. I hope there are no typos. I feel sleepy. Anyways, xzntrc's vocabulary is so horrible I literally had to rewrite most sentences he wrote. I'm not sure what to feel about this, as he seems to have intended to write the book like casual aussie language. - Professional Necrophiliac Signed-off-by: Professional Necrophile <necrophiliac@fedora.email>
7 lines
170 B
Bash
Executable File
7 lines
170 B
Bash
Executable File
#!/bin/bash
|
|
for((i=0;i<2;i++)); do
|
|
# retarded latex somehow needs multiple compilations
|
|
# in order to generate whole document
|
|
xelatex templeos-ultimate-handbook.tex
|
|
done
|