[Skript] Hauptdatei hinzufügen
This commit is contained in:
		
							parent
							
								
									dab1094cd3
								
							
						
					
					
						commit
						3798d84354
					
				
					 2 changed files with 100 additions and 0 deletions
				
			
		
							
								
								
									
										
											BIN
										
									
								
								Webengineering_Roethig_AM_Skript.pdf
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								Webengineering_Roethig_AM_Skript.pdf
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										100
									
								
								Webengineering_Roethig_AM_Skript.tex
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										100
									
								
								Webengineering_Roethig_AM_Skript.tex
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,100 @@
 | 
			
		|||
\input{../_latex/Praeamble.tex}
 | 
			
		||||
 | 
			
		||||
\newcommand{\Was}{Eigenes Skript}
 | 
			
		||||
\newcommand{\ArtikelWas}{das eigene Skript} % dies ist...
 | 
			
		||||
\newcommand{\Titel}{Webengineering}
 | 
			
		||||
\newcommand{\TitelOneLine}{\Titel}
 | 
			
		||||
\newcommand{\Dozent}{Prof. Dr. Jürgen Röthig}
 | 
			
		||||
\newcommand{\Jahr}{2017}
 | 
			
		||||
\newcommand{\AnspracheDozent}{Herrn \Dozent{}} % bei...
 | 
			
		||||
\newcommand{\Semester}{1. und 2.}
 | 
			
		||||
\newcommand{\Zeitraum}{09.01.2017 - 27.02.2017, 14.05.2017 - 20.06.2017}
 | 
			
		||||
 | 
			
		||||
% Setup für LaTeX
 | 
			
		||||
\hypersetup{pdfauthor={\Autor}, pdftitle={\TitelOneLine}, pdfsubject={\Was}}	 
 | 
			
		||||
\author{\Autor}
 | 
			
		||||
\title{\Was}
 | 
			
		||||
 | 
			
		||||
