summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipng/dvipng-1.15/test_dvipng.tex
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2015-03-03 13:30:44 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2015-03-03 13:30:44 +0000
commitd34e62f6c5fec68a9b3cb118a1d0bfcee6302726 (patch)
tree2501fe5204fadcff4955fb5c4fecdd063031e168 /Build/source/texk/dvipng/dvipng-1.15/test_dvipng.tex
parentaad1d15f2e5fbef73dec00a613f347abe86036a1 (diff)
dvipng 1.15
git-svn-id: svn://tug.org/texlive/trunk@36426 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipng/dvipng-1.15/test_dvipng.tex')
-rw-r--r--Build/source/texk/dvipng/dvipng-1.15/test_dvipng.tex48
1 files changed, 48 insertions, 0 deletions
diff --git a/Build/source/texk/dvipng/dvipng-1.15/test_dvipng.tex b/Build/source/texk/dvipng/dvipng-1.15/test_dvipng.tex
new file mode 100644
index 00000000000..34814776070
--- /dev/null
+++ b/Build/source/texk/dvipng/dvipng-1.15/test_dvipng.tex
@@ -0,0 +1,48 @@
+% test_dvipng.tex
+%
+% Part of the dvipng distribution
+%
+% This program is free software: you can redistribute it and/or modify
+% it under the terms of the GNU Lesser General Public License as
+% published by the Free Software Foundation, either version 3 of the
+% License, or (at your option) any later version.
+%
+% This program is distributed in the hope that it will be useful, but
+% WITHOUT ANY WARRANTY; without even the implied warranty of
+% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+% Lesser General Public License for more details.
+%
+% You should have received a copy of the GNU Lesser General Public
+% License along with this program. If not, see
+% <http://www.gnu.org/licenses/>.
+%
+% Copyright (C) 2002-2010 Jan-{\AA}ke Larsson
+
+\documentclass{article}
+%\usepackage[active,textmath]{preview}
+\usepackage{color}
+\pagestyle{empty}
+
+\begin{document}
+\begin{equation}
+ \int dx
+\end{equation}
+\newpage
+$\int dx$
+\newpage
+$\sqrt2+1=\frac1{\sqrt2-1}$
+\newpage
+\framebox{\textbackslash\ttfamily framebox}
+\newpage
+\( \begin{array}{|r|} \hline a \cr \hline \end{array} \)
+\newpage
+fig, pig, flask, efficiency, effluent
+\newpage
+\Huge A \LARGE A \Large A \large A \normalsize A \small A
+\footnotesize A \scriptsize A \tiny A
+\newpage
+\color{yellow}
+
+\section*{Hello world}
+\pagecolor{blue}
+\end{document}