diff options
author | Karl Berry <karl@freefriends.org> | 2007-04-11 23:02:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-04-11 23:02:14 +0000 |
commit | 6858df01ea6ebb32f4be0f68e4b2e03d8713f38f (patch) | |
tree | d0466192a4c6ae7f99e95d2e6e9b613ebcb73d3d /Master/texmf-dist/tex/latex/oberdiek/hypbmsec.sty | |
parent | 59314283a9039be6cceb0bbee8600837477c9058 (diff) |
oberdiek: accsupp, atenddvi, hycolor, iflang (11apr07)
git-svn-id: svn://tug.org/texlive/trunk@4149 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/oberdiek/hypbmsec.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/oberdiek/hypbmsec.sty | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/oberdiek/hypbmsec.sty b/Master/texmf-dist/tex/latex/oberdiek/hypbmsec.sty index e82e65ba7ab..7179768d676 100644 --- a/Master/texmf-dist/tex/latex/oberdiek/hypbmsec.sty +++ b/Master/texmf-dist/tex/latex/oberdiek/hypbmsec.sty @@ -29,9 +29,9 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{hypbmsec}% - [2006/03/05 v2.3 Bookmarks in sectioning commands (HO)] + [2007/04/11 v2.4 Bookmarks in sectioning commands (HO)] \@ifundefined{hbs@do}{}{% - \PackageInfo{hypbmsec}{Package 'hypbmsec' is already loaded} + \PackageInfo{hypbmsec}{Package 'hypbmsec' is already loaded}% \endinput } \def\hbs@do#1{% @@ -107,9 +107,9 @@ \@ifpackageloaded{hyperref}{% \PackageInfo{hypbmsec}{% \ifx\hy@driver\@empty - Default driver + Default driver % \else - '\hy@driver' + '\hy@driver' % \fi of hyperref not supported,\MessageBreak bookmark parameters will be ignored% @@ -135,16 +135,16 @@ \let\hbs@subsubsection\subsubsection \let\hbs@paragraph \paragraph \let\hbs@subparagraph \subparagraph - \renewcommand\part {\hbs@do\hbs@part} - \renewcommand\section {\hbs@do\hbs@section} - \renewcommand\subsection {\hbs@do\hbs@subsection} - \renewcommand\subsubsection{\hbs@do\hbs@subsubsection} - \renewcommand\paragraph {\hbs@do\hbs@paragraph} - \renewcommand\subparagraph {\hbs@do\hbs@subparagraph} + \renewcommand\part {\hbs@do\hbs@part}% + \renewcommand\section {\hbs@do\hbs@section}% + \renewcommand\subsection {\hbs@do\hbs@subsection}% + \renewcommand\subsubsection{\hbs@do\hbs@subsubsection}% + \renewcommand\paragraph {\hbs@do\hbs@paragraph}% + \renewcommand\subparagraph {\hbs@do\hbs@subparagraph}% \begingroup\expandafter\expandafter\expandafter\endgroup \expandafter\ifx\csname chapter\endcsname\relax\else \let\hbs@chapter \chapter - \renewcommand\chapter {\hbs@do\hbs@chapter} + \renewcommand\chapter {\hbs@do\hbs@chapter}% \fi } \endinput |