\begin{document}
 | 
			
		||||
    \selectlanguage{ngerman}
 | 
			
		||||
	\newcounter{savepage} % Counter resetten
 | 
			
		||||
	\pagenumbering{Roman} % große, römische Seitenzahlen
 | 
			
		||||
 | 
			
		||||
	\input{../_latex/Titelseite.tex}
 | 
			
		||||
	%\setcounter{tocdepth}{0}
 | 
			
		||||
	\tableofcontents % Inhaltsverzeichnis ausgeben
 | 
			
		||||
 | 
			
		||||
	%------- Inhalt -----------------------------------------------------
 | 
			
		||||
	\newpage
 | 
			
		||||
 | 
			
		||||
	\setcounter{savepage}{\value{page}} % Neuer Counter
 | 
			
		||||
	\pagenumbering{arabic}              % Normale Arabische Zahlen
 | 
			
		||||
	
 | 
			
		||||
	
 | 
			
		||||
	% Mitschriften
 | 
			
		||||
	\input{Kapitel/00_Vorwort.tex}
 | 
			
		||||
	\input{Kapitel/01_Einstieg.tex}
 | 
			
		||||
	\input{Kapitel/02_Motivation_Historie.tex}
 | 
			
		||||
	\input{Kapitel/03_HTTP.tex}
 | 
			
		||||
	\input{Kapitel/04_IP.tex}
 | 
			
		||||
	\input{Kapitel/05_HTML.tex}
 | 
			
		||||
	\input{Kapitel/06_URL.tex}
 | 
			
		||||
	\input{Kapitel/07_CSS.tex}
 | 
			
		||||
	\input{Kapitel/08_Projekt.tex}
 | 
			
		||||
	\input{Kapitel/09_XML.tex}
 | 
			
		||||
	\input{Kapitel/10_Aufgaben.tex}
 | 
			
		||||
	\input{Kapitel/11_SVG.tex}
 | 
			
		||||
	\input{Kapitel/12_Uebungsklausur.tex}
 | 
			
		||||
 | 
			
		||||
	%------- Sonstiges ---------------------------------------------------
 | 
			
		||||
 | 
			
		||||
	\chapter{Abkürzungsverzeichnis}
 | 
			
		||||
	\begin{acronym}[xxxxxxxxxxxx]
 | 
			
		||||
		\acro{AJAX}{Asynchronous JavaScript and XML}
 | 
			
		||||
		\acro{ASCII}{American Standard Code for Information Interchange}
 | 
			
		||||
		\acro{CSS}{Cascading Style Sheet}
 | 
			
		||||
		\acro{DCT}{Discrete Cosine Transformation}
 | 
			
		||||
		\acro{DTD}{Document Type Definition} 
 | 
			
		||||
		\acro{DNS}{Domain Name System}
 | 
			
		||||
		\acro{DOM}{Document Object Model}
 | 
			
		||||
		\acro{FQDN}{Fully Qualified Domain Name}
 | 
			
		||||
		\acro{GIF}{Graphics Interchange Format}
 | 
			
		||||
		\acro{FTP}{File Transfer Protocol}
 | 
			
		||||
		\acro{HTTP}{Hyper Text Transfer Protocol}
 | 
			
		||||
		\acro{HTTPS}{Hyper Text Transfer Protocol Secure}
 | 
			
		||||
		\acro{HTML}{Hyper Text Markup Language}
 | 
			
		||||
		\acro{JPEG}{Joint Photographie Experts Group}
 | 
			
		||||
		\acro{MIME-Type}{Multimedia Internet Mail Extension Type}
 | 
			
		||||
		\acro{PGML}{Precision Graphics Markup Language}
 | 
			
		||||
		\acro{PNG}{Portable Network Graphics}
 | 
			
		||||
		\acro{RDB}{Relationale Datenbank}
 | 
			
		||||
		\acro{RGB}{Rot-Grün-Blau}
 | 
			
		||||
		\acro{slmt}{Sub-Level-Media-Type}
 | 
			
		||||
		\acro{SVG}{Scalable Vector Graphics}
 | 
			
		||||
		\acro{SGML}{Standard Generalized Markup Language}
 | 
			
		||||
		\acro{tlmt}{Top-Level-Media-Type}
 | 
			
		||||
		\acro{TCP}{Transmission Control Protocol}
 | 
			
		||||
		\acro{UDP}{User Datagram Protocol}
 | 
			
		||||
		\acro{URI}{Uniform Ressource Identifier}
 | 
			
		||||
		\acro{URL}{Uniform Ressource Location}
 | 
			
		||||
		\acro{VML}{Vector Markup Language}
 | 
			
		||||
		\acro{WWW}{World Wide Web}
 | 
			
		||||
		\acro{WYSIWYG}{What you see is what you get}
 | 
			
		||||
		\acro{XML}{Extensible Markup Language}
 | 
			
		||||
		\acro{XHTML}{Extensible HyperText Markup Language}
 | 
			
		||||
		\acro{XPath}{XML Path Language}
 | 
			
		||||
		\acro{XSL}{Extensible Stylesheet Language}
 | 
			
		||||
		\acro{XSD}{XML Scheme Definition}
 | 
			
		||||
		\acro{XSLT}{XSL Transformation}
 | 
			
		||||
		\acro{W3C}{World Wide Web Consortium}
 | 
			
		||||
	\end{acronym}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
	\printindex            % Stichwortverzeichnis
 | 
			
		||||
	\listoffigures         % Abbildungsverzeichnis
 | 
			
		||||
	\listoftables          % Tabellenverzeichnis
 | 
			
		||||
	\setcounter{tocdepth}{4} % Fix, siehe http://tex.stackexchange.com/questions/269061/how-to-prevent-settocdepthchapter-lead-to-an-empty-list-of-listings
 | 
			
		||||
	\lstlistoflistings     % Liste der Listings
 | 
			
		||||
 | 
			
		||||
\end{document}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue