···11-\input{../trees/preamble}
11+\input{../tex/preamble}
22\usepackage[a4paper,lmargin=1in,rmargin=1in,tmargin=0.82in,bmargin=1ex]{geometry}
3344% shims for macros useful only in LaTeX but not on forester web pages
···88\definecolor{sortcolor}{rgb}{0.1, 0.5, 0.1} % green
99\definecolor{attributecolor}{rgb}{0.7, 0.1, 0.1} % red
10101111-\def\lstlanguagefiles{../trees/lstlean.tex}
1111+\def\lstlanguagefiles{../tex/lstlean.tex}
1212% set default language
1313\lstset{language=lean}
+3-3
trees/latex-preamble.tree
···3344\p{These LaTeX preambles are used by [[macros]].}
5566-\p{We place LaTeX preambles in the directory \code{trees} along with the other \code{.trees} files, but we need to refer to them \code{../trees/name.tex}, because LaTeX is running in \code{build} directory.}
66+\p{We place LaTeX preambles in the directory \code{trees} along with the other \code{.trees} files, but we need to refer to them \code{../tex/name.tex}, because LaTeX is running in \code{build} directory.}
7788\p{We mark every preamble line with a comment \code{texstrip}, so that we can strip it out when we convert the whole page to an actual LaTeX document, or render individual snippets via MathJax etc.}
99···13131414\def\latex-preamble/common{
1515 \startverb
1616-\input{../trees/preamble} % texstrip
1616+\input{../tex/preamble} % texstrip
1717 \stopverb
1818}
1919···21212222\def\latex-preamble/minipage{
2323 \startverb
2424-\input{../trees/a_minipage} % texstrip
2424+\input{../tex/a_minipage} % texstrip
2525 \stopverb
2626}
2727