summaryrefslogtreecommitdiff
path: root/dviware/dvi2bitmap/test/modetest-maths.tex
diff options
context:
space:
mode:
Diffstat (limited to 'dviware/dvi2bitmap/test/modetest-maths.tex')
-rw-r--r--dviware/dvi2bitmap/test/modetest-maths.tex20
1 files changed, 20 insertions, 0 deletions
diff --git a/dviware/dvi2bitmap/test/modetest-maths.tex b/dviware/dvi2bitmap/test/modetest-maths.tex
new file mode 100644
index 0000000000..9d5afafc76
--- /dev/null
+++ b/dviware/dvi2bitmap/test/modetest-maths.tex
@@ -0,0 +1,20 @@
+\documentclass{article}
+
+\providecommand{\optionswitch}{0}
+
+\ifcase\optionswitch
+ % no package
+\else
+ \typeout{Using concmath}
+ \usepackage{concmath}
+\fi
+
+\thispagestyle{empty}
+
+\def\maths{%
+\hat f({\bf g})\approx\sqrt{\left\lfloor\int_0^1\frac{\cos\omega}{\varphi^2_i}\,{\rm d}y\right\}
+}}
+
+\begin{document}
+$\maths \to \displaystyle\maths$
+\end{document}