changeset 150:0d097f4300ce

moved typographic conventions from ch01 to preface
author meillo@marmaro.de
date Tue, 16 Dec 2008 15:00:21 +0100 (2008-12-16)
parents ccf0de1ae337
children 6c37dc3d4a61
files thesis/tex/0-preface.tex thesis/tex/1-Introduction.tex
diffstat 2 files changed, 32 insertions(+), 29 deletions(-) [+]
line wrap: on
line diff
--- 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, ...
--- 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{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:
+\section{What is not covered here}
 
-\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