diff -r 4ef2f77a4652 -r 15e6335ff1d4 diagrams/latex2pdf/defontify.tex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/diagrams/latex2pdf/defontify.tex Thu Apr 24 02:56:34 2008 +0000 @@ -0,0 +1,15 @@ +\documentclass{amsart} + +\newcommand{\pathtotrunk}{../../} +% \input{\pathtotrunk text/article_preamble.tex} + +\pagestyle{empty} + +\begin{document} +\thispagestyle{empty} + +\begin{align*} +abc bca cab ab bc ca a b c \\ +x y z A u_x u_y u_z +\end{align*} +\end{document}