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

0001 % /***************************************************************************
0002 %       begin:          Aug 09 2006
0003 %       edit:           --
0004 %       version:        0.01
0005 %       copyright:      (C) 2006 by Holger Danielsson and Thomas Braun
0006 %  ***************************************************************************/
0007 % 
0008 % /***************************************************************************
0009 %  *                                                                         *
0010 %  *   This program is free software; you can redistribute it and/or modify  *
0011 %  *   it under the terms of the GNU General Public License as published by  *
0012 %  *   the Free Software Foundation; either version 2 of the License, or     *
0013 %  *   (at your option) any later version.                                   *
0014 %  *                                                                         *
0015 %  ***************************************************************************/
0016 
0017 \documentclass{article}
0018 
0019 \begin{document}
0020 234$ \sqrt{2}$  $a^2$
0021 
0022 abc
0023 
0024 $  \$      % \( % \[ $$$$
0025 \begin{array}{ccc}
0026 x^2 & y^2 & z^2
0027 \end{array}
0028 $
0029 
0030 \begin{equation}
0031 % \begin{equation} $
0032   a^2 \\\\\$
0033  \begin{array}{ccc}
0034   \alpha & \beta & \gamma
0035  \end{array}
0036 \end{equation}
0037 
0038 $\begin{array}{ccc}
0039 a^2 & b^2 & c^2
0040 \end{array}$
0041 test
0042 \[
0043  a^2
0044 \] \$ $ x^2$
0045 test
0046 \( 
0047  b^2 % $ test $
0048 \)
0049 
0050 \begin{displaymath} % works
0051         \alpha + \beta + \gamma = 180� %  comment
0052 \begin{split}
0053         
0054 \end{split}
0055 
0056 \end{displaymath}
0057 
0058 \begin{math} % does not work yet
0059         \alpha + \beta + \gamma = 180� %  comment
0060 \end{math}
0061 
0062 \begin{eqnarray} % should not work
0063         \alpha + \beta + \gamma = 180� %  comment
0064 \end{eqnarray}
0065 
0066 \begin{mathtest} % has to be defined in configure-kile-commands to work
0067         asdasdasd
0068 \end{mathtest}
0069 
0070 \end{document}