whitespace
This commit is contained in:
parent
b6e914f85a
commit
d32c179bd3
2 changed files with 8 additions and 8 deletions
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue