blob: 1351611437fdf298b61d272a464c10d7e9ed0a0f (
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
|
%%
%% This is file `achicago.pit',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% pittetd.dtx (with options: `achicago')
%% The `pittetd' project: Electronic Theses and Dissertations
%% at the University of Pittsburgh.
%%
%% Copyright 2003-4 Federico Garcia and Pitt ETD Working Group
%%
\makeatletter
\@ifundefined{achicago@patch}\relax\endinput
\renewcommand{\emph}[1]{{\itswitch #1}}%
\renewenvironment{quotation}
{\list{}{\topsep\medskipamount
\listparindent 1.5em\relax
\itemindent \listparindent
\rightmargin \leftmargin
\parsep \z@ \@plus\p@}
\item\small\relax}
{\endlist}
\renewenvironment{quote}
{\list{}{\topsep\medskipamount
\rightmargin\leftmargin}%
\item\relax\small}
{\endlist}
\renewenvironment*{thebibliography}{%
\@safebibliography
\begin{list}{}{%
\leftmargin\z@
\advance\leftmargin\labelsep
\advance\leftmargin\bibindent
\itemindent -\bibindent
\listparindent \itemindent
\parsep \z@
\itemsep .5\@singleline \@plus 4\p@}
\sfcode`\.=\@m
\let\@biblabel\Gobble
\sloppy
\clubpenalty4000 \widowpenalty4000
}{%
\def\@noitemerr{\@latex@warning{Empty
`thebibliography' environment}}%
\relax\end{list}}
\let\achicago@patch\@empty
\makeatother
\endinput
%%
%% End of file `achicago.pit'.
|