add groupthm documentation driver file
This commit is contained in:
parent
d767892eb9
commit
57c4a01e8e
3 changed files with 17 additions and 0 deletions
4
doc/environment/groupthm/.latexmkrc
Normal file
4
doc/environment/groupthm/.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/groupthm/Makefile
Normal file
8
doc/environment/groupthm/Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
doc:
|
||||
latexmk
|
||||
|
||||
full:
|
||||
latexmk -gg
|
||||
|
||||
clean:
|
||||
latexmk -C
|
5
doc/environment/groupthm/groupthm.tex
Normal file
5
doc/environment/groupthm/groupthm.tex
Normal file
|
@ -0,0 +1,5 @@
|
|||
\documentclass[full]{l3doc}
|
||||
\usepackage{mkessler-todo}
|
||||
\begin{document}
|
||||
\DocInput{../../../src/environments/groupthm/groupthm.dtx}
|
||||
\end{document}
|
Loading…
Reference in a new issue