Warning, /office/kile/src/internal-testing/env-grabbing-testing.tex is written in an unsupported language. File is not indexed.

0001 % /***************************************************************************
0002 %     begin                : Mon 9 october 2006
0003 %     copyright            : (C) 2006 by Holger Danielsson, Thomas Braun
0004 %  ***************************************************************************/
0005 % 
0006 % /***************************************************************************
0007 %  *                                                                         *
0008 %  *   This program is free software; you can redistribute it and/or modify  *
0009 %  *   it under the terms of the GNU General Public License as published by  *
0010 %  *   the Free Software Foundation; either version 2 of the License, or     *
0011 %  *   (at your option) any later version.                                   *
0012 %  *                                                                         *
0013 %  ***************************************************************************/
0014 %  description: test if all possible environments/commands are grabbed for mathpreview
0015 %  compiles:    no
0016 % 
0017 
0018 1234$ \sqrt{2}$  $a^2$
0019 
0020 $  \$      % \( % \[ $$$$
0021 \begin{array}{ccc}
0022 x^2 & y^2 & z^2
0023 \end{array}
0024 $
0025 
0026 \begin{equation}
0027 % \begin{equation} $
0028   a^2 \\\\\$
0029  \begin{array}{ccc}
0030   \alpha & \beta & \gamma
0031  \end{array}
0032 \end{equation}
0033 
0034 $\begin{array}{ccc}
0035 a^2 & b^2 & c^2
0036 \end{array}$
0037 
0038 \[
0039  a^2
0040 \] \$ $ x^2$
0041 
0042 \( 
0043  b^2 % $ test $
0044 \)
0045 
0046 \begin{displaymath} 
0047         \alpha + \beta + \gamma = 180° %  comment
0048 \end{displaymath}
0049 
0050 \begin{math} 
0051         \alpha + \beta + \gamma = 180° %  comment
0052 \end{math}
0053 
0054 \begin{eqnarray}
0055 \zeta + \beta + \gamma = 180° %  comment
0056 \end{eqnarray}
0057 
0058 % \begin{mathtest} % has to be defined in configure-kile-commands to work
0059 %       asdasdasd
0060 % \end{mathtest}