summaryrefslogtreecommitdiffstats
path: root/src/kile/internal-testing/syntax-tabular.tex
blob: 8ba891aa6b8705993d43e7da75e94939aa0e64e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
% /***************************************************************************
%     begin                : Mon 12 february 2008
%     copyright            : (C) 2008 by Thomas Braun
%  ***************************************************************************/
% 
% /***************************************************************************
%  *                                                                         *
%  *   This program is free software; you can redistribute it and/or modify  *
%  *   it under the terms of the GNU General Public License as published by  *
%  *   the Free Software Foundation; either version 2 of the License, or     *
%  *   (at your option) any later version.                                   *
%  *                                                                         *
%  ***************************************************************************/
%  description:  test document for syntax file latex.xml
% 		highlight & and @{} in tabular like environments
%  compiles:	no

\begin{document}

\begin{tabular}{lcr@{3cm}}
	a & b & c & d
\end{tabular}

\begin{tabular}{lcr@{3cm}}
	a & b & c & d
\end{mpsupertabular}


\end{document}