# HG changeset patch # User meillo@marmaro.de # Date 1229436021 -3600 # Node ID 0d097f4300ce65d30a30932df65dbfa913d80b36 # Parent ccf0de1ae33732cc28ca97b0f286628ca89bb0fc moved typographic conventions from ch01 to preface diff -r ccf0de1ae337 -r 0d097f4300ce thesis/tex/0-preface.tex --- a/thesis/tex/0-preface.tex Tue Dec 16 14:10:07 2008 +0100 +++ b/thesis/tex/0-preface.tex Tue Dec 16 15:00:21 2008 +0100 @@ -46,6 +46,35 @@ << write about the bundled CD, and tell what's included >> %TODO +\section*{Typographic conventions} +%TODO: check if this tells what is really used! +%FIXME: make it complete! +%FIXME: remove everything not needed. Maybe write only a few sentences text. +The following typographic conventions are used in this book: + +\begin{tabular}{ p{0.15\textwidth} p{0.8\textwidth} } +\emph{Italic} & +is used for names, including command names, file name, hostnames, usernames and email addresses. +Further more it is used to emphasize text. +\\ &\\ + +\texttt{Constant Width} & +is used for source code, contents of files and output from programs. +\\ &\\ + +\texttt{\$} & +indicates the the user shell prompt. +\\ &\\ + +\texttt{\#} & +indicates the the root shell prompt. +\\ +\end{tabular} + + + + + \section*{Acknowledgments} %FIXME: write this at the very end. % dont forget: proove readers, suggestion makers, supporters, ... diff -r ccf0de1ae337 -r 0d097f4300ce thesis/tex/1-Introduction.tex --- a/thesis/tex/1-Introduction.tex Tue Dec 16 14:10:07 2008 +0100 +++ b/thesis/tex/1-Introduction.tex Tue Dec 16 15:00:21 2008 +0100 @@ -90,40 +90,14 @@ << why is it worth the effort? >> %FIXME +\section{What is not covered here} - -\section{How to read this document} - -\subsubsection*{Conventions used} -%TODO: check if this tells what is really used! -%FIXME: make it complete! -%FIXME: remove everything not needed. Maybe write only a few sentences text. -The following typographic conventions are used in this book: - -\begin{tabular}{ p{0.15\textwidth} p{0.8\textwidth} } -\emph{Italic} & -is used for names, including command names, file name, hostnames, usernames and email addresses. -Further more it is used to emphasize text. -\\ &\\ - -\texttt{Constant Width} & -is used for source code, contents of files and output from programs. -\\ &\\ - -\texttt{\$} & -indicates the the user shell prompt. -\\ &\\ - -\texttt{\#} & -indicates the the root shell prompt. -\\ -\end{tabular} - - +<< limit against stuff not covered here >> \section{Further reading} + << specify the really important external documents here >> %FIXME << write about the bundled CD, and tell what's included >> %FIXME