From a0689a77aa3eadd8c22bdca6cbffd84d0f948a9a Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 19 Nov 2001 10:51:21 +0000 Subject: [PATCH] LaTeX wrapper to test combined LaTeX/PS output --- benchmarks/misc/test.tex | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 benchmarks/misc/test.tex diff --git a/benchmarks/misc/test.tex b/benchmarks/misc/test.tex new file mode 100644 index 0000000000..796298716d --- /dev/null +++ b/benchmarks/misc/test.tex @@ -0,0 +1,15 @@ +% dvips -E objects-wrap -o objects-wrap.eps + +\documentclass[12pt]{article} + +\RequirePackage[latin1]{inputenc} +\usepackage{graphicx,color} + +\pagestyle{empty} +\thispagestyle{empty} + +\begin{document} + +\scalebox{0.5}{\input{aa.tex}} + +\end{document} \ No newline at end of file -- GitLab