-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathnobibheader.sty
More file actions
executable file
·26 lines (26 loc) · 928 Bytes
/
Copy pathnobibheader.sty
File metadata and controls
executable file
·26 lines (26 loc) · 928 Bytes
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
%%
%% This is file `mods.sty'
%% -------------------------------------------------------------------------
\NeedsTeXFormat{LaTeX2e}[1994/12/01]
\ProvidesPackage{mods}[2010/02/28 v0.1 Some modifications]
\renewenvironment{thebibliography}[1]{%
% \section*{\refname}%
% \@mkboth{\MakeUppercase\refname}{\MakeUppercase\refname}%
\list{\@biblabel{\@arabic\c@enumiv}}%
{\settowidth\labelwidth{\@biblabel{#1}}%
\leftmargin\labelwidth
\advance\leftmargin\labelsep
\@openbib@code
\usecounter{enumiv}%
\let\p@enumiv\@empty
\renewcommand\theenumiv{\@arabic\c@enumiv}}%
\sloppy
\clubpenalty4000
\@clubpenalty \clubpenalty
\widowpenalty4000%
\sfcode`\.\@m}
{\def\@noitemerr
{\@latex@warning{Empty `thebibliography' environment}}%
\endlist}
%%
%% End of file `mods.sty'.