From 8e853295a0b43275f6bb4bbdf9bb946199221983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Sun, 30 Jan 2022 13:57:45 +0100 Subject: [PATCH] add doc driver file --- doc/environment/fancythm/.latexmkrc | 4 ++++ doc/environment/fancythm/Makefile | 8 ++++++++ doc/environment/fancythm/fancythm.tex | 5 +++++ 3 files changed, 17 insertions(+) create mode 100644 doc/environment/fancythm/.latexmkrc create mode 100644 doc/environment/fancythm/Makefile create mode 100644 doc/environment/fancythm/fancythm.tex 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}