PDF export (via manually running latex)
This commit is contained in:
14
extras/pdf-export/pdf-en.tex
Normal file
14
extras/pdf-export/pdf-en.tex
Normal file
@@ -0,0 +1,14 @@
|
||||
\documentclass[letter,12pt,twoside]{article}
|
||||
\usepackage[english]{babel}
|
||||
\include{setup}
|
||||
\include{setup-builddir} % load \def\builddir{}
|
||||
|
||||
\def\tIngredients{Ingredients}
|
||||
\def\tRecipe{recipe}
|
||||
\def\tPagePrefix{p.}
|
||||
|
||||
\begin{document}
|
||||
\makefrontmatter
|
||||
\graphicspath{{\builddir/en/}}
|
||||
\include{\builddir/en/pdf-export}
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user