diff --git a/README.md b/README.md index fe46a88..cbcbf10 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,10 @@ so you might want to remove the `G`, also `chem` gives me a bit of trouble when used with `eqn`. ```shell -SOELIM="/usr/bin/soelim" # soelim PATH -REFER="/usr/bin/refer" # refer PATH -GROFF="/usr/bin/groff" # groff PATH -PRE="-ketpG" # Preprocessors +SOELIM="/usr/bin/soelim" # soelim PATH +REFER="/usr/bin/refer" # refer PATH +GROFF="/usr/bin/groff" # groff PATH +PRE="-ketpG" # Preprocessors ``` These are not set, but you can set them if you want a directory with macros, diff --git a/public/compiler.sh b/public/compiler.sh index 77983d0..88db49a 100644 --- a/public/compiler.sh +++ b/public/compiler.sh @@ -5,10 +5,10 @@ OUT="tmp/$UID.pdf" # Configuration -SOELIM="/usr/bin/soelim" # soelim PATH -REFER="/usr/bin/refer" # refer PATH -GROFF="/usr/bin/groff" # groff PATH -PRE="-ketpG" # Preprocessors +SOELIM="/usr/bin/soelim" # soelim PATH +REFER="/usr/bin/refer" # refer PATH +GROFF="/usr/bin/groff" # groff PATH +PRE="-ketpG" # Preprocessors BIB="bibliography" # Bibliography file MAC="macros" # Macros dir