\title{Lively HTML} \subtitle{Seminar Web-based Development Environments} \author{David~Jäger and Robert~Krahn} \authorrunning{Jäger, Krahn} \institute{% Hasso-Plattner-Institut, Potsdam\\ \email{\{firstname.lastname\}@student.hpi.uni-potsdam.de} } \maketitle \begin{abstract} This is an abstract ... \end{abstract} \section{Introduction} The Web is inreasingly.... bla blupf \blindtext \section{Implementation} describe implementation \subsection{Interfacing HTML} This is a listing: \begin{lstlisting}[caption=My Javascript Example] Name.prototype = { methodName: function(params){ var doubleQuoteString = "some text"; var singleQuoteString = 'some more text'; // this is a comment if(this.confirmed != null && typeof(this.confirmed) == Boolean && this.confirmed == true){ document.createElement('h3'); $('#system').append("This looks great"); return false; } else { throw new Error; } } } \end{lstlisting} \section{Summary} This is a summary... \bibliographystyle{splncs} \bibliography{references} ... ...