From d32c179bd3e04f77330d60fcc0d8ae4a5df346c7 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Mon, 13 Nov 2023 19:47:41 -0600 Subject: [PATCH] whitespace --- README.md | 8 ++++---- public/compiler.sh | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) 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