summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/base/webcompg.err
blob: 58220dd7bdc2a184ef103e320bd88f05ce848d09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
\newcommand\erratafiledate{2000/07/30}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% To produce a printed version of this errata file run this file through
% LaTeX. It will unpack a small class file (if not already present) and
% a configuration file with the extension .cfg. You might want to modify
% the setting in this configuration file to print only a partial errata
% suitable for your printed revision of this book, see details in the
% .cfg file.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


\begin{filecontents}{errata.cls}
% Copyright (C) 1997, Frank Mittelbach

\ProvidesClass{errata}
  [1997/12/31 v0.6b Mini class for errata files subject to change (FMi)]

\LoadClass{article}

\setcounter{secnumdepth}{-1}
\addtolength\textwidth{5cm}
\addtolength\oddsidemargin{-3cm}

\addtolength\textheight{36pt}

\RequirePackage{shortvrb}
\MakeShortVerb{\|}

\RequirePackage{array,longtable}
\RequirePackage{multicol}


\newcommand\erratagetnumber{}
\def\erratagetnumber#1/#2/#3\erratagetnumber{#1#2#3}


\newcommand\gobbleerrata{%
  \setbox\@tempboxa\vbox\bgroup
     \let\endgobble\egroup
     \let\hideamp\relax
     \let\\\relax\let\par\@@par}

\newcommand*\hideamp{&}

\let\endgobble\relax


\newcommand\erratastartdate{}
\newcommand\myprinting{}


\newcommand\doweprint[2]{%
  \ifnum \myprinting < \if!#2!1000 \else#2 \fi
   \ifnum \expandafter\erratagetnumber\erratastartdate\erratagetnumber <
          \erratagetnumber#1\erratagetnumber \relax
     \@tempswatrue
   \else
     \@tempswafalse
   \fi
  \else
    \@tempswafalse
  \fi
}



\newcommand\includedentries{entries after = \erratastartdate}
\newcommand\printedentries{between \erratastartdate\space and}

\newcommand\showallerrors{%
 \renewcommand\includedentries{all errata entries}%
 \renewcommand\printedentries{up to}
 \renewcommand\doweprint[2]{\@tempswatrue}}


