blob: 857c2c58be3cf9e29872179c96adf370d6df7290 (
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
|
%%
%% This is file `brandeis-dissertation.tex',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% brandeis-dissertation.dtx (with options: `driver')
%%
%% IMPORTANT NOTICE:
%%
%% For the copyright see the source file.
%%
%% Any modified versions of this file must be renamed
%% with new filenames distinct from brandeis-dissertation.tex.
%%
%% For distribution of the original source see the terms
%% for copying and modification in the file brandeis-dissertation.dtx.
%%
%% This generated file may be distributed as long as the
%% original source files, as listed above, are part of the
%% same distribution. (The sources need not necessarily be
%% in the same archive or directory.)
%% \RCS$Id: brandeis-dissertation.dtx,v 2.0 2004/10/27 00:47:04 turtle Exp $
%% \RCS$Revision: 2.0 $
%% \RCS$Date: 2013/10/17 00:47:04 $
%%
%% (C) 2000 Andy Garland (aeg@cs.brandeis.edu)
%% (C) 2001 Pablo Funes (pablo@cs.brandeis.edu)
%% (C) 2004 Peter Møller Neergaard
%% (C) 2013 Meg Peck and John Burt
%%
%% This program 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.
\documentclass{ltxdoc}
\usepackage{url}
\usepackage{alltt}
\OnlyDescription % Comment this line out for full documentation
% \EnableCrossrefs % Uncomment for full documentation
% \RecordChanges
\typeout{Expect some Under- and overfull boxes}
\makeatletter
\def\RCS$#1: #2 ${\@namedef{RCS#1}{#2}}
\let\bd@saved@cmd\cmd
\renewcommand{\cmd}{\bgroup\makeatletter\bd@cmd@i}
\newcommand{\bd@cmd@i}[1]{\bd@saved@cmd{#1}\egroup}
\newcommand{\mcmd}{\bgroup\makeatletter\mcmd@i}
\newcommand{\mcmd@i}[1]{\textbf{\hbox{\bd@saved@cmd#1}}\egroup}
\newcommand{\mcs}[1]{\textbf{\hbox{\cs{#1}}}}
\let\org@marg\marg
\renewcommand{\marg}[1]{\textbf{\org@marg{#1}}}
\newcommand{\ostar}{\texttt{*}}
\newcommand{\package}[1]{\textsf{#1}}
\makeatother
\begin{document}
\DocInput{brandeis-dissertation.dtx}
\end{document}
\endinput
%%
%% End of file `brandeis-dissertation.tex'.
|