diff options
author | Karl Berry <karl@freefriends.org> | 2015-04-27 21:49:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-04-27 21:49:29 +0000 |
commit | 7be15899cb52af2136151bc4540f9c83e3032b8d (patch) | |
tree | 22ec7c4c9e32f1d9f71441c88533615163f048de /Master/texmf-dist/tex/latex/biblatex/biblatex.def | |
parent | 08ec1f45ba4d7588654ca79b4f0b2b114db9e2db (diff) |
biblatex (26apr15)
git-svn-id: svn://tug.org/texlive/trunk@37083 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex/biblatex.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex/biblatex.def | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex/biblatex.def b/Master/texmf-dist/tex/latex/biblatex/biblatex.def index 497e26a1827..8537dd72d8a 100644 --- a/Master/texmf-dist/tex/latex/biblatex/biblatex.def +++ b/Master/texmf-dist/tex/latex/biblatex/biblatex.def @@ -1906,47 +1906,47 @@ \or % memoir (article) \ifdef\memUChead{}{\let\memUChead\MakeUppercase} \defbibheading{bibliography}[\refname]{% - \section*{#1}% + \chapter*{#1}% \ifmemoirbibintoc {\phantomsection - \addcontentsline{toc}{section}{#1}} + \addcontentsline{toc}{chapter}{#1}} {}% \markboth{\memUChead{#1}}{\memUChead{#1}}} \defbibheading{biblist}[\biblistname]{% - \section*{#1}% + \chapter*{#1}% \ifmemoirbibintoc {\phantomsection - \addcontentsline{toc}{section}{#1}} + \addcontentsline{toc}{chapter}{#1}} {}% \markboth{\memUChead{#1}}{\memUChead{#1}}} \defbibheading{bibintoc}[\refname]{% - \section*{#1}% + \chapter*{#1}% \phantomsection - \addcontentsline{toc}{section}{#1}% + \addcontentsline{toc}{chapter}{#1}% \markboth{\memUChead{#1}}{\memUChead{#1}}} \defbibheading{biblistintoc}[\biblistname]{% - \section*{#1}% + \chapter*{#1}% \phantomsection - \addcontentsline{toc}{section}{#1}% + \addcontentsline{toc}{chapter}{#1}% \markboth{\memUChead{#1}}{\memUChead{#1}}} \defbibheading{bibnumbered}[\refname]{% - \section{#1}} + \chapter{#1}} \defbibheading{biblistnumbered}[\biblistname]{% - \section{#1}} + \chapter{#1}} \defbibheading{subbibliography}[\refname]{% - \subsection*{#1}% + \section*{#1}% \ifmemoirbibintoc {\phantomsection - \addcontentsline{toc}{subsection}{#1}} + \addcontentsline{toc}{section}{#1}} {}% \if@twoside\markright{\memUChead{#1}}\fi} \defbibheading{subbibintoc}[\refname]{% - \subsection*{#1}% + \section*{#1}% \phantomsection - \addcontentsline{toc}{subsection}{#1}% + \addcontentsline{toc}{section}{#1}% \if@twoside\markright{\memUChead{#1}}\fi} \defbibheading{subbibnumbered}[\refname]{% - \subsection{#1}} + \section{#1}} \or % memoir (book) \ifdef\memUChead{}{\let\memUChead\MakeUppercase} |