Unterschiede zwischen den Revisionen 13 und 18 (über 5 Versionen hinweg)
Revision 13 vom 2009-11-24 13:56:10
Größe: 180
Kommentar:
Revision 18 vom 2009-11-24 14:16:49
Größe: 304
Kommentar:
Gelöschter Text ist auf diese Art markiert. Hinzugefügter Text ist auf diese Art markiert.
Zeile 10: Zeile 10:
text_x_mathtran
{{{#!text_x_mathtran
{{{
%no source highlighting for LaTeX
\documentclass{article}
Zeile 13: Zeile 14:
\end{document}
Zeile 14: Zeile 16:

python
{{{#!python
import os
from sys import time

print 'what for?'
}}}

cplusplus

   1 int main (int argc, char** argv)
   2 {
   3   printf ("Hello, world!\n");
   4   return 0;
   5 }

%no source highlighting for LaTeX
\documentclass{article}
\begin{document}
\end{document}

python

   1 import os
   2 from sys import time
   3 
   4 print 'what for?'

ncc09: TemP (zuletzt geändert am 2009-11-24 14:16:49 durch JogiHofmueller)