summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex/makecookbook/mycookbook/makecookbook.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/makecookbook/mycookbook/makecookbook.tex')
-rw-r--r--Master/texmf-dist/doc/lualatex/makecookbook/mycookbook/makecookbook.tex24
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/lualatex/makecookbook/mycookbook/makecookbook.tex b/Master/texmf-dist/doc/lualatex/makecookbook/mycookbook/makecookbook.tex
new file mode 100644
index 00000000000..4518c25c9a8
--- /dev/null
+++ b/Master/texmf-dist/doc/lualatex/makecookbook/mycookbook/makecookbook.tex
@@ -0,0 +1,24 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LICENSE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Copyright 2018 Terrence P. Murphy and Rosalie D'Amico.
+% This file may be distributed and/or modified under the conditions of the LaTeX Project
+% Public License (“LPPL”), either version 1.3c of this license or (at your option) any
+% later version. The latest version of this license is at:
+% http://www.latex-project.org/lppl.txt.
+% This file is author-maintained and is one of the files that, collectively, make up the
+% MAKECOOKBOOK bundle available at https://ctan.org/pkg/makecookbook
+% For additional information, please see the associated README file.
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\documentclass[11pt]{book}
+\input{cb-preamble}
+
+\begin{document}
+\frontmatter
+\include{./tex/cb-frontmatter}
+
+\mainmatter
+\include{./tex/cb-chapterA}
+\include{./tex/cb-chapterB}
+
+\backmatter
+\CookbookIndex{}
+\end{document} \ No newline at end of file