multibibを使用して、付録の記事のリストを作成しています。
%Preamble...
%Create new macros for citation in "lit" group
\newcites{lit}{My list of articles}
%The appendix
\appendix
\chapter{My list of articles}
%Force use of citations
\nocitelit{ref01}
...
\nocitelit{refNN}
%Stop clear double page
\newcommand{\foo}{}
\let\cleardoublepage\foo
%Will print bib heading
\bibliographylit{myrefs}
私が遭遇した問題は、\bibliographylit
コマンドによって生成された自動チャプター見出し(bibtexを使用していると思います)をNULLコマンドに置き換えて、独自の付録チャプター見出しを使用できるようにすることでした。次のコマンドを使用して、二重ページのクリアを削除できます。
\newcommand{\foo}{}
\let\cleardoublepage\foo
そして、私は同じことをしたいのですが、章全体の見出しを付けます。再定義\chapter
すると、章の代わりに*が表示されます。
ここで提案されているように:LaTeX / BibTeXのセクションとしての参考文献
これは機能しませんでした:
http ://www.flakery.org/search/show/568
(\bibsection
未定義)