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 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641
|
% \iffalse meta-comment
%
% Copyright 1993 1994 1995 1996 1997 1998 1999 2000 2001 2006
% The LaTeX3 Project and any individual authors listed elsewhere
% in this file.
%
% This I~hope would be part of the LaTeX base system.
% -------------------------------------------
%
% It may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.2
% of this license or (at your option) any later version.
% The latest version of this license is in
% http://www.latex-project.org/lppl.txt
% and version 1.2 or later is part of all distributions of LaTeX
% version 1999/12/01 or later.
%
% The list of all files belonging to the LaTeX base distribution is
% given in the file `manifest.txt'. See also `legal.txt' for additional
% information.
%
% \fi
%
% \division{Some Typesetting Remarks}
%
% This driver typesets The Source $2_\varepsilon$ included in the
% \TeX Live 2005 distribution. Some tricks here are done just for
% fixing typos in the Source Files. The Source Files themselves are
% intact.
%
% Most probably you should redefine the |\BasePath| macro so that it
% was the path of the \file{\dots/source/latex/base} directory on your
% system. The path levels should be separated with slashes (even on
% Windows) and should also end with a~slash (to concatenate well with
% the file name).
%
% \stanza
% While \TeX ing The Source again after a~fatally erroneous pass there
% happened the `\TeX\ capacity exceded error' sometimes. \TeX ing once
% again was the right thing to do.
%
% The \pk{hyperref} package usually issues some warnings about non
% existence of some hypertargets. I~consider it rather a~feature of
% \pk{hyperref} (a~bug?) than a~bug in the typeset file(s).
%
% \stanza
% One more thing you shouldn't bother of is the differences of the
% checksums, I~mean the usual \pk{gmdoc} message that the checksum
% stated in the file differs from \pk{gmdoc}'s own count. That is
% O.K.\ since the checksum stated in a~traditional \file{.dtx}
% is the number of backslashes in the macrocodes while the checksum
% handled and expected by \pk{gmdoc} is the number of \emph{the escape ^^B
% chars}. Don't get the difference? Assume the declared code escape
% char is |\| (as usual) and consider |\\| in the code. Due to
% the traditional counting this CS increases the checksum by 2 while
% due to mine by 1: the second bslash is \emph{not} escape char: it's
% the CS name.
%
% Moreover, when you declare |\CodeEscapeChar\!| e.g., the code
%\[\hbox{|!Alice !\!has !an !aligator|}\]
% increases the `new way' checksum by 5 not by 1 as it would do the
% traditional one.
%
% \stanza
% This driver uses an unofficial little package \pk{gmeometric} to
% allow the |\geometry| command also inside \env{document}. This
% package is included in the drivers' directory.
%
%
% \division{The Body}
%
% ``This document will typeset the \LaTeX\ sources as a single document.
% This will produce quite a large file (roughly 555 pages) and may
% take a long time.
%
% Some notes on processing this document are contained at the end
% of this document's source file, after |\end{document}| (not typeset).''
%
% GM 2006/12/1
%
% First a special index style for makeindex.
%
\begin{filecontents}{gmsource2e.ist}
preamble
"\n \\begin{theindex} \n"
postamble
"\n\n \\end{theindex}\n"
% ^^A~The next lines will produce some warnings when
% ^^A~running Makeindex as they try to cover two different
% ^^A~versions of the program:
% ^^A
% ^^A~The three lines below caused unclosed groups in the .ind
% file. May they be cursed!
% ^^A~lethead_prefix "{\\bfseries\\hfill "
% ^^A~lethead_suffix "\\hfill}\\nopagebreak\n"
% ^^A~lethead_flag 1
heading_prefix "{\\bfseries\\hfill "
heading_suffix "\\hfill}\\nopagebreak\n"
headings_flag 1
% and just for source2e:\\
% Remove R so I is treated in sequence I J K not I II III
page_precedence "rnaA"
\end{filecontents}
\PassOptionsToPackage{codespacesgrey, indexallmacros}{gmdoc}
\if11
\documentclass[debug, minion, cronos, cursor, fontspec=quiet]{gmdocc}%
% ^^A[FakeBold=2, FakeStretch=0.87]{Nimbus Mono L}
\mcdiagOn
\else
\documentclass[fontspec=quiet]{gmdocc}%
\fi
\foone{\catcode`_=12 }
{\if1 1\includeonly{source2e_by_gmdoc}\fi}
%^^A\usepackage[margin=2cm,b5paper]{geometry}% and this
\usepackage{gmoldcomm}% Definitions of \env{oldcomments} and |\task|.
\listfiles
\ltxLookSetup
\gmdoccMargins
\olddocIncludes% This is the crucial declaration to drive \pk{gmdoc} into
% the traditional settings.
\twocoltoc% For towocolumn table of contents.
\DeleteShortVerb\|
\OldMakeShortVerb*\|% To define shortverb \verb+|+ such that it
% remains shortverb in math mode (by default I~define it to be $\vert$ in
% math mode.
% Do not index some TeX primitives, and some common plain TeX commands.
\DoNotIndex{\def,\long,\edef,\xdef,\gdef,\let,\global}
\DoNotIndex{\if,\ifnum,\ifdim,\ifcat,\ifmmode,\ifvmode,\ifhmode,%
\iftrue,\iffalse,\ifvoid,\ifx,\ifeof,\ifcase,\else,\or,\fi}
\DoNotIndex{\box,\copy,\setbox,\unvbox,\unhbox,\hbox,%
\vbox,\vtop,\vcenter}
\DoNotIndex{\@empty,\immediate,\write}
\DoNotIndex{\egroup,\bgroup,\expandafter,\begingroup,\endgroup}
\DoNotIndex{\divide,\advance,\multiply,\count,\dimen}
\DoNotIndex{\relax,\space,\string}
\DoNotIndex{\csname,\endcsname,\@spaces,\openin,\openout,%
\closein,\closeout}
\DoNotIndex{\catcode,\endinput}
\DoNotIndex{\jobname,\message,\read,\the,\m@ne,\noexpand}
\DoNotIndex{\hsize,\vsize,\hskip,\vskip,\kern,\hfil,\hfill,\hss}
\DoNotIndex{\m@ne,\z@,\z@skip,\@ne,\tw@,\p@}
\DoNotIndex{\dp,\wd,\ht,\vss,\unskip}
% Set up the Index and Change History to use |\part|.
\makeatletter
\def\indexdiv{\part*}
\AtDIPrologue{\@ifnotmw{%
\markboth{Index}{Index}%
\addcontentsline{toc}{part}{Index}}{}%
}
\GlossaryPrologue{\part*{Change History}%
% Allow control names to be hyphenated here\dots
{\GlossaryParms\ttfamily\hyphenchar\font=`\-}%
\@ifnotmw{%
\markboth{Change History}{Change History}%
\addcontentsline{toc}{part}{Change History}}{}%
}
% ``The standard |\changes| command modified slightly to better cope with
% this multiple file document.''--- Not quite:
\makeatletter
% \begin{verbatim}
% % \def\changes@#1#2#3{%
% % \let\protect\@unexpandable@protect
% % \edef\@tempa{\noexpand\glossary{#2\space\currentfile\space#1\levelchar
% % \ifx\saved@macroname\@empty
% % \space
% % \actualchar
% % \generalname
% % \else
% % \expandafter\@gobble
% % \saved@macroname
% % \actualchar
% % \string\verb\quotechar*%
% % \verbatimchar\saved@macroname
% % \verbatimchar
% % \fi
% % :\levelchar #3}}%
% % \@tempa\endgroup\@esphack}
%\end{verbatim}
\makeatother
% Produce a Change Log and (2 column) Index.
\RecordChanges
\CodelineIndex
\EnableCrossrefs
\setcounter{IndexColumns}{2}
% Needed for documentation in \file{ltoutenc.dtx}.
\usepackage{textcomp}
\olddocIncludes
\HideAllDefining
\fooatletter{%
\@ifXeTeX{%
\def\"#1{%
\if o#1\oumlaut\fi
\if u#1\uumlaut\fi
%^^A \else\typeout{****** \cs{"} with argument }\show#1\fi
}}{}}
\foone{\makeatletter\catcode`\#=12 }{%
\def\gmd@wykrzykniki{# # # # # # # # #}}
\begin{document}
\title{The \LaTeXe\ Sources\thanks{Typeset with \pk{gmdoc} by Natror
on \today.}}
\author{%
Johannes Braams\\
David Carlisle\\
Alan Jeffrey\\
Leslie Lamport\\
Frank Mittelbach\\
Chris Rowley\\
Rainer Sch\"opf}
\def\BasePath{/home/natror/texmf/source/latex/base/}
% This command will be used to input the patch file
% if that file exists.
\newcommand{\includeltpatch}{%
\def\currentfile{ltpatch.ltx}
\part{ltpatch}
{\let\ttfamily\relax
\xdef\filekey{\filekey, \thepart={\ttfamily\currentfile}}}%
Things we did wrong\ldots
\IndexInput{ltpatch.ltx}}
% Get the date from \file{ltvers.dtx}
\makeatletter
\let\patchdate=\@empty
\begingroup
\def\ProvidesFile#1\fmtversion#2{\date{#2}\endinput}
\input{\BasePath ltvers.dtx}
\global\let\X@date=\@date
% Add the patch version if available.
\long\def\Xdef#1#2#3\def#4#5{%
\xdef\X@date{#2}%
\xdef\patchdate{#5}%
\endinput}%
\InputIfFileExists{ltpatch.ltx}
{\let\def\Xdef}{\global\let\includeltpatch\relax}
\endgroup
\ifx\@date\X@date
\def\Xpatch{0}
\ifx\patchdate\Xpatch\else
\edef\@date{\@date\space Patch level \patchdate}
\fi
\else
\@warning{ltpatch.ltx does not match ltvers.dtx!}
\let\includeltpatch\relax
\fi
\makeatother
\pagenumbering{roman}
\thispagestyle{empty}
%^^A\traceon
\maketitle
\relax
%^^A \traceoff
\emptify\maketitle
\tableofcontents
\clearpage
\pagenumbering{arabic}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%``Each of the following |\DocInclude| lines includes a file with extension
% \file{.dtx}. Each of these files may be typeset separately. For instance
%\[\hbox{|latex ltboxes.dtx|}\]
% will typeset the source of the \LaTeX\ box commands.''
%
% (Well, I~(Natror) prepared only this common driver.)
%
% If this file is processed, each of these separate \file{.dtx} files will be
% contained as a part of a single document. Using \file{ltxdoc.cfg} you can
% then optionally produce a combined index and/or change history for
% the entire source of the format file. Note that such a document will
% be quite large (about 555 pages).
%
\DocInclude[\BasePath]{ltdirchk} % System dependent initialisation
\AfterMacrocode{53}{\def\do{\cs{do}}}% A~bare |\do| in narration on
% line 161.
\DocInclude[\BasePath]{ltplain} % LaTeX version of Knuth's \file{plain.tex}.
\DocInclude[\BasePath]{ltvers} % Current version date.
\DocInclude[\BasePath]{ltdefns} % Initial definitions.
\DocInclude[\BasePath]{ltalloc} % Allocation of counters and others.
\DocInclude[\BasePath]{ltcntrl} % Program control macros.
\DocInclude[\BasePath]{lterror} % Error handling.
\DocInclude[\BasePath]{ltpar} % Paragraphs.
\DocInclude[\BasePath]{ltspace} % Spacing, line and page breaking.
\DocInclude[\BasePath]{ltlogos} % Logos.
\DocInclude[\BasePath]{ltfiles} % |\input| files and related commands.
\AtBegInputOnce{\let\task\gobble}% In general |\task| gobbles two, but
% in this file it's used with one argument and next to it is
% |\changes| (which in \pk{gmdoc} is |\outer| so gobbling it raises an
% error).
\DocInclude[\BasePath]{ltoutenc} % Output encoding interface.
\DocInclude[\BasePath]{ltcounts} % Counters.
\DocInclude[\BasePath]{ltlength} % Lengths.
\DocInclude[\BasePath]{ltfssbas} % NFSS Base macros.
%^^A\AtBegInputOnce{\addtomacro\maketitle{\traceoff}\traceon}%{\nameshow{@author}\show\maketitle\nameshow{@maketitle}}
\DocInclude[\BasePath]{ltfsstrc} % NFSS Tracing (and \file{tracefnt.sty}).
\DocInclude[\BasePath]{ltfsscmp} % NFSS1 Compatibility.
\DocInclude[\BasePath]{ltfssdcl} % NFSS Declarative interface.
\DocInclude[\BasePath]{ltfssini} % NFSS Initialisation.
\DocInclude[\BasePath]{fontdef} % \file{fonttext.ltx/fontmath.ltx}
\DocInclude[\BasePath]{preload} % \file{preload.ltx}
\DocInclude[\BasePath]{ltfntcmd} % |\textrm| etc.
\DocInclude[\BasePath]{ltpageno} % Page numbering.
\DocInclude[\BasePath]{ltxref} % Cross referencing.
\AfterMacrocode{1137}{\let\GMDebugCS\cs
\def\cs##1{\expandafter\GMDebugCS\expandafter{\string##1}}}
% |\cs{\@defaultsubs}| on line 257, |\cs{\@refundefined}| on line
% 263. It's the first step. The next is done before |\PrintChanges|.
\AfterMacrocode{1139}{\let\cs\GMDebugCS}
\AfterMacrocode{1183}{% The last |\changes| have second argument
% |{1994/05/26/16}|.
\csname changes\endcsname{v0.9i}{1993/12/16}{\cs{literal} added}%
\csname changes\endcsname{v1.0r}{1994/05/26}{\cs{literal} removed}%
\gdef\GMdebugChanges{\expandafter\def\csname
changes\endcsname####1####2####3{}}%
\aftergroup\GMdebugChanges}% A~trick with |\aftergroup| 'cause
% that \env{macrocode} is inside \env{macro}.
\DocInclude[\BasePath]{ltmiscen} % Miscellaneous environment definitions.
\DocInclude[\BasePath]{ltmath} % Mathematics set up.
\DocInclude[\BasePath]{ltlists} % List and related environments.
\DocInclude[\BasePath]{ltboxes} % Parbox and friends.
\DocInclude[\BasePath]{lttab} % \env{tabbing}, \env{ tabular} and \env{array}.
\DocInclude[\BasePath]{ltpictur} % Picture mode.
\DocInclude[\BasePath]{ltthm} % Theorem environments.
\DocInclude[\BasePath]{ltsect} % Sectioning.
\DocInclude[\BasePath]{ltfloat} % Floats.
\DocInclude[\BasePath]{ltidxglo} % Index and Glossary.
\DocInclude[\BasePath]{ltbibl} % Bibliography.
\DocInclude[\BasePath]{ltpage} % |\pagestyle|, |\raggedbottom|, |\sloppy|.
\DocInclude[\BasePath]{ltoutput} % Output routine.
\DocInclude[\BasePath]{ltclass} % Package \& Class interface.
\DocInclude[\BasePath]{lthyphen} % Hyphenation (\file{hyphen.ltx}).
\DocInclude[\BasePath]{ltfinal} % Last minute initialisations and dump.
\includeltpatch % Corrections distributed after the full release.
% Stop here if \file{ltxdoc.cfg} says |\AtEndOfClass{\OnlyDescription}|
\StopEventually{\end{document}}
\clearpage
\pagestyle{headings}
% Make \TeX\ shut up.
\hbadness=10000
\newcount\hbadness
\hfuzz=\maxdimen
\typeout{%
^^JProduce change log with^^J%
makeindex -r -s gmglo.ist -o \jobname.gls \jobname.glo^^J}
{%^^A\def\.{\cs{.}}% 'cause there's |\cs {\.}| in change log on l.4314
% The next step of debug of \file{ltmiscen.dtx}'s
% |\changes...{...\cs{\@defaultsubs...}}| etc.\\ How does it work?
% Remember |\cs| is robust. The typo lies in giving it a~CS argument
% instead of expected CS name without backslash. So, in the step 1
% we only |\string| the argument CS to let it be written outto the
% \file{.glo} file. Then, in step 2, we redefine |\cs| to first
% |\string| its argument inside an |\if|. Remember that |\if|
% expands two tokens next to it until it finds sth.\ unexpandable,
% so it'll execute |\string|. Then, if the first char of the
% |\stringed| argument is |\|\catother, the condition is satisfied
% and |\if...\fi| expands to what follows that backslash and
% precedes |\else|. So if the argument was a~CS, its backslash will
% be gobbled by |\if|. Otherwise |\if...\fi| expands to what is
% between |\else| and |\fi|, to the unchanged argument that is. Then
% to that list of tokens the original |\cs| is applied.
\let\GMDebugCS\cs
\def\cs#1{\GMDebugCS{\if\bslash\string#1\else#1\fi}}%
\PrintChanges}
\typeout{%
^^JProduce index with^^J%
makeindex -r -s gmsource2e.ist \jobname.idx^^J}
% ``Makeindex needs a symbol between the parts of composite page numbers
% but we dont want one, so:''---I~skip that.
%
%\begin{verbatim}
%% \begingroup
%% \def\endash{--}
%% \catcode`\-\active
%% \def-{\futurelet\temp\indexdash}
%% \def\indexdash{\ifx\temp-\endash\fi}
%\end{verbatim}
\geometry{bottom=3.6cm}
\clearpage
%^^A\onecolumn
%^^A~\clearpage is contained in |\geometry|.
\PrintIndex
%^^A\endgroup
% Make sure that the index is not printed twice
% (ltxdoc.cfg might have a second \PrintIndex command)
\let\PrintChanges\relax
\let\PrintIndex\relax
\gmdoccMargins
\clearpage
\csname @ifnotmw\endcsname{\pagestyle{headings}}{\pagestyle{outer}}
\gmdocIncludes
\SelfInclude{%^^A\def\CommonEntryCmd{UsgEntry}%\label{UsgHack}
% ^^A\label{SelfIncludeUsg}
\csname gag@index\endcsname% we turn writing outto the \file{.idx}
% out for the driver since it's \emph{not} a~part of The Source.
%^^A \filediv[The New Driver?]{How I~did It or \gmhypertarget{The Driver} File}%
}
\end{document}
%\NoEOF
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
To use this file to produce a fully indexed source code
you need to execute the following (or equivalent) commands:
latex source2e_by_gmdoc.tex
makeindex -s gmsource2e.ist source2e_by_gmdoc.idx
makeindex -s gmglo.ist -o source2e_by_gmdoc.gls source2e_by_gmdoc.glo
latex source2e_by_gmdoc.tex
latex source2e_by_gmdoc.tex
The makeindex style gmsource2e.ist is used in place of the usual
doc gind.ist to ensure that I is used in the sequence I J K
not I II II, which would be the default makeindex behaviour.
The third run with latex is only required to get the table of
contents entries for the change log and index. You may speed things up
by using the \includeonly mechanism so as not to typeset the source
files on the second run. This involves changing the file
ltxdoc.cfg
between the latex runs.
The following unix script automates this.
(It could easily be ported to scripts for DOS or VMS,
rm is ReMove a file, and echo "..." > file writes ... to "file".)
After this script (after the second ==============) is a similar script
that will produce the documentation for all the files in the base
distribution that are *not* included in source2e.dvi. This second script
was requested, but before using it, beware it will take a long time!
It may however be modified as required, eg to not typeset the fdd files
or whatever...
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Natror (GM): I~didn't touch the following so it's probably not quite suitable
for gmdoc-ing.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
==============
#!/bin/sh
rm -f source2e_by_gmdoc.gls source2e_by_gmdoc.ind source2e_by_gmdoc.toc
# First run:
# Create new standard ltxdoc.cfg file
# Pass the (possibly empty) list of arguments supplied on the
# command line to article class.
#
# If you use A4 paper, running this script with argument
# a4paper
# may save about 30 pages.
#
echo "\PassOptionsToClass{$*}{article}" > ltxdoc.cfg
# Now LaTeX the file with this cfg file.
#
latex source2e.tex
# Make the Change log and Glossary.
#
makeindex -s source2e.ist source2e.idx
makeindex -s gglo.ist -o source2e.gls source2e.glo
# Second run: append \includeonly{} to ltxdoc.cfg to speed up things
# (this run needed only to get changes and index listed in .toc file)
#
# Note that the index will not be made incorrect by the insertion
# of the table of contents as the front matter uses a diferent page
# numbering scheme.
#
echo "\includeonly{}" >> ltxdoc.cfg
latex source2e.tex
# Third and final run, to put everything together.
# First restore the cfg file:
#
echo "\PassOptionsToClass{$*}{article}" > ltxdoc.cfg
latex source2e.tex
==============
#!/bin/sh
# Running this script will process all the dtx fdd and *guide.tex
# and ltnews*.tex files in the LaTeX distribution, except the dtx
# files included in source2e.tex.
# (The shell first script in the comments of source2e.tex will
# process those.)
# Any command line arguments (eg a4paper) are taken as options to the
# article class.
# This script is likely to take ages!
echo "\PassOptionsToClass{$*}{article}" > ltxdoc.cfg
echo "\batchmode" >> ltxdoc.cfg
# The next four lines produce full indexes and change logs
# you may not want those.
echo "\AtBeginDocument{\RecordChanges}" >> ltxdoc.cfg
echo "\AtEndDocument{\PrintChanges}" >> ltxdoc.cfg
echo "\AtBeginDocument{\CodelineIndex\EnableCrossrefs}" >> ltxdoc.cfg
echo "\AtEndDocument{\PrintIndex}" >> ltxdoc.cfg
# If you do not want any code listings, just documentation, then instead
# of the above four lines, uncomment the following:
# echo "\AtBeginDocument{\OnlyDescription}" >> ltxdoc.cfg
echo "\PassOptionsToClass{$*}{article}" > ltxguide.cfg
echo "\batchmode" >> ltxguide.cfg
cp ltxguide.cfg ltnews.cfg
for i in *dtx *fdd *guide.tex ltnews*.tex
do
B=`basename $i .dtx`
if (grep "Include{$B}" source2e.tex >/dev/null ; )
then
echo In source2e: $i
else
echo latex $i
if (latex $i > /dev/null)
then
echo latex $i
latex $i > /dev/null
echo makeindex -s gind.ist $B.idx
makeindex -s gind.ist $B.idx > /dev/null 2> /dev/null
echo makeindex -s gglo.ist -o $B.gls $B.glo
makeindex -s gglo.ist -o $B.gls $B.glo > /dev/null 2> /dev/null
echo latex $i
latex $i > /dev/null
else
echo "!!! LaTeX ERROR: $i. (See $B.log.)"
fi
fi
done
|