docs/diploma
changeset 150:0d097f4300ce
moved typographic conventions from ch01 to preface
author | meillo@marmaro.de |
---|---|
date | Tue, 16 Dec 2008 15:00:21 +0100 |
parents | ccf0de1ae337 |
children | 6c37dc3d4a61 |
files | thesis/tex/0-preface.tex thesis/tex/1-Introduction.tex |
diffstat | 2 files changed, 32 insertions(+), 29 deletions(-) [+] |
line diff
1.1 --- a/thesis/tex/0-preface.tex Tue Dec 16 14:10:07 2008 +0100 1.2 +++ b/thesis/tex/0-preface.tex Tue Dec 16 15:00:21 2008 +0100 1.3 @@ -46,6 +46,35 @@ 1.4 << write about the bundled CD, and tell what's included >> %TODO 1.5 1.6 1.7 +\section*{Typographic conventions} 1.8 +%TODO: check if this tells what is really used! 1.9 +%FIXME: make it complete! 1.10 +%FIXME: remove everything not needed. Maybe write only a few sentences text. 1.11 +The following typographic conventions are used in this book: 1.12 + 1.13 +\begin{tabular}{ p{0.15\textwidth} p{0.8\textwidth} } 1.14 +\emph{Italic} & 1.15 +is used for names, including command names, file name, hostnames, usernames and email addresses. 1.16 +Further more it is used to emphasize text. 1.17 +\\ &\\ 1.18 + 1.19 +\texttt{Constant Width} & 1.20 +is used for source code, contents of files and output from programs. 1.21 +\\ &\\ 1.22 + 1.23 +\texttt{\$} & 1.24 +indicates the the user shell prompt. 1.25 +\\ &\\ 1.26 + 1.27 +\texttt{\#} & 1.28 +indicates the the root shell prompt. 1.29 +\\ 1.30 +\end{tabular} 1.31 + 1.32 + 1.33 + 1.34 + 1.35 + 1.36 \section*{Acknowledgments} 1.37 %FIXME: write this at the very end. 1.38 % dont forget: proove readers, suggestion makers, supporters, ...
2.1 --- a/thesis/tex/1-Introduction.tex Tue Dec 16 14:10:07 2008 +0100 2.2 +++ b/thesis/tex/1-Introduction.tex Tue Dec 16 15:00:21 2008 +0100 2.3 @@ -90,40 +90,14 @@ 2.4 << why is it worth the effort? >> %FIXME 2.5 2.6 2.7 +\section{What is not covered here} 2.8 2.9 - 2.10 -\section{How to read this document} 2.11 - 2.12 -\subsubsection*{Conventions used} 2.13 -%TODO: check if this tells what is really used! 2.14 -%FIXME: make it complete! 2.15 -%FIXME: remove everything not needed. Maybe write only a few sentences text. 2.16 -The following typographic conventions are used in this book: 2.17 - 2.18 -\begin{tabular}{ p{0.15\textwidth} p{0.8\textwidth} } 2.19 -\emph{Italic} & 2.20 -is used for names, including command names, file name, hostnames, usernames and email addresses. 2.21 -Further more it is used to emphasize text. 2.22 -\\ &\\ 2.23 - 2.24 -\texttt{Constant Width} & 2.25 -is used for source code, contents of files and output from programs. 2.26 -\\ &\\ 2.27 - 2.28 -\texttt{\$} & 2.29 -indicates the the user shell prompt. 2.30 -\\ &\\ 2.31 - 2.32 -\texttt{\#} & 2.33 -indicates the the root shell prompt. 2.34 -\\ 2.35 -\end{tabular} 2.36 - 2.37 - 2.38 +<< limit against stuff not covered here >> 2.39 2.40 2.41 \section{Further reading} 2.42 2.43 + 2.44 << specify the really important external documents here >> %FIXME 2.45 2.46 << write about the bundled CD, and tell what's included >> %FIXME