PDF export (fully automated with make target)
Generate tex files directly with python, not relying on lektor
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
\documentclass[letter,12pt,twoside]{article}
|
||||
\usepackage[english]{babel}
|
||||
\include{setup}
|
||||
\include{setup-builddir} % load \def\builddir{}
|
||||
\include{dyn-builddir} % load \def\builddir{}
|
||||
|
||||
\def\tIngredients{Ingredients}
|
||||
\def\tRecipe{recipe}
|
||||
@@ -9,6 +9,5 @@
|
||||
|
||||
\begin{document}
|
||||
\makefrontmatter
|
||||
\graphicspath{{\builddir/en/}}
|
||||
\include{\builddir/en/pdf-export}
|
||||
\include{dyn-recipes-en}
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user