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

0001 % /***************************************************************************
0002 %     begin                : Mon 12 february 2008
0003 %     copyright            : (C) 2008 by 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 document for syntax file latex.xml
0015 %               highlight & and @{} in tabular like environments
0016 %  compiles:    no
0017 
0018 \begin{document}
0019 
0020 \begin{tabular}{lcr@{3cm}}
0021         a & b & c & d
0022 \end{tabular}
0023 
0024 \begin{tabular}{lcr@{3cm}}
0025         a & b & c & d
0026 \end{tabular}
0027 
0028 \begin{tabular}{lcr@{$\mathrel{=}$}}
0029         a & b & c & d
0030 \end{tabular}
0031 
0032 % https://bugs.kde.org/show_bug.cgi?id=179367
0033 \begin{tabularx}{r @{$\mathrel{=}$}}} 
0034         a & b
0035 \end{tabularx}
0036 
0037 
0038 \begin{tabularx}{\textwidth}{r @{asdsd}} 
0039         a & adf & \\
0040 \end{tabularx}
0041 
0042 
0043 \end{document}
0044