14 lines
309 B
Bash
Executable file
14 lines
309 B
Bash
Executable file
#!/bin/sh
|
|
# I needed this to replace env variables
|
|
# for easier macro sourcing
|
|
|
|
soelim -I ~/.config/groff/ "$1" | refer -p ~/.config/groff/bibliography |
|
|
groff -mspdf -T pdf -U -ketpj
|
|
|
|
# Preprocessors
|
|
# [-k (preconv)]
|
|
# [-e (eqn)]
|
|
# [-t (tbl)]
|
|
# [-p (pic)]
|
|
# [-G (grap)]
|
|
# [-j (chem) (messes up spacing)]
|