summaryrefslogtreecommitdiff
path: root/dviware/dvi2bitmap/test/modetest-maths.tex
blob: 9d5afafc76a656a48119955c294ae8fdede8ded4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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}