add doc driver file
This commit is contained in:
parent
b70ff474f3
commit
8e853295a0
3 changed files with 17 additions and 0 deletions
4
doc/environment/fancythm/.latexmkrc
Normal file
4
doc/environment/fancythm/.latexmkrc
Normal file
|
@ -0,0 +1,4 @@
|
|||
$makeindex = "makeindex -s gind.ist %O -o %D %S";
|
||||
$clean_ext .= ' glo';
|
||||
$clean_ext .= ' hd';
|
||||
$clean_ext .= ' ins';
|
8
doc/environment/fancythm/Makefile
Normal file
8
doc/environment/fancythm/Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
doc:
|
||||
latexmk
|
||||
|
||||
full:
|
||||
latexmk -gg
|
||||
|
||||
clean:
|
||||
latexmk -C
|
5
doc/environment/fancythm/fancythm.tex
Normal file
5
doc/environment/fancythm/fancythm.tex
Normal file
|
@ -0,0 +1,5 @@
|
|||
\documentclass[full]{l3doc}
|
||||
\usepackage{mkessler-todo}
|
||||
\begin{document}
|
||||
\DocInput{../../../src/environments/fancythm/fancythm.dtx}
|
||||
\end{document}
|
Loading…
Reference in a new issue