Compare commits

...

2 Commits

Author SHA1 Message Date
Simon Bruder 0474a6455a
Fix run script 2020-07-04 22:35:38 +02:00
Simon Bruder b1cfaf5c96
latexpic: Add chemfig 2020-05-22 18:17:18 +02:00
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ cat > doc.tex << EOF
per-mode=fraction,
quotient-mode=fraction
}
\usepackage{chemfig}
\renewcommand*\familydefault{\sfdefault}
\begin{document}

2
run.sh
View File

@ -7,4 +7,4 @@ shift
cd $SCRIPTS_DIR
pipenv run sh -c "cd $WORKING_DIR && ${SCRIPTS_DIR}/${SCRIPT}.py $@"
pipenv run sh -c "cd $WORKING_DIR && ${SCRIPTS_DIR}/${SCRIPT}.py \"$@\""