diff options
author | Norbert Preining <preining@logic.at> | 2006-10-04 08:43:01 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2006-10-04 08:43:01 +0000 |
commit | ba9472aebfed07843bc4faa00c7b96bc86194691 (patch) | |
tree | 4a952a012e2f1663beaac6384dec265fb50dd361 /Master/texmf-dist/tex/latex/ncclatex/nccbiblist.sty | |
parent | a88bdfe70c672cfced299babf0a54881a916bcca (diff) |
Fix ctan2tds for pgf installation
comment powerdot-doc-vn in tpm-ctan-check, it always breaks
Update of the following packages:
labelcas pstricks-add sectionbox ltxmisc frenchle flowfram verse emulateapj
pst-pdf poemscol babelbib dk-bib breakurl screenplay ncctools xkeyval bibleref
muthesis pst-labo pgf ncclatex active-conf xcolor commath lineno dottex makeplo
git-svn-id: svn://tug.org/texlive/trunk@2240 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ncclatex/nccbiblist.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/ncclatex/nccbiblist.sty | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/ncclatex/nccbiblist.sty b/Master/texmf-dist/tex/latex/ncclatex/nccbiblist.sty new file mode 100644 index 00000000000..758293992a7 --- /dev/null +++ b/Master/texmf-dist/tex/latex/ncclatex/nccbiblist.sty @@ -0,0 +1,50 @@ +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{nccbiblist} + [2005/12/24 v1.00 Bibliography list (NCC)] +% +% \changes{v1.00}{2005/12/24}{This version is uploaded to CTAN} +% +\RequirePackage{topsection} +% +% Bibliography without header. It is possible to set starting number +% for the bibliography counter. If starting number is less that zero, +% the numbering will be continued from the previous biblist. +% +% \begin{biblist}[starting number]{prototype} ... \end{biblist} +% +% The biblist style is specified in the \bibliststyle macro. +% It is equal to \small by default. +% +\newcommand{\bibliststyle}{\small} +\providecommand*\@openbib@code{} +\def\NCC@bibliststart{0} +\def\NCC@biblisthook{} +\newenvironment*{biblist}[2][0]{ + \bibliststyle + \list{\@biblabel{\@arabic\c@enumiv}}{% + \settowidth\labelwidth{\@biblabel{#2}}% + \leftmargin\labelwidth \advance\leftmargin\labelsep + \@openbib@code + \usecounter{enumiv}\let\p@enumiv\@empty + \renewcommand\theenumiv{\@arabic\c@enumiv}% + \NCC@biblisthook + }% + \setcounter{enumiv}{#1}% + \ifnum \c@enumiv <\z@ \setcounter{enumiv}{\NCC@bibliststart}\fi + \sloppy \widowpenalty 4000 + \clubpenalty 4000 \@clubpenalty \clubpenalty + \sfcode`\.\@m +}{\def\@noitemerr{\@latex@warning{Empty `biblist' environment}}% + \xdef\NCC@bibliststart{\the\c@enumiv} + \endlist +} +% +% We also redefine |thebibliography| environment to be based on the +% biblist environment. +% +\def\thebibliography{% + \@iftopchapter{\topsection{\bibname}}{\topsection{\refname}}% + \biblist[0]% +} +\let\endthebibliography=\endbiblist +\endinput |