diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/classicthesis/Chapters')
4 files changed, 538 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter01.tex b/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter01.tex new file mode 100644 index 00000000000..09968c67435 --- /dev/null +++ b/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter01.tex @@ -0,0 +1,195 @@ +%************************************************ +\myChapter{Introduction}\label{ch:introduction} +%************************************************ +This bundle for \LaTeX\ has two goals: +\begin{enumerate} + \item Provide students with an easy-to-use template for their + Master's + or PhD thesis. (Though it might also be used by other types of + authors + for reports, books, etc.) + \item Provide a classic, high quality typographic style which is + inspired by \cauthor{bringhurst:2002}'s ``\emph{The Elements of + Typographic Style}'' \citep{bringhurst:2002}. + \graffito{\myTitle Version 1.4.2} +\end{enumerate} +The bundle is configured to run with a \emph{full} +MiK\TeX\footnote{MiK\TeX\ 2.4 or above. Furthermore, +\texttt{classicthesis} +works with most other \LaTeX\ distributions and, thus, with most +operating systems \LaTeX\ is available for. Just give it a try.} +installation right away and, therefore, it uses only freely available +fonts. (Minion fans can easily adjust the style to their needs.) + +People interested only in the nice style and not the whole bundle can +now use the style stand-alone via the file \texttt{classicthesis.sty}. +This works now also with ``plain'' \LaTeX. + +This should enable anyone with a basic knowledge of \LaTeXe\ to +produce beautiful documents without too much effort. In the end, this +is my overall goal: more beautiful documents, especially theses, as I +am tired of seeing so many ugly ones. + +The whole template and the used style is released under the +\textsmaller{GNU} General Public License. + +If you like the style then I would appreciate a postcard: +\begin{center} + André Miede \\ + Detmolder Straße 32 \\ + 31737 Rinteln \\ + Germany +\end{center} +The postcards I got so far are available at \url{http://postcards.miede.de}. + +Hopefully, this thesis template is done well enough for your needs and +does not have too many flaws. So far, a couple of theses have been +typeset successfully with it. If you are interested in some +typographic details behind it, enjoy Robert Bringhurst's wonderful book. + +\graffito{A well-balanced line width improves the legibility of +the text. That's what typography is all about, right?} +\paragraph{Important Note:} Some things of this style might look +unusual at first glance, many people feel so in the beginning. +However, all things are intentionally designed to be as they are, +especially these: +\begin{itemize} + \item No bold fonts are used. Italics or spaced small caps do the + job quite well. + \item The size of the text body is intentionally shaped like it + is. It supports both legibility and allows a reasonable amount of + information to be on a page. And, no: the lines are not too short. + \item The tables intentionally do not use vertical or double + rules. See the documentation for the \texttt{booktabs} package for + a nice discussion of this topic. + \item And last but not least, to provide the reader with a way + easier access to page numbers in the table of contents, the page + numbers are right behind the titles. Yes, they are \emph{not} + neatly aligned at the right side and they are \emph{not} connected + with dots that help the eye to bridge a distance that is not + necessary. If you are still not convinced: is your reader + interested in the page number or does she want to sum the numbers + up? +\end{itemize} +Therefore, please do not break the beauty of the style by changing +these things unless you really know what you are doing! Please. + + +\section{Organization} +A very important factor for successful thesis writing is the +organization of the material. This template suggests a structure as +the following: +\begin{itemize} + \graffito{You can use these margins for summaries of the text + body\dots} + \item\texttt{Chapters/} is where all the ``real'' content goes in + separate files such as \texttt{Chapter01.tex} etc. + \item\texttt{FrontBackMatter/} is where all the stuff goes that + surrounds the ``real'' content, such as the acknowledgments, + dedication, etc. + \item\texttt{gfx/} is where you put all the graphics you use in + the thesis. Maybe they should be organized into subfolders + depending on the chapter they are used in, if you have a lot of + graphics. + \item\texttt{Bibliography.bib}: the Bib\TeX\ database to organize + all the references you might want to cite. + \item\texttt{classicthesis.sty}: the style definition to get this + awesome look and feel. + \item\texttt{ClassicThesis.tcp} a \TeX nicCenter project file. + Great tool and it's free! + \item\texttt{ClassicThesis.tex}: the main file of your thesis + where all gets bundled together. + \item\texttt{loadpackages.sty}: a central place to load all nifty + packages that are used. +\end{itemize} +This should get you started in no time. + + +\section{Style Options} +There are a couple of options for \texttt{classicthesis.sty} that +allow for a bit of freedom concerning the layout: +\begin{itemize} + \graffito{\dots or your supervisor might use the margins for some + comments of her own while reading.} + \item\texttt{drafting}: prints the date and time at the bottom of + each page, so you always know which version you are dealing with. + Might come in handy not to give your Prof. that old draft. + \item\texttt{eulerchapternumbers}: use figures from Hermann Zapf's + Euler math font for the chapter numbers. By default, old style + figures from the Palatino font are used. + \item\texttt{linedheaders}: changes the look of the chapter + headings a bit by adding a horizontal line above the chapter + title. The chapter number will also be moved to the top of the + page, above the chapter title. + \item\texttt{listsseparated}: will add extra space between table + and figure entries of different chapters in the list of tables or + figures, respectively. + \item\texttt{tocaligned}: aligns the whole table of contents on + the left side. Some people like that, some don't. + \item\texttt{subfigure}: is passed to the \texttt{tocloft} package + to enable compatibility with the \texttt{subfigure} package. + \item\texttt{nochapters}: allows to use the look-and-feel with + classes that do not use chapters. + \item\texttt{beramono}: loads Bera Mono as typewriter font. + (Default setting is using no typewriter font.) + \item\texttt{eulermath}: loads the awesome Euler fonts for math. + (Palatino is used as default font.) + \item\texttt{parts}: if you use Part divisions for your document, + you should choose this option. It provides you with the command + \verb|\myPart{}| which takes care of the style and the entry + into the Table of Contents. + \item\texttt{a5paper}: adjusts the page layout according to the + global \texttt{a5paper} option (\emph{experimental} feature). +\end{itemize} +The best way to figure these options out is to try the different +possibilities and see, what you and your supervisor like best. + +To make things in general easier, \texttt{loadpackages.sty} contains +some useful commands that might help you. + + +\section{Future Work} +So far, this is a quite stable version that served a couple of people +well during their thesis time. However, some things are still not as +they should be. Proper documentation in the standard format is still +missing. In the long run, the style should probably be published +separately, with the template bundle being only an application of the +style. Alas, there is no time for that at the moment\dots it could be +a nice task for a small group of \LaTeX nicians. + +Please do not send me email with questions concerning \LaTeX\ or the +template, as I do not have time for an answer. But if you have +comments, suggestions, or improvements for the style or the template +in general, do not hesitate to write them on that postcard of yours. + +%\longpage +\section{License} +\paragraph{GNU General Public License:} This program is free software; +you can redistribute it and/or modify + it under the terms of the \textsmaller{GNU} General Public License as + published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but \emph{without any warranty}; without even the implied warranty of + \emph{merchantability} or \emph{fitness for a particular purpose}. + See the + \textsmaller{GNU} General Public License for more details. + + You should have received a copy of the \textsmaller{GNU} General + Public License + along with this program; see the file \texttt{COPYING}. If not, + write to + the Free Software Foundation, Inc., 59 Temple Place - Suite 330, + Boston, \textsmaller{MA} 02111-1307, \textsmaller{USA}. + +%***************************************** +%***************************************** +%***************************************** +%***************************************** +%***************************************** + + + + diff --git a/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter02.tex b/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter02.tex new file mode 100644 index 00000000000..d126c9f5d92 --- /dev/null +++ b/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter02.tex @@ -0,0 +1,174 @@ +%***************************************** +\myChapter{Examples}\label{ch:examples} +%***************************************** +Ei choro aeterno antiopam mea, labitur bonorum pri no +\cauthor{dueck:trio} \citep{dueck:trio}. His no decore +nemore graecis. In eos meis nominavi, liber soluta vim cu. Sea commune +suavitate interpretaris eu, vix eu libris efficiantur. +\section{A New Section} +Illo principalmente su nos. Non message \emph{occidental} angloromanic +da. Debitas effortio simplificate sia se, auxiliar summarios da que, +se avantiate publicationes via. Pan in terra summarios, capital +interlingua se que. Al via multo esser specimen, campo responder que +da. Le usate medical addresses pro, europa origine sanctificate nos +se. + +Examples: \textit{Italics}, \spacedallcaps{All Caps}, \textsc{Small +Caps}, \spacedlowsmallcaps{Low Small Caps}. + +\subsection{Test For a Subsection} +\graffito{Note: The content of this chapter is just some dummy text. +It is not a real language.} +Lorem ipsum at nusquam appellantur his, ut eos erant homero +concludaturque. Albucius appellantur deterruisset id eam, vivendum +partiendo dissentiet ei ius. Vis melius facilisis ea, sea id convenire +referrentur, takimata adolescens ex duo. Ei harum argumentum per. Eam +vidit exerci appetere ad, ut vel zzril intellegam interpretaris. + +Errem omnium ea per, pro \ac{UML} congue populo ornatus cu, ex qui +dicant nemore melius. No pri diam iriure euismod. Graecis eleifend +appellantur quo id. Id corpora inimicus nam, facer nonummy ne pro, +kasd repudiandae ei mei. Mea menandri mediocrem dissentiet cu, ex +nominati imperdiet nec, sea odio duis vocent ei. Tempor everti +appareat cu ius, ridens audiam an qui, aliquid admodum conceptam ne +qui. Vis ea melius nostrum, mel alienum euripidis eu. + +Ei choro aeterno antiopam mea, labitur bonorum pri no. His no decore +nemore graecis. In eos meis nominavi, liber soluta vim cu. + +\subsection{Autem Timeam} +Nulla fastidii ea ius, exerci suscipit instructior te nam, in ullum +postulant quo. Congue quaestio philosophia his at, sea odio autem +vulputate ex. Cu usu mucius iisque voluptua. Sit maiorum propriae at, +ea cum \ac{API} primis intellegat. Hinc cotidieque reprehendunt eu +nec. Autem timeam deleniti usu id, in nec nibh altera. + +Equidem detraxit cu nam, vix eu delenit periculis. Eos ut vero +constituto, no vidit propriae complectitur sea. Diceret nonummy in +has, no qui eligendi recteque consetetur. Mel eu dictas suscipiantur, +et sed placerat oporteat. At ipsum electram mei, ad aeque atomorum +mea. + +Ei solet nemore consectetuer nam. Ad eam porro impetus, te choro omnes +evertitur mel. Molestie conclusionemque vel at. + + +\section{Another Section in This Chapter} +Non vices medical da. Se qui peano distinguer demonstrate, personas +internet in nos. Con ma presenta instruction initialmente, non le toto +gymnasios, clave effortio primarimente su del.\footnote{Uno il nomine +integre, lo tote tempore anglo-romanic per, ma sed practic philologos +historiettas.} + +Sia ma sine svedese americas. Asia \cauthor{bentley:1999} +\citep{bentley:1999} representantes un nos, un altere membros +qui.\footnote{De web nostre historia angloromanic.} Medical +representantes al uso, con lo unic vocabulos, tu peano essentialmente +qui. Lo malo laborava anteriormente uso. + +\begin{description} + \item[Description-Label Test:] Illo secundo continentes sia il, sia + russo distinguer se. Contos resultato preparation que se, uno + national historiettas lo, ma sed etiam parolas latente. Ma unic + quales sia. Pan in patre altere summario, le pro latino resultato. + \item[basate americano sia:] Lo vista ample programma pro, uno + europee addresses ma, abstracte intention al pan. Nos duce infra + publicava le. Es que historia encyclopedia, sed terra celos + avantiate in. Su pro effortio appellate, o. +\end{description} +Tu uno veni americano sanctificate. Pan e union linguistic +\cauthor{cormen:2001} \citep{cormen:2001} simplificate, traducite +linguistic del le, del un apprende denomination. + + + +\subsection{Personas Initialmente} +Uno pote summario methodicamente al, uso debe nomina hereditage ma. +Iala rapide ha del, ma nos esser parlar. Maximo dictionario sed al. + +\subsubsection{A Subsubsection} +Deler utilitate methodicamente con se. Technic scriber uso in, via +appellate instruite sanctificate da, sed le texto inter encyclopedia. +Ha iste americas que, qui ma tempore capital. + +\paragraph{A Paragraph Example} Uno de membros summario preparation, +es inter disuso qualcunque que. Del hodie philologos occidental al, +como publicate litteratura in web. Veni americano \cauthor{knuth:1976} +\citep{knuth:1976} es con, non internet millennios secundarimente ha. +Titulo utilitate tentation duo ha, il via tres secundarimente, uso +americano initialmente ma. De duo deler personas initialmente. Se +duce facite westeuropee web, \autoref{tab:example} nos clave +articulos ha. + +\begin{aenumerate} + \item Enumeration with small caps (alpha) + \item Second item +\end{aenumerate} + +Medio integre lo per, non \cauthor{sommerville:1992} +\citep{sommerville:1992} es linguas integre. Al web altere integre +periodicos, in nos hodie basate. Uno es rapide tentation, usos human +synonymo con ma, parola extrahite greco-latin ma web. Veni signo +rapide nos da. + +%Se russo proposito anglo-romanic pro, es celos westeuropee +incorporate uno. Il web unic periodicos. Que usate scientia ma, sed +tres unidirectional al, asia personas duo de. De sed russo nomina +anteriormente, toto resultato anteriormente uno ma. Non se signo +romanic technologia, un medio millennios con. +% +%Major facto sia es, con o titulo maximo international. Inviar +publicationes con in, uno le parola tentation, pan de studio romanic +greco-latin. Tu duo titulo debitas latente, que vista programma ma. +Non tote tres germano se, lo parola periodicos non. + +\begin{table} + \myfloatalign + \begin{tabularx}{\textwidth}{Xll} \toprule + \tableheadline{labitur bonorum pri no} & \tableheadline{que vista} + & \tableheadline{human} \\ \midrule + fastidii ea ius & germano & demonstratea \\ + suscipit instructior & titulo & personas \\ + %postulant quo & westeuropee & sanctificatec \\ + \midrule + quaestio philosophia & facto & demonstrated \\ + %autem vulputate ex & parola & romanic \\ + %usu mucius iisque & studio & sanctificatef \\ + \bottomrule + \end{tabularx} + \caption[Autem timeam deleniti usu id]{Autem timeam deleniti usu + id.} + \label{tab:example} +\end{table} + +\subsection{Linguistic Registrate} +Veni introduction es pro, qui finalmente demonstrate il. E tamben +anglese programma uno. Sed le debitas demonstrate. Non russo existe o, +facite linguistic registrate se nos. Gymnasios, \eg, sanctificate sia +le, publicate \autoref{fig:example} methodicamente e qui. + +Lo sed apprende instruite. Que altere responder su, pan ma, \ie, signo +studio. Instruite preparation le duo, asia altere tentation web su. +Via unic facto rapide de, iste questiones methodicamente o uno, nos al. + +\longpage +\begin{figure}[bth] + \myfloatalign + \subfigure[Asia personas duo.] + {\includegraphics[width=.45\linewidth]{example_1}} \quad + \subfigure[Pan ma signo.] + {\includegraphics[width=.45\linewidth]{example_2}} \\ + \subfigure[Methodicamente o uno.] + {\includegraphics[width=.45\linewidth]{example_3}} \quad + \subfigure[Titulo debitas.] + {\includegraphics[width=.45\linewidth]{example_4}} + \caption[Tu duo titulo debitas latente]{Tu duo titulo debitas + latente.}\label{fig:example} +\end{figure} + + +%***************************************** +%***************************************** +%***************************************** +%***************************************** +%***************************************** diff --git a/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter03.tex b/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter03.tex new file mode 100644 index 00000000000..e960dafbc64 --- /dev/null +++ b/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter03.tex @@ -0,0 +1,110 @@ +%************************************************ +\myChapter{Math Test Chapter}\label{ch:mathtest} +%************************************************ +Ei choro aeterno antiopam mea, labitur bonorum pri no. His no decore +nemore graecis. In eos meis nominavi, liber soluta vim cu. Sea commune +suavitate interpretaris eu, vix eu libris efficiantur. + +\section{Some Formulas} +Due to the statistical nature of ionisation energy loss, large +fluctuations can occur in the amount of energy deposited by a particle +traversing an absorber element\footnote{Examples taken from Walter +Schmidt's great gallery: \\ +\url{http://home.vrweb.de/~was/mathfonts.html}}. Continuous processes +such as multiple +scattering and energy loss play a relevant role in the longitudinal +and lateral development of electromagnetic and hadronic +showers, and in the case of sampling calorimeters the +measured resolution can be significantly affected by such fluctuations +in their active layers. The description of ionisation fluctuations is +characterised by the significance parameter $\kappa$, which is +proportional to the ratio of mean energy loss to the maximum allowed +energy transfer in a single collision with an atomic electron: +\graffito{You might get unexpected results using math in chapter or +section heads.} +\[ +\kappa =\frac{\xi}{E_{\mathrm{max}}} +\] +$E_{\mathrm{max}}$ is the maximum transferable energy in a single +collision with +an atomic electron. +\[ +E_{\mathrm{max}} =\frac{2 m_{\mathrm{e}} \beta^2\gamma^2 }{1 + +2\gamma m_{\mathrm{e}}/m_{\mathrm{x}} + \left ( m_{\mathrm{e}} +/m_{\mathrm{x}}\right)^2}\ , +\] +where $\gamma = E/m_{\mathrm{x}}$, $E$ is energy and +$m_{\mathrm{x}}$ the mass of the incident particle, +$\beta^2 = 1 - 1/\gamma^2$ and $m_{\mathrm{e}}$ is the electron mass. +$\xi$ comes from the Rutherford scattering cross section +and is defined as: +\begin{eqnarray*} \xi = \frac{2\pi z^2 e^4 N_{\mathrm{Av}} Z \rho +\delta x}{m_{\mathrm{e}} \beta^2 c^2 A} = 153.4 \frac{z^2}{\beta^2} +\frac{Z}{A} + \rho \delta x \quad\mathrm{keV}, +\end{eqnarray*} +where + +\begin{tabular}{ll} +$z$ & charge of the incident particle \\ +$N_{\mathrm{Av}}$ & Avogadro's number \\ +$Z$ & atomic number of the material \\ +$A$ & atomic weight of the material \\ +$\rho$ & density \\ +$ \delta x$ & thickness of the material \\ +\end{tabular} + +$\kappa$ measures the contribution of the collisions with energy +transfer close to $E_{\mathrm{max}}$. For a given absorber, $\kappa$ +tends +towards large values if $\delta x$ is large and/or if $\beta$ is +small. Likewise, $\kappa$ tends towards zero if $\delta x $ is small +and/or if $\beta$ approaches $1$. + +The value of $\kappa$ distinguishes two regimes which occur in the +description of ionisation fluctuations: + +\begin{enumerate} +\item A large number of collisions involving the loss of all or most + of the incident particle energy during the traversal of an absorber. + + As the total energy transfer is composed of a multitude of small + energy losses, we can apply the central limit theorem and describe + the fluctuations by a Gaussian distribution. This case is + applicable to non-relativistic particles and is described by the + inequality $\kappa > 10 $ (\ie, when the mean energy loss in the + absorber is greater than the maximum energy transfer in a single + collision). + +\item Particles traversing thin counters and incident electrons under + any conditions. + + The relevant inequalities and distributions are $ 0.01 < \kappa < 10 + $, + Vavilov distribution, and $\kappa < 0.01 $, Landau distribution. +\end{enumerate} + + +\section{Various Mathematical Examples} +If $n > 2$, the identity +\[ + t[u_1,\dots,u_n] = t\bigl[t[u_1,\dots,u_{n_1}], t[u_2,\dots,u_n] + \bigr] +\] +defines $t[u_1,\dots,u_n]$ recursively, and it can be shown that the +alternative definition +\[ + t[u_1,\dots,u_n] = t\bigl[t[u_1,u_2],\dots,t[u_{n-1},u_n]\bigr] +\] +gives the same result. Indeed, we have +\[ + t[u_1,\dots,u_n] = \sum_{k=1}^n{{n-1} \choose {k-1}} (1-t)^{n-k} + t^{k-1}u_k, +\] +a Bernstein polynomial of order $n-1$. + +%***************************************** +%***************************************** +%***************************************** +%***************************************** +%***************************************** diff --git a/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter0A.tex b/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter0A.tex new file mode 100644 index 00000000000..316dd37ad4f --- /dev/null +++ b/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter0A.tex @@ -0,0 +1,59 @@ +%******************************************************************** +% Appendix +%******************************************************* +\myChapter{Appendix Test} +Lorem ipsum at nusquam appellantur his, ut eos erant homero +concludaturque. Albucius appellantur deterruisset id eam, vivendum +partiendo dissentiet ei ius. Vis melius facilisis ea, sea id convenire +referrentur, takimata adolescens ex duo. Ei harum argumentum per. Eam +vidit exerci appetere ad, ut vel zzril intellegam interpretaris. + +Errem omnium ea per, pro congue populo ornatus cu, ex qui dicant +nemore melius. No pri diam iriure euismod. Graecis eleifend +appellantur quo id. Id corpora inimicus nam, facer nonummy ne pro, +kasd repudiandae ei mei. Mea menandri mediocrem dissentiet cu, ex +nominati imperdiet nec, sea odio duis vocent ei. Tempor everti +appareat cu ius, ridens audiam an qui, aliquid admodum conceptam ne +qui. Vis ea melius nostrum, mel alienum euripidis eu. + +\section{Appendix Section Test} +Ei choro aeterno antiopam mea, labitur bonorum pri no. His no decore +nemore graecis. In eos meis nominavi, liber soluta vim cu. Sea commune +suavitate interpretaris eu, vix eu libris efficiantur. + +\graffito{More dummy text.} +Nulla fastidii ea ius, exerci suscipit instructior te nam, in ullum +postulant quo. Congue quaestio philosophia his at, sea odio autem +vulputate ex. Cu usu mucius iisque voluptua. Sit maiorum propriae at, +ea cum primis intellegat. Hinc cotidieque reprehendunt eu nec. Autem +timeam deleniti usu id, in nec nibh altera. + +\section{Another Appendix Section Test} +Equidem detraxit cu nam, vix eu delenit periculis. Eos ut vero +constituto, no vidit propriae complectitur sea. Diceret nonummy in +has, no qui eligendi recteque consetetur. Mel eu dictas suscipiantur, +et sed placerat oporteat. At ipsum electram mei, ad aeque atomorum +mea. + +\begin{table} + \myfloatalign + \begin{tabularx}{\textwidth}{Xll} \toprule + \tableheadline{labitur bonorum pri no} & \tableheadline{que vista} + & \tableheadline{human} \\ \midrule + fastidii ea ius & germano & demonstratea \\ + suscipit instructior & titulo & personas \\ + %postulant quo & westeuropee & sanctificatec \\ + \midrule + quaestio philosophia & facto & demonstrated \\ + %autem vulputate ex & parola & romanic \\ + %usu mucius iisque & studio & sanctificatef \\ + \bottomrule + \end{tabularx} + \caption[Autem usu id]{Autem usu id.} + \label{tab:moreexample} +\end{table} + +Ei solet nemore consectetuer nam. Ad eam porro impetus, te choro omnes +evertitur mel. Molestie conclusionemque vel at, no qui omittam +expetenda efficiendi. Eu quo nobis offendit, verterem scriptorem ne +vix. |