From: Andreas Neiser Date: Sat, 6 Apr 2013 13:26:47 +0000 (+0200) Subject: Some code comments for Emacs Latex Mode (and whitespace cleanup) X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=fcd8cd47137ea6ad8dd1a458f345474228233630;p=daqdocu.git Some code comments for Emacs Latex Mode (and whitespace cleanup) --- diff --git a/trb3/trb3qs_configuration.tex b/trb3/trb3qs_configuration.tex index a148b1d..56028d4 100644 --- a/trb3/trb3qs_configuration.tex +++ b/trb3/trb3qs_configuration.tex @@ -291,8 +291,13 @@ package CtsConfig; #default cts endpoint. can be overriden by a command line parameter sub getDefaultEndpoint { - return 0x8000; + return 0x8000; } 1; \end{lstlisting} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "main" +%%% End: