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`.
|
when used with `eqn`.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
SOELIM="/usr/bin/soelim" # soelim PATH
|
SOELIM="/usr/bin/soelim" # soelim PATH
|
||||||
REFER="/usr/bin/refer" # refer PATH
|
REFER="/usr/bin/refer" # refer PATH
|
||||||
GROFF="/usr/bin/groff" # groff PATH
|
GROFF="/usr/bin/groff" # groff PATH
|
||||||
PRE="-ketpG" # Preprocessors
|
PRE="-ketpG" # Preprocessors
|
||||||
```
|
```
|
||||||
|
|
||||||
These are not set, but you can set them if you want a directory with macros,
|
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
|
# Configuration
|
||||||
|
|
||||||
SOELIM="/usr/bin/soelim" # soelim PATH
|
SOELIM="/usr/bin/soelim" # soelim PATH
|
||||||
REFER="/usr/bin/refer" # refer PATH
|
REFER="/usr/bin/refer" # refer PATH
|
||||||
GROFF="/usr/bin/groff" # groff PATH
|
GROFF="/usr/bin/groff" # groff PATH
|
||||||
PRE="-ketpG" # Preprocessors
|
PRE="-ketpG" # Preprocessors
|
||||||
|
|
||||||
BIB="bibliography" # Bibliography file
|
BIB="bibliography" # Bibliography file
|
||||||
MAC="macros" # Macros dir
|
MAC="macros" # Macros dir
|
||||||
|
|
Loading…
Reference in a new issue