在我的教学大纲中,我有一个扩展的参考书目,细分为不同的主题部分。在很多地方,我在某一部分/页面的底部留有多余的空白,然后它在下一页开始下一节,即使前一页有空间容纳页眉和一两个条目。我认为这与它希望页眉下方有最少数量的条目有关——对于 bib 条目来说,这是一个孤立问题——但我不知道如何调整它(如果我的诊断是正确的)。我怎样才能让参考书目部分连续运行?
在下面的 MWE 中,目标是让“类别 2”和第一个 Davidson 条目(至少)出现在第 1 页。
\documentclass[12pt]{article}
\usepackage[a4paper]{geometry}
\usepackage[backend=biber,compresspages=true]{biblatex-chicago}
\addbibresource{biblio.bib}
\begin{document}
\section{Bibliography}
\renewcommand{\refname}{\large{Category 1}}
\begin{refsection}\nocite{fawtier53,krynen87,ylouses91,cassard07,pocquet53,copy82,vaivre74,roblin09,bedosrezak93,beaune91} \printbibliography \end{refsection}
\vspace{-13pt}
\renewcommand{\refname}{\large{Category 2}}
\begin{refsection}\nocite{davidson94,rastall94,decoster02,moeglin10} \printbibliography \end{refsection}
\vspace{-13pt}
\end{document}
所调用的 bib 条目(对于biblio.bib
)如下:
author = {Decoster, Caroline},
title = {La Convocation à l'assemblée de 1302, instrument juridique au service de la propagande royale},
journal = {Parliaments, Estates and Representation},
volume = {22},
pages = {17–36},
date = {2002},
}
@article{fawtier53,
author = {Fawtier, Robert},
title = {Parlement d'Angleterre et États généraux de France au Moyen Âge},
journal = {Comptes rendus de l'Académie des inscriptions et belles-lettres},
volume = {30},
pages = {275–284},
date = {1953},
}
@article{krynen87,
author = {Krynen, Jacques},
title = {La Représentation politique dans l'ancienne France: l'expérience des États généraux},
journal = {Droits},
volume = {6},
pages = {31–44},
date = {1987},
}
@incollection{cassard07,
author = {Cassard, Jean-Christophe},
title = {Pairie de France et barons de Bretagne: plasticité et vacuité des mythes historico-politiques},
booktitle = {Vérité poétique, vérité médiévale: mythes, modèles et idéologies politiques au Moyen Âge},
editor = {Cassard, Jean-Christophe and Gaucher, Élisabeth and Kerhervé, Jean},
pages = {59–76},
date = {2007},
address = {Brest},
}
@article{ylouses91,
author = {Lefort des Ylouses, Emile},
title = {Le Sceau et le pouvoir: l'évolution du sceau des ducs de Bretagne, du XIIe siècle au XVe siècle},
journal = {Mémoires de la Société d'histoire et d'archéologie de Bretagne},
volume = {68},
pages = {129–140},
date = {1991},
}
@article{pocquet53,
author = {Pocquet du Haut-Jussé, B.-A.},
title = {Couronne fermée et cercle ducal en Bretagne},
journal = {Bulletin philologique et historique jusqu'à 1715 du Comité des travaux historiques et scientifiques, années 1951–1952},
pages = {103–112},
date = {1953},
}
@article{copy82,
author = {Copy, Jean-Yves},
title = {Du nouveau sur la couronne ducale bretonne: le témoignage des tombeaux},
journal = {Mémoires de la Société d'histoire et d'archéologie de Bretagne},
volume = {59},
pages = {171–194},
date = {1982},
}
@incollection{moeglin10,
author = {Moeglin, Jean-Marie},
title = {Entre 1250 et 1350: système des États et ordre dynastique},
booktitle = {Power and Persuasion: Essays on the Art of State Building in Honour of W. P. Blockmans},
editor = {Hoppenbrouwers, P. C. M. and Janse, A. and Stein, R.},
pages = {3–25},
date = {2010},
address = {Turnhout},
keywords = {secondary},
}
@article{vaivre74,
author = {de Vaivre, Jean-Bernard},
title = {Le Décor héraldique de la cassette d'Aix-la-Chapelle},
journal = {Aachener Kunstblätter},
volume = {45},
pages = {97–124},
date = {1974},
}
@book{roblin09,
editor = {Roblin, Vincent},
title = {Recueil des actes des vicomtes de Limoges, Xe–XIVe siècle},
date = {2009},
address = {Geneva},
}
@book{bedosrezak93,
author = {Bedos-Rezak, Brigitte},
title = {Form and Order in Medieval France: Studies in Social and Quantitative Sigillography},
date = {1993},
address = {Aldershot},
}
@book{beaune91,
author = {Beaune, Colette},
translator = {Huston, Susan Ross},
title = {The Birth of an Ideology: Myths and Symbols of Nation in Late-Medieval France},
date = {1991},
address = {Berkeley},
}
@incollection{rastall94,
author = {Rastall, Richard},
title = {The Musical Repertory},
pages = {162–196},
crossref = {davidson94},
}
@collection{davidson94,
editor = {Davidson, Clifford},
title = {The Iconography of Heaven},
date = {1994},
address = {Kalamazoo},
}
答案1
和[heading=subbibliography]
你一起实现你想要的
\documentclass{book}
\usepackage[a4paper]{geometry}
\usepackage[backend=biber,compresspages=true]{biblatex-chicago}
\addbibresource{biblatex-examples.bib}
\begin{document}
\section{Bibliography}
\begin{refsection}
\nocite{westfahl:space,aksin,angenendt}
\printbibliography[heading=subbibliography, title={Category 1}]
\end{refsection}
\begin{refsection}
\nocite{baez/article,bertram,doody}
\printbibliography[heading=subbibliography, title={Category 2}]
\end{refsection}
\end{document}
要强制类别 2 留在同一页而不影响文档布局,请键入\enlargethispage*{3cm}
。但是,这可能会导致类别 2 溢出到页脚
\begin{filecontents*}{biblio.bib}
@article{fawtier53,
author = {Fawtier, Robert},
title = {Parlement d'Angleterre et États généraux de France au Moyen Âge},
journal = {Comptes rendus de l'Académie des inscriptions et belles-lettres},
volume = {30},
pages = {275–284},
date = {1953},
}
@article{krynen87,
author = {Krynen, Jacques},
title = {La Représentation politique dans l'ancienne France: l'expérience des États généraux},
journal = {Droits},
volume = {6},
pages = {31–44},
date = {1987},
}
@incollection{cassard07,
author = {Cassard, Jean-Christophe},
title = {Pairie de France et barons de Bretagne: plasticité et vacuité des mythes historico-politiques},
booktitle = {Vérité poétique, vérité médiévale: mythes, modèles et idéologies politiques au Moyen Âge},
editor = {Cassard, Jean-Christophe and Gaucher, Élisabeth and Kerhervé, Jean},
pages = {59–76},
date = {2007},
address = {Brest},
}
@article{ylouses91,
author = {Lefort des Ylouses, Emile},
title = {Le Sceau et le pouvoir: l'évolution du sceau des ducs de Bretagne, du XIIe siècle au XVe siècle},
journal = {Mémoires de la Société d'histoire et d'archéologie de Bretagne},
volume = {68},
pages = {129–140},
date = {1991},
}
@article{pocquet53,
author = {Pocquet du Haut-Jussé, B.-A.},
title = {Couronne fermée et cercle ducal en Bretagne},
journal = {Bulletin philologique et historique jusqu'à 1715 du Comité des travaux historiques et scientifiques, années 1951–1952},
pages = {103–112},
date = {1953},
}
@article{copy82,
author = {Copy, Jean-Yves},
title = {Du nouveau sur la couronne ducale bretonne: le témoignage des tombeaux},
journal = {Mémoires de la Société d'histoire et d'archéologie de Bretagne},
volume = {59},
pages = {171–194},
date = {1982},
}
@incollection{moeglin10,
author = {Moeglin, Jean-Marie},
title = {Entre 1250 et 1350: système des États et ordre dynastique},
booktitle = {Power and Persuasion: Essays on the Art of State Building in Honour of W. P. Blockmans},
editor = {Hoppenbrouwers, P. C. M. and Janse, A. and Stein, R.},
pages = {3–25},
date = {2010},
address = {Turnhout},
keywords = {secondary},
}
@article{vaivre74,
author = {de Vaivre, Jean-Bernard},
title = {Le Décor héraldique de la cassette d'Aix-la-Chapelle},
journal = {Aachener Kunstblätter},
volume = {45},
pages = {97–124},
date = {1974},
}
@book{roblin09,
editor = {Roblin, Vincent},
title = {Recueil des actes des vicomtes de Limoges, Xe–XIVe siècle},
date = {2009},
address = {Geneva},
}
@book{bedosrezak93,
author = {Bedos-Rezak, Brigitte},
title = {Form and Order in Medieval France: Studies in Social and Quantitative Sigillography},
date = {1993},
address = {Aldershot},
}
@book{beaune91,
author = {Beaune, Colette},
translator = {Huston, Susan Ross},
title = {The Birth of an Ideology: Myths and Symbols of Nation in Late-Medieval France},
date = {1991},
address = {Berkeley},
}
@incollection{rastall94,
author = {Rastall, Richard},
title = {The Musical Repertory},
pages = {162–196},
crossref = {davidson94},
}
@collection{davidson94,
editor = {Davidson, Clifford},
title = {The Iconography of Heaven},
date = {1994},
address = {Kalamazoo},
}
@article{angenendt,
author = {Angenendt, Arnold},
title = {In Honore Salvatoris~-- Vom Sinn und Unsinn der
Patrozinienkunde},
journaltitle = {Revue d'Histoire Eccl{\'e}siastique},
date = 2002,
volume = 97,
pages = {431--456, 791--823},
langid = {german},
indextitle = {In Honore Salvatoris},
shorttitle = {In Honore Salvatoris},
annotation = {A German article in a French journal. Apart from that, a
typical \texttt{article} entry. Note the \texttt{indextitle}
field},
}
@article{baez/article,
author = {Baez, John C. and Lauda, Aaron D.},
title = {Higher-Dimensional Algebra {V}: 2-Groups},
journaltitle = {Theory and Applications of Categories},
date = 2004,
volume = 12,
pages = {423-491},
version = 3,
eprint = {math/0307200v3},
eprinttype = {arxiv},
langid = {english},
langidopts = {variant=american},
annotation = {An \texttt{article} with \texttt{eprint} and
\texttt{eprinttype} fields. Note that the arXiv reference is
transformed into a clickable link if \texttt{hyperref} support
has been enabled. Compare \texttt{baez\slash online}, which
is the same item given as an \texttt{online} entry},
}
@article{bertram,
author = {Bertram, Aaron and Wentworth, Richard},
title = {Gromov invariants for holomorphic maps on {Riemann} surfaces},
date = 1996,
volume = 9,
number = 2,
pages = {529-571},
langid = {english},
langidopts = {variant=american},
shorttitle = {Gromov invariants},
annotation = {An \texttt{article} entry with a \texttt{volume} and a
\texttt{number} field},
}
\end{filecontents*}
\documentclass{book}
\usepackage[a4paper]{geometry}
\usepackage[backend=biber, compresspages=true]{biblatex-chicago}
\addbibresource{biblio.bib}
\begin{document}
\section{Bibliography}
\begin{refsection}
\nocite{*}
\printbibliography[heading=subbibliography, title={Category 1}]
\end{refsection}
\begin{refsection}
\enlargethispage*{3cm}
\nocite{davidson94,rastall94,moeglin10}
\printbibliography[heading=subbibliography, title={Category 2}]
\end{refsection}
\end{document}