diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/imtekda')
-rw-r--r-- | Master/texmf-dist/doc/latex/imtekda/IMTEKda.pdf | bin | 0 -> 806137 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/imtekda/README | 83 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/imtekda/diplarb.bib | 43 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/imtekda/diplarb.tex | 254 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/imtekda/figures/bild.eps | 100 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/imtekda/figures/bild.pdf | bin | 0 -> 3963 bytes |
6 files changed, 480 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/imtekda/IMTEKda.pdf b/Master/texmf-dist/doc/latex/imtekda/IMTEKda.pdf Binary files differnew file mode 100644 index 00000000000..848cbff439f --- /dev/null +++ b/Master/texmf-dist/doc/latex/imtekda/IMTEKda.pdf diff --git a/Master/texmf-dist/doc/latex/imtekda/README b/Master/texmf-dist/doc/latex/imtekda/README new file mode 100644 index 00000000000..8f0cb35f5d8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/imtekda/README @@ -0,0 +1,83 @@ +IMTEK thesis class + +LaTeX Class for typesetting diploma, bachelor's and master's theses +for the Institute of Microsystem Technology (IMTEK) +at the University of Freiburg (Germany). +It is based on the KOMA-Script class scrbook. +Included in the documentation is a large collection of useful tips +for typesetting theses and a list of recommended packages. +The documentation is in german. + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% Copyright (C) 2005-08 by Simon Dreher +% +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either +% version 1.3 of this license or (at your option) any later +% version. The latest version of this license is in: +% +% http://www.latex-project.org/lppl.txt +% +% and version 1.3 or later is part of all distributions of +% LaTeX version 2005/12/01 or later. +% +% This work has the LPPL maintenance status `maintained'. +% The Current Maintainer of this work is Simon Dreher +% This work consists of all files listed in the following list: + +File List: + +IMTEKda.ins +IMTEKda.dtx +IMTEKda.pdf +figures/bild.eps +figures/bild.pdf +README + +and the derived files + +diplarb.bib +diplarb.tex +IMTEKda.cls + +% The following files are _not_ covered by the license +% and must be obtained from http://intern.imtek.de -> Service -> Download +% separately (only available from the IMTEK subnet): + +figures/IMTEK_Logo_Farbe.eps +figures/IMTEK_Logo_Farbe.pdf +figures/Uni_Siegel.eps +figures/Uni_Siegel.pdf + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +Installation: + +0.) Ggf. Downloaden der Logos von http://intern.imtek.de + -> Service -> Download und Speichern im Unterordner figures/ + +1.) Ausfuehren von + latex IMTEKda.ins + Unter Windows geht das mit: + Ausfuehren (Windowstaste + R) -> cmd -> Laufwerk auswaehlen (z.B. mit D:) + -> Verzeichnis auswaehlen mit cd Pfadname -> latex IMTEKda.ins + +Optional zusaetzlich, um die Klasse im ganzen System verfuegbar zu machen: +2.) Verschieben von IMTEKda.cls und dem Ordner figures/ in den lokalen TeX-Baum, + typischerweise in + C:/LOCALTEXMF/tex/latex/IMTEKda/ + oder + C:/Dokumente und Einstellungen/All Users/Anwendungsdaten/MiKTeX/2.7/tex/latex/IMTEKda/ + oder + /usr/local/share/texmf/tex/latex/IMTEKda/ +3.) Kopieren dieser Datei README, der Dokumentation IMTEKda.pdf sowie der Templates + diplarb.tex und diplarb.bib zu den TeX-Dokumentationen, typischerweise nach + C:/LOCALTEXMF/doc/latex/IMTEKda/ + oder + C:/Dokumente und Einstellungen/All Users/Anwendungsdaten/MiKTeX/2.7/doc/latex/IMTEKda/ + oder + /usr/local/share/texmf/doc/latex/IMTEKda/ +4.) Aktualisieren der Paketdatenbank, z.B. mit + texhash + oder im MikTeX Options Dialog ueber den Button "Refresh FNDB" diff --git a/Master/texmf-dist/doc/latex/imtekda/diplarb.bib b/Master/texmf-dist/doc/latex/imtekda/diplarb.bib new file mode 100644 index 00000000000..b21420b1ad2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/imtekda/diplarb.bib @@ -0,0 +1,43 @@ +@inbook{Menz97, + author = {W. Menz and J. Mohr}, + title = {Mikrosystemtechnik f"ur Ingenieure}, + publisher = {VCH}, + chapter = {1--9}, + year = 1997, + language = {ngerman} + } + +@article{Horn90, + author = {R. G. Horn}, + title = {Surface Forces and Their Actions in Ceramic Materials}, + journal = {Journal of the American Ceramic Society}, + volume = {73}, + pages = {1117--1135}, + year = {1990}, + language = {english} + } + +@manual{DINEN6232, + title = {Pr"ufverfahren f"ur Hochleistungskeramiken: Allgemeine und strukturelle Eigenschaften: Bestimmung von Dichte und Porosit"at}, + organization = {DIN EN 623--2}, + year = 1991, + language = {ngerman} + } + +@book{Lamport94, + author = {Leslie Lamport}, + title = {\LaTeX: A Document Preparation System}, + publisher = {Addison-Wesley}, + year = 1994, + language = {english} + } + +@book{Knuth84, + author = {Donald E. Knuth}, + title = {The \TeX book}, + volume = {A}, + series = {Computers and Typesetting}, + publisher = {Addison-Wesley}, + year = 1984, + language = {english} + } diff --git a/Master/texmf-dist/doc/latex/imtekda/diplarb.tex b/Master/texmf-dist/doc/latex/imtekda/diplarb.tex new file mode 100644 index 00000000000..c1fa8f7628e --- /dev/null +++ b/Master/texmf-dist/doc/latex/imtekda/diplarb.tex @@ -0,0 +1,254 @@ +\NeedsTeXFormat{LaTeX2e}[2005/12/01] +%% 2008/06/05 v1.6 IMTEK-Diplomarbeitsvorlage +%% Template fuer Diplom-, Bachelor- und Masterarbeiten +%% am IMTEK (c) Simon Dreher +%% Verbesserungsvorschlaege bitte an dreher@imtek.de + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%% Bitte vor dem Veraendern umbenennen! %%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%% Moegliche Optionen: diejenigen der Klasse scrbook ausser titlepage + +%% deutsche DA: +\documentclass[diplom, %% Typ der Arbeit: diplom, bachelor oder master + 12pt, %% Schriftgroesse + twoside, %% zweiseitiges Layout + BCOR10mm, %% Bindekorrektur 10 mm +% liststotoc,nomtotoc,bibtotoc, %% Aufnahme der div. Verzeichnisse + %% ins Inhaltsverzeichnis +% pointlessnumbers, %% Ueberschriftnummer. ohne angehaengtem Punkt + english,ngerman, %% Alternativspr. Englisch, Dokumentspr. Deutsch +% final, %% Endversion; draft fuer schnelles Kompilieren + ]{IMTEKda} +%% Englisch mit dt. Vorspann: +% \documentclass[diplom,12pt,twoside,BCOR10mm,pointlessnumbers,ngerman,english,noenglishpreamble]{IMTEKda} + +%% Labels anzeigen zur Korrektur +%\usepackage{showkeys} %% Labels verschwinden mit der Klassenoption final + +\usepackage{babel} %% Sprachen-Unterstuetzung +\usepackage{calc} %% ermoeglicht Rechnen mit Laengen und Zaehlern +\usepackage[T1]{fontenc} +\usepackage[latin1]{inputenc} +%% in aktuellem Linux & MacOS X wird standardmaessig UTF8 kodiert! +% \usepackage[utf8]{inputenc} + +\usepackage{amsmath,amssymb} %% zusaetzliche Mathe-Symbole + +\usepackage{lmodern} %% type1-taugliche CM-Schrift als Variante zur + %% "normalen" EC-Schrift +%% Variante: Schriftumschaltung auf URW Garamond und Bitstream Vera +%\usepackage[garamond,sfscaled=false,ttscaled=false]{mathdesign} +%\usepackage[scaled=0.9]{berasans,beramono} + +%% Paket fuer bibtex-Datenbanken +\usepackage[comma,numbers,sort&compress]{natbib} +%\usepackage{babelbib} %% korrekte Sprache in Bibliographieeintraegen +\bibliographystyle{plainnat} %% Formatierung Bibliographie ohne babelbib +%\bibliographystyle{babplain} %% Formatierung Bibliographie mit babelbib + +\newcommand{\tabheadfont}[1]{\textbf{#1}} %% Tabellenkopf in Fett +\usepackage{booktabs} %% Befehle fuer besseres Tabellenlayout +\usepackage{longtable} %% umbrechbare Tabellen +%\usepackage{array} %% zusaetzliche Spaltenoptionen + +%% umfangreiche Pakete fuer Symbole wie \micro, \ohm, \degree, \celsius etc. +\usepackage{textcomp,gensymb} + +%\usepackage{SIunits} %% Korrektes Setzen von Einheiten +\usepackage{units} %% Variante fuer Einheiten + +%\usepackage{icomma} %% Abstandskorrektur fuer , als Dezimaltrenner + +%% Hyperlinks im Dokument; muss als eines der letzten Pakete geladen werden +\usepackage[pdfstartview=FitH, % Oeffnen mit fit width + breaklinks=true, % Umbrueche in Links, nur bei pdflatex default + bookmarksopen=true, % aufgeklappte Bookmarks + bookmarksnumbered=true, % Kapitelnummerierung in bookmarks + pdfprintscaling=None, % Default-Einstellung zum Drucken: nicht skaliert + pdfduplex=DuplexFlipLongEdge, % Default-Druck-Einstellung: Duplex + ]{hyperref} + +%% um keine SANSSERIF Schriften fuer Ueberschriften zu verwenden: +%\setkomafont{sectioning}{\normalfont\normalcolor\bfseries} +%% fuer kleinere Bild- und Tabellenunterschriften: +%\addtokomafont{caption}{\footnotesize} + +%% um abgekuerzte Abbildungs- und Tabellenbezeichnung mit \autoref zu erhalten: +%\addto{\extrasngerman}{\renewcommand*{\figureautorefname}{Abb.}} +%\addto{\extrasngerman}{\renewcommand*{\tableautorefname}{Tab.}} + +\begin{document} + +\author{Max Mustermann} +\title{Diplomarbeitsthema -- hier steht das Thema der Diplomarbeit} +\hypersetup{pdfkeywords={IMTEK, Diplomarbeit, diploma thesis}} + +%% Einfuegen eines Titelbilds (optional) +\titlepic{\includegraphics[height=10cm]{figures/bild}} +\titlepicdesc{Dieses Bild zeigt einen xyz-Sensor beim Messen der ABC-Kon"-zentration.} + +%% Die jeweils auskommentierte Variante ist bei englischer Praeambel zu verwenden +\dpoversion{20.\,7.~2001} +%\dpoversion{July 20, 2001} +%\dpoversion{28.\,9.~2000} %% DPO 2000 +%\dpoversion{September 28, 2000} %% DPO 2000 +\chair{Lehrstuhl f"ur \dots} +%\chair{Micro-optics} +\referees{Prof.\ Dr.\ \dots, Lehrstuhl f"ur \dots\\ +Prof. Dr. \dots, Lehrstuhl f"ur \dots, Universit"at \dots (wenn nicht FR)} +%\referees{Prof.\ \dots of \dots} +\supervisor{Prof.\ Dr.\ \dots, Lehrstuhl f"ur \dots\\ +Prof.\ Dr.\ \dots, Lehrstuhl f"ur \dots, Universit"at \dots (wenn nicht FR)} +\thesistime{1.\ Januar 2006 bis 31.\ Mai 2006} +%\thesistime{January~1, 2006 to May~31, 2006} + +\frontmatter +\maketitle +\cleardoublepage\phantomsection\pdfbookmark{\abstractname}{abstract} %% fuegt ersten Abstract in die Bookmarks ein +%\begin{otherlanguage}{ngerman} +\begin{abstract} + Hier werden auf einer halben Seite die Kernaussagen der Diplomarbeit + auf Deutsch zusammengefasst. + \bigskip\par + \textbf{Stichw"orter:} IMTEK, Diplomarbeit +\end{abstract} +%\end{otherlanguage} +\begin{otherlanguage}{english} +\begin{abstract} + Hier werden auf einer halben Seite die Kernaussagen der Diplomarbeit + auf Englisch zusammengefasst. + \bigskip\par + \textbf{Keywords:} IMTEK, Diploma thesis +\end{abstract} +\end{otherlanguage} + +%% fuegt Inhaltsverzeichnis in die Bookmarks ein +\cleardoublepage\phantomsection\pdfbookmark{\contentsname}{toc} +%% setzt Inhaltsverzeichnis +\tableofcontents + +\begin{nomenclature} +%% Fuer die Berechnung der Spaltenbreiten muss \usepackage{calc} +%% geladen sein! +\section*{Lateinische Buchstaben} +\noindent +\begin{longtable}[l]{p{0.2\textwidth}p{0.7\textwidth-6\tabcolsep}p{0.1\textwidth}} + \tabheadfont{Variable}&\tabheadfont{Bedeutung}&\tabheadfont{Einheit}\\\midrule\endhead + $A$ & Querschnittsfl"ache & $\unit{m^2}$\\ + $c$ & Geschwindigkeit & $\unitfrac{m}{s}$ +\end{longtable} +\section*{Griechische Buchstaben} +\begin{longtable}[l]{p{0.2\textwidth}p{0.7\textwidth-6\tabcolsep}p{0.1\textwidth}} + \tabheadfont{Variable}&\tabheadfont{Bedeutung}&\tabheadfont{Einheit}\\\midrule\endhead + $\alpha$ & Winkel & $\unit{\degree}$; --\\ + $\varrho$ & Dichte & $\unitfrac{kg}{m^3}$ +\end{longtable} +\section*{Indizes} +\begin{longtable}[l]{p{0.2\textwidth}p{0.8\textwidth-4\tabcolsep}} + \tabheadfont{Index}&\tabheadfont{Bedeutung}\\\midrule\endhead + m & Meridian\\ + $r$ & Radial +\end{longtable} +\section*{Abk"urzungen} +\begin{longtable}[l]{p{0.2\textwidth}p{0.8\textwidth-4\tabcolsep}} + \tabheadfont{Abk"urzung}&\tabheadfont{Bedeutung}\\\midrule\endhead + 2D & zweidimensional\\ + 3D & dreidimensional\\ + max & maximal +\end{longtable} +\end{nomenclature} + +%% die Klassenoption liststotoc uebernimmt das Abbildungs- und Tabellen- +%% verzeichnis in den TOC +%% \listoftables und \listoffigures sollten nur bei genuegender Anzahl Tabellen +%% verwendet werden +\listoffigures +\listoftables + +\mainmatter %% Anfang Hauptteil + +\chapter{Einleitung} +Diese Diplomarbeitsvorlage ist eine Neu"uberarbeitung der Vorlage von Jan +Lienemann durch Simon Dreher. Wichtige Hinweise finden sich in der beigef"ugten +Dokumentation \verb|IMTEKda.pdf|, bitte diese sorgf"altig lesen! + +\chapter{Grundlagen} +In diesem Kapitel werden die theoretischen Grundlagen erl"autert. + +Wichtige Gleichungen, die in der Arbeit h"aufiger zitiert werden, +sollten eine Gleichungsnummer erhalten. +\begin{equation} + \label{eq:pythagoras} + a^2+b^2=c^2 +\end{equation} +Zum Beispiel wird in Gleichung~\ref{eq:pythagoras} der Satz des Pythagoras +angegeben. + +Gerade im Bereich der Grundlagen wird viel Literatur zitiert, z.\,B.\ +\cite{Menz97}. Falls +mehrere Literaturzitate auf einmal zitiert werden, ist folgendes +z.\,B.\ m"oglich \cite{Horn90,DINEN6232,Menz97,Knuth84}. + +\section{Unterkapitel Gliederungsebene 2} +Hier sollte etwas Text stehen. +\subsection{Unterkapitel Gliederungsebene 3} +Noch ein paar Beispiele zu Abbildungen und Tabellen: + +Abbildung~\ref{fig:bildplatzhalter} verdeutlicht \dots + +Wie die Abb.~\ref{fig:bildplatzhalter} und +Tab.~\ref{tab:tabellenplatzhalter} verdeutlichen \dots + +\begin{figure} + \centering + \includegraphics[width=0.5\linewidth]{figures/bild} + \caption{Bildbeschreibung} + \label{fig:bildplatzhalter} +\end{figure} + +Text\dots +\begin{table} + \centering + \begin{tabular}{llll} + \toprule + $A$-Wert&$B$-Wert&$C$-Wert&$D$-Wert\\ + \midrule + aaaaaa&bbbbbbb&cccccc&ddddddd\\ + aaaaaa&bbbbbbb&cccccc&ddddddd\\ + \bottomrule + \end{tabular} + \caption{Tabellenbeschreibung} + \label{tab:tabellenplatzhalter} +\end{table} + +Text\dots + +\chapter{Experimentelle Vorgehensweise} +Text\dots +\chapter{Ergebnisse} +Text\dots +\chapter{Diskussion} +Text\dots +\section{Unterkapitel} +Text\dots +\subsection{Unterkapitel} +Text\dots +\chapter{Zusammenfassung} +Text\dots + +\appendix +\chapter{erster Anhang} +Text\dots +\chapter{zweiter Anhang} +Text\dots + +%% fuegt Literaturverzeichnis in die Bookmarks ein +\cleardoublepage\phantomsection\pdfbookmark{\bibname}{bib} +\bibliography{diplarb} %% Bibliographie; unbedingt umbenennen! + +\chapter*{Danksagung} +Dank\dots + +\end{document} diff --git a/Master/texmf-dist/doc/latex/imtekda/figures/bild.eps b/Master/texmf-dist/doc/latex/imtekda/figures/bild.eps new file mode 100644 index 00000000000..25c571e7506 --- /dev/null +++ b/Master/texmf-dist/doc/latex/imtekda/figures/bild.eps @@ -0,0 +1,100 @@ +%!PS-Adobe-2.0 EPSF-2.0 +%%Title: bild.eps +%%Creator: fig2dev Version 3.2 Patchlevel 3d +%%CreationDate: Tue Mar 18 19:08:58 2003 +%%For: lieneman@test168.imtek.uni-freiburg.de (Jan Lienemann) +%%BoundingBox: 0 0 290 290 +%%Magnification: 1.0000 +%%EndComments +/$F2psDict 200 dict def +$F2psDict begin +$F2psDict /mtrx matrix put +/col-1 {0 setgray} bind def +/col0 {0.000 0.000 0.000 srgb} bind def +/col1 {0.000 0.000 1.000 srgb} bind def +/col2 {0.000 1.000 0.000 srgb} bind def +/col3 {0.000 1.000 1.000 srgb} bind def +/col4 {1.000 0.000 0.000 srgb} bind def +/col5 {1.000 0.000 1.000 srgb} bind def +/col6 {1.000 1.000 0.000 srgb} bind def +/col7 {1.000 1.000 1.000 srgb} bind def +/col8 {0.000 0.000 0.560 srgb} bind def +/col9 {0.000 0.000 0.690 srgb} bind def +/col10 {0.000 0.000 0.820 srgb} bind def +/col11 {0.530 0.810 1.000 srgb} bind def +/col12 {0.000 0.560 0.000 srgb} bind def +/col13 {0.000 0.690 0.000 srgb} bind def +/col14 {0.000 0.820 0.000 srgb} bind def +/col15 {0.000 0.560 0.560 srgb} bind def +/col16 {0.000 0.690 0.690 srgb} bind def +/col17 {0.000 0.820 0.820 srgb} bind def +/col18 {0.560 0.000 0.000 srgb} bind def +/col19 {0.690 0.000 0.000 srgb} bind def +/col20 {0.820 0.000 0.000 srgb} bind def +/col21 {0.560 0.000 0.560 srgb} bind def +/col22 {0.690 0.000 0.690 srgb} bind def +/col23 {0.820 0.000 0.820 srgb} bind def +/col24 {0.500 0.190 0.000 srgb} bind def +/col25 {0.630 0.250 0.000 srgb} bind def +/col26 {0.750 0.380 0.000 srgb} bind def +/col27 {1.000 0.500 0.500 srgb} bind def +/col28 {1.000 0.630 0.630 srgb} bind def +/col29 {1.000 0.750 0.750 srgb} bind def +/col30 {1.000 0.880 0.880 srgb} bind def +/col31 {1.000 0.840 0.000 srgb} bind def + +end +save +newpath 0 290 moveto 0 0 lineto 290 0 lineto 290 290 lineto closepath clip newpath +-98.3 383.2 translate +1 -1 scale + +/cp {closepath} bind def +/ef {eofill} bind def +/gr {grestore} bind def +/gs {gsave} bind def +/sa {save} bind def +/rs {restore} bind def +/l {lineto} bind def +/m {moveto} bind def +/rm {rmoveto} bind def +/n {newpath} bind def +/s {stroke} bind def +/sh {show} bind def +/slc {setlinecap} bind def +/slj {setlinejoin} bind def +/slw {setlinewidth} bind def +/srgb {setrgbcolor} bind def +/rot {rotate} bind def +/sc {scale} bind def +/sd {setdash} bind def +/ff {findfont} bind def +/sf {setfont} bind def +/scf {scalefont} bind def +/sw {stringwidth} bind def +/tr {translate} bind def +/tnt {dup dup currentrgbcolor + 4 -2 roll dup 1 exch sub 3 -1 roll mul add + 4 -2 roll dup 1 exch sub 3 -1 roll mul add + 4 -2 roll dup 1 exch sub 3 -1 roll mul add srgb} + bind def +/shd {dup dup currentrgbcolor 4 -2 roll mul 4 -2 roll mul + 4 -2 roll mul srgb} bind def +/$F2psBegin {$F2psDict begin /$F2psEnteredState save def} def +/$F2psEnd {$F2psEnteredState restore end} def + +$F2psBegin +10 setmiterlimit + 0.06000 0.06000 sc +% +% Fig objects follow +% +% Polyline +7.500 slw +n 1650 1575 m 6450 1575 l 6450 6375 l 1650 6375 l + cp gs col0 s gr +/Times-Roman ff 480.00 scf sf +1950 4200 m +gs 1 -1 sc (Hier kann ein Bild hin) col0 sh gr +$F2psEnd +rs diff --git a/Master/texmf-dist/doc/latex/imtekda/figures/bild.pdf b/Master/texmf-dist/doc/latex/imtekda/figures/bild.pdf Binary files differnew file mode 100644 index 00000000000..a81b0198260 --- /dev/null +++ b/Master/texmf-dist/doc/latex/imtekda/figures/bild.pdf |