diff --git a/doc/environment/fancythm/.latexmkrc b/doc/environment/fancythm/.latexmkrc new file mode 100644 index 0000000..4c81cd6 --- /dev/null +++ b/doc/environment/fancythm/.latexmkrc @@ -0,0 +1,4 @@ +$makeindex = "makeindex -s gind.ist %O -o %D %S"; +$clean_ext .= ' glo'; +$clean_ext .= ' hd'; +$clean_ext .= ' ins'; diff --git a/doc/environment/fancythm/Makefile b/doc/environment/fancythm/Makefile new file mode 100644 index 0000000..e174370 --- /dev/null +++ b/doc/environment/fancythm/Makefile @@ -0,0 +1,8 @@ +doc: + latexmk + +full: + latexmk -gg + +clean: + latexmk -C diff --git a/doc/environment/fancythm/fancythm.tex b/doc/environment/fancythm/fancythm.tex new file mode 100644 index 0000000..1286851 --- /dev/null +++ b/doc/environment/fancythm/fancythm.tex @@ -0,0 +1,5 @@ +\documentclass[full]{l3doc} +\usepackage{mkessler-todo} +\begin{document} +\DocInput{../../../src/environments/fancythm/fancythm.dtx} +\end{document}