Webengineering_Roethig/Webengineering_Roethig_AM_Skript.tex

104 lines
3.5 KiB
TeX
Raw Normal View History

2017-07-24 15:30:20 +02:00
\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{AP}{Anfangspunkt}
2017-07-24 15:30:20 +02:00
\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{EP}{Endpunkt}
2017-07-24 15:30:20 +02:00
\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{SP}{Stützpunkt}
2017-07-24 15:30:20 +02:00
\acro{tlmt}{Top-Level-Media-Type}
\acro{TCP}{Transmission Control Protocol}
\acro{UDP}{User Datagram Protocol}
\acro{URI}{Uniform Ressource Identifier}
2017-07-31 15:30:47 +02:00
\acro{URL}{Uniform Ressource Locator}
2017-07-24 15:30:20 +02:00
\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}