workflow_demo
workflow_demo copied to clipboard
First thoughts...
Thanks for providing this package, it is helping me to get started.
Two quick points for now:
- Can you add a "make clean" target to your makefile, e.g.
.PHONY: clean
clean:
rm -f Doc/ms.html Doc/ms.pdf
- My unix install does not have the math fonts you use, so I commented all fonts out.
%\usepackage[osf]{libertine}
%\usepackage{libertinust1math}
%\usepackage{inconsolata}
perhaps others will hit the same problem? Is it easy to note how to install these fonts if they are missing? For now I've gone with my usual, mathpazo.
Thanks, Stephen