changeset 136:b5f141edee4e

one uppercase letter words are not set in small caps
author meillo@marmaro.de
date Wed, 10 Dec 2008 18:52:09 +0100 (2008-12-10)
parents eef80e989616
children c60b164bfd3c
files thesis/tex/0-preface.tex
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/thesis/tex/0-preface.tex	Wed Dec 10 18:37:24 2008 +0100
+++ b/thesis/tex/0-preface.tex	Wed Dec 10 18:52:09 2008 +0100
@@ -19,7 +19,7 @@
 Audience:
 
 This document is targeted for \masqmail\ users and for people interested in mail systems in general.
-Security problems in electronic mail, \unix\ and the \NAME{C} programming language will also be discussed.
+Security problems in electronic mail, \unix\ and the C programming language will also be discussed.
 Additional ones planning to take over an unmaintained software project will find real life experience in here.
 
 In each topic, basic knowledge is preconditioned.
@@ -27,12 +27,12 @@
 
 This work focuses on the \unix\ operating system.
 Experience in usage, administration and program development is assumed.
-This includes the basic toolchain (e.g.\ \name{tar}, \name{grep}, etc.), user, file and permission management, as well as writing, compiling and installing programs written in the \NAME{C} language.
+This includes the basic toolchain (e.g.\ \name{tar}, \name{grep}, etc.), user, file and permission management, as well as writing, compiling and installing programs written in the C language.
 
 General information about \unix\ can be found in \cite{unixprogenv} %FIXME: references
 . %FIXME: references
 explain about administrating \unix.
-And developing programs in \NAME{C} may be learned from \cite{k&r} and \cite{advunixprog}. %FIXME: references
+And developing programs in C may be learned from \cite{k&r} and \cite{advunixprog}. %FIXME: references
 
 %TODO: should I tell them to send email to me when having questions? Or somewhere else?