workflow_demo icon indicating copy to clipboard operation
workflow_demo copied to clipboard

First thoughts...

Open sje30 opened this issue 8 years ago • 0 comments

Thanks for providing this package, it is helping me to get started.

Two quick points for now:

  1. Can you add a "make clean" target to your makefile, e.g.
.PHONY: clean
clean:
	rm -f Doc/ms.html Doc/ms.pdf
  1. 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

sje30 avatar Jul 25 '17 08:07 sje30