-
Notifications
You must be signed in to change notification settings - Fork 0
/
pmbib.sty
34 lines (32 loc) · 1.08 KB
/
pmbib.sty
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
\NeedsTeXFormat{LaTeX2e}[1996/06/01]
\ProvidesPackage{pmbib}[2001/02/22 v1.1 (Psychometrika)]
%%This is part of the Psychometrika LaTeX Package for Authors
%%http://www.psychometrika.org
\renewcommand\refsection{\@startsection {section}{1}{\z@}%
{12\p@ \@plus 4\p@ \@minus 2\p@}%
{9\p@ plus 1\p@ minus 1\p@}%
{\normalfont\normalsize\bfseries\centering}}
\renewenvironment{thebibliography}
{\refsection*{\refname}%
\list{}%
{\topsep3pt
\leftmargin16pt
\itemindent-\leftmargin
\labelwidth0pt\labelsep0pt
\itemsep0pt plus.2pt
%\@openbib@code
%\usecounter{enumiv}%
%\let\p@enumiv\@empty
%\renewcommand\theenumiv{\@arabic\c@enumiv}
}%
\let\bibitem\item
% \footnotesize
\normalsize
\sloppy
\clubpenalty4000
\@clubpenalty \clubpenalty
\widowpenalty4000%
\sfcode`\.\@m}
{\def\@noitemerr
{\@latex@warning{Empty `thebibliography' environment}}%
\endlist}