\newcommand\displayrevisionfix[2]{%
    \if!#2!\textbf{#1}\else\textit{#1}\rlap{\textsuperscript{#2}}\fi}

\newcommand\norevisionnumbers{%
  \renewcommand\displayrevisionfix[2]{\textbf{##1}}}

\IfFileExists{\jobname.cfg}
  {
   \input{\jobname.cfg}
   \typeout{***************************************************}
   \typeout{*}
   \typeout{* Configuration file for \jobname.err found }
   \typeout{*}
   \typeout{* If you wish to generate an errata listing}
   \typeout{* containing only errors found after a certain revision}
   \typeout{* and/or only errors found after a certain date}
   \typeout{* modify the information stored in \jobname.cfg}
   \typeout{*}
   \typeout{* Current settings are:}
   \typeout{*}
   \typeout{* \@spaces  printing of your book = \myprinting}
   \typeout{* \@spaces  include \includedentries}
   \typeout{*}
   \typeout{***************************************************}
  }
  {}

%% \erroronpage <page> <line info> <contributor> <date> <fixed in revision>

\newcommand\erroronpage[5]{%
   \endgobble
   \doweprint{#4}{#5}%
   \if@tempswa
     \typeout{Typesetting entry #1 #2 #3 #4}%
   \else
     \typeout{Ignoring entry #1 #2 #3 #4}%
     \expandafter\gobbleerrata
   \fi
   \hideamp \\%
   \displayrevisionfix{#1}{#5}
   \hideamp #2 \hideamp (\textsf{#3}) \hideamp
}

\newcommand\CHAPTER[1]{\endgobble
  &\\[4pt]%
  \multicolumn{4}{l}{\framebox[10cm][l]{\textbf{\normalsize\strut#1}}} \\}

\newenvironment{erratalist}
  {\begin{longtable}{r>{\raggedright}p{2cm}l>{\raggedright}p{10cm}l}}
  {\endgobble\end{longtable}}

\newcommand\erratatitle[2]
  {\begin{center}\LARGE\bfseries
      Errata list for #1\\[5pt](\myprinting.\ printing)\\[10pt]
      \large Includes all entries found \printedentries\space #2
   \end{center}%
   \markright{Errata for #1 (\printedentries\space #2)}%
   \thispagestyle{plain}%
   \vspace{20pt}}

\pagestyle{myheadings}

\AtBeginDocument{\small}

\setlength\parindent{0pt}
\setlength\parskip{2pt}

\newcommand\contributor[2]{\makebox[1cm][l]{\sffamily#1} #2\par}

% some special shortcuts overwriting existing commands:

\let\u\underline 
\renewcommand\>{$\to$}

\end{filecontents}


\begin{filecontents}{\jobname.cfg}
%
%
% Configuration file for the errata listing of 
%
%  Mit LaTeX ins Web
%
%
% \erratastartdate 
%
% Specifies the date from which on errata entries should be listed.
%
% The format is YYYY/MM/DD.
%
% The default below ensures that all entries are typeset.
%

\renewcommand\erratastartdate{2000/05/01}


%
% \myprinting
%
% Specifies which (revised) printing you own. Currently there is
%    only the first printing.
%    
%

\renewcommand\myprinting{1}

%
% \norevisionnumbers
%
% Specifies that all page numbers in the errata are shown in the same
%    format (bold face) irregardless of whether or not they are fixed
%    in some revision. The default is to print corrected errors in
%    italic and add the revision number as a superscript.  Since the
%    Handbuch no revision we turn this feature off.

\norevisionnumbers

%
% \showallerrors
%
% With this command you tell the program that all errata entries are
%    supposed to be generated. This makes \myprinting and
%    \erratastartdate basically obsolete so this isn't turned on by
%    default.
%
%
\endinput
\end{filecontents}

\providecommand{\BibTeX}{%
   B\kern-.05em{\scshape i\kern-.025emb}\kern-.08em\TeX}
\providecommand{\MakeIndex}{\textit{MakeIndex}}

\documentclass[ngerman,a4paper]{errata}
\usepackage{ngerman}

\begin{document}

\erratatitle{Mit \LaTeX{} ins Web}{\erratafiledate}


\begin{verbatim}
@book{A-W:GoossensRahtz2000,
   author         = "Michel Goossens and Sebastian Rahtz",
   title          = "Mit \LaTeX{} ins Web",
   publisher      = Addison-Wesley,
   address        = {M"unchen: Boston: San Francisco},
   year           = 2000,
   pagenums       = {577 + 26},
   bibliography   = {yes},
   index          = {yes},
   isbn           = {3-8273-1629-4}
   }
\end{verbatim}


\begin{list}{}{\setlength\leftmargin{0cm}\setlength\rightmargin{5cm}}
\item[]
Die jeweils letzte Version dieser Datei (\texttt{\jobname.err}) ist Teil der
\LaTeX-Verteilung.

Die erste Spalte der Tabelle enth"alt die Seitenzahl des Fehlereintrags.
Die zweite Spalte gibt den genauen Ort an; negative Zeilennummern sind vom
Seitenende gerechnet.
In der dritten Spalte steht der Entdecker des Fehlers.
\end{list}

\begin{erratalist}

\CHAPTER{Vorwort}

\erroronpage{xvii}{Aufz"ahlung, erster Punkt}{MSc}{2000/06/15}{}
   Adobe Acrobat-Format \> Adobe-Acrobat-Format

\erroronpage{xix}{erster Absatz, vorletzte Zeile}{MSc}{2000/06/15}{}
   das ein oder andere \> das eine oder andere

\erroronpage{xxiii}{zweite Zeile}{MSc}{2000/05/09}{}
   \texttt{webcomp.err} \> \texttt{webcompg.err}

\CHAPTER{Zur deutschen Ausgabe}

\erroronpage{xxv}{zweiter Absatz, neunte Zeile}{FMi}{2000/07/27}{}
   Latex-Begleiter \> \LaTeX-Begleiter

\CHAPTER{Das Web, seine Dokumente und \LaTeX}

\erroronpage{9}{Vierter Absatz, letzte Zeile}{CBe}{2000/06/08}{}
   mithIlfe \> mithilfe

\erroronpage{10}{letzte Zeile}{CBe}{2000/06/08}{}
   mithIlfe \> mithilfe

\erroronpage{13}{zweiter Absatz, f"unfte Zeile}{CBe}{2000/06/08}{}
   mithIlfe \> mithilfe

\erroronpage{13}{zweiter Absatz, siebte Zeile}{CBe}{2000/06/08}{}
   mithIlfe \> mithilfe

\erroronpage{16}{zweiter Absatz, vierte Zeile}{CBe}{2000/06/08}{}
   mithIlfe \> mithilfe

\erroronpage{18}{dritter Absatz, vorletzte Zeile}{CBe}{2000/06/08}{}
   MithIlfe \> Mithilfe

\erroronpage{18}{vorletzte und letzte Zeile}{CBe}{2000/06/08}{}
   mithIlfe \> mithilfe

\erroronpage{19}{Abbildung 1.6}{MSc}{2000/05/09}{}
   "Ubersetzung fehlt

\CHAPTER{Portable Document Format}

\CHAPTER{Der \LaTeX2HTML-"Ubersetzer}

\CHAPTER{Konvertierung von \LaTeX{} in HTML mit \TeX4ht}

\CHAPTER{Direkte Darstellung von \LaTeX{} im Web}

\erroronpage{220}{zweiter Absatz, vorletzte und letzte Zeile}{MSc}{2000/06/15}{}
   \TeX{} und \LaTeX-Markup."< \> \TeX- und \LaTeX-Markups."<

\CHAPTER{HTML, SGML und XML: Drei Auszeichnungssprachen}

\erroronpage{276}{Punkt 7}{MSc}{2000/06/15}{}
   XML solle schnell \> XML sollte schnell

\CHAPTER{CSS, DSSSL und XSL: Schreiben mit Stil}

\erroronpage{368}{Abbildung 7.10}{MSc}{2000/05/09}{}
   N"achter Freitag \> N"achster Freitag

\CHAPTER{MathML -- intelligentes Formel-Markup}

\CHAPTER{Beispieldateien}

\CHAPTER{Technische Anh"ange}

\CHAPTER{Fragen der Internationalisierung}

\erroronpage{514}{Tabellen\-"uber\-schrift~C.1}{MSc}{2000/06/15}{}
   Table \> Tabelle

\erroronpage{515}{Tabellen\-"uber\-schrift~C.1}{MSc}{2000/06/15}{}
   Table \> Tabelle

\erroronpage{516}{Tabellen\-"uber\-schrift~C.1}{MSc}{2000/06/15}{}
   Table \> Tabelle

\erroronpage{517}{Tabellen\-"uber\-schrift~C.1}{MSc}{2000/06/15}{}
   Table \> Tabelle

\erroronpage{518}{Tabellen\-"uber\-schrift~C.1}{MSc}{2000/06/15}{}
   Table \> Tabelle

\erroronpage{518}{Tabellen\-"uber\-schrift~C.2}{MSc}{2000/06/15}{}
   Table \> Tabelle

\erroronpage{519}{Tabellen\-"uber\-schrift~C.2}{MSc}{2000/06/15}{}
   Table \> Tabelle

\erroronpage{520}{Tabellen\-"uber\-schrift~C.2}{MSc}{2000/06/15}{}
   Table \> Tabelle

\erroronpage{521}{Tabellen\-"uber\-schrift~C.2}{MSc}{2000/06/15}{}
   Table \> Tabelle

\erroronpage{521}{Tabellen\-"uber\-schrift~C.3}{MSc}{2000/06/15}{}
   Table \> Tabelle

\erroronpage{522}{Tabellen\-"uber\-schrift~C.3}{MSc}{2000/06/15}{}
   Table \> Tabelle

\erroronpage{526}{letzte Zeile der Abbildung}{MSc}{2000/06/15}{}
   Multilinguale \> Mehrsprachige

\CHAPTER{Glossar}

\CHAPTER{URL-Verzeichnis}

\CHAPTER{Literaturverzeichnis}

\CHAPTER{Index}

\end{erratalist}


\begin{multicols}{3}[Dank an alle, die Fehler oder Auslassungen 
   gefunden haben. Aufgef"uhrt sind die Entdecker der Fehler.]
\contributor{FMi}{Frank Mittelbach}
\contributor{MSc}{Martin Schr"oder}
\contributor{Cbe}{Claas Beckmann}
\end{multicols}

Viele andere haben mir Korrekturen f"ur schon bekannte Fehler
geschickt. Vielen Dank an euch alle!

Wenn Sie noch mehr Fehler finden, schicken Sie bitte eine Notiz an
\begin{quote}\ttfamily
  webcompg@oneiros.de
\end{quote}
am besten in einer Form, die in diese Datei eingebaut werden kann, 
d.\,h.
\begin{flushleft}
|\erroronpage{|\textit{Seitenzahl-Nummer}|}{|\textit{Zeile-Position}|}{|%
   \textit{Ihr-K"urzel}|}{|\textit{Datum}|}{}| \\
   \hspace*{2em}\textit{Beschreibung des Druckfehlers}
\end{flushleft}
Ein Beispiel:
\begin{verbatim}
\erroronpage{xxv}{zweiter Absatz, neunte Zeile}{FMi}{2000/07/27}{}
   Latex-Begleiter \> \LaTeX-Begleiter
\end{verbatim}

\end{document}