Warning, /office/kile/src/internal-testing/syntax-noweb.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 %               turn off syntax-HL inside noweb blocks
0016 %  compiles:    no
0017 
0018 \begin{document}
0019 
0020 \latexCmd
0021 $ \alpha + \beta = \gamma $     
0022 
0023 <<SomeName,echo=F>>=
0024 code line
0025 code line$var
0026 var$var2
0027 class$varname
0028 output LaTeX
0029 @  %defs
0030 
0031 \latexCmd
0032 $ \alpha + \beta = \gamma $     
0033 
0034 <<SomeName,echo=F>>=
0035 code line
0036 code line$var
0037 var$var2
0038 class$varname
0039 output LaTeX
0040  @  
0041 \latexCmd
0042 $ \alpha + \beta = \gamma $     
0043 
0044 <<SomeName,echo=F>>=
0045 code line
0046 code line$var
0047 var$var2
0048 class$varname
0049 output LaTeX
0050 @  %defs
0051 
0052 \latexCmd
0053 $ \alpha + \beta = \gamma $     
0054 
0055 <<SomeName,echo=F>>=
0056 code line
0057 code line$var
0058 var$var2
0059 class$varname
0060 output LaTeX
0061  @  %defs
0062 
0063 \latexCmd
0064 $ \alpha + \beta = \gamma $     
0065 
0066 \end{document}
0067