%%
%% Der LaTeX-Begleiter, zweite Auflage (September 2005)
%%
%% Beispiel 12-6-1 von Seite 774.
%%
%% Copyright (C) 2005 Frank Mittelbach, Michel Goossens,
%%    Johannes Braams, David Carlisle, and Chris Rowley
%%
%% Uebersetzung: Copyright (C) 2005 Claudia Krysztofiak,
%%    Rebecca Stiels und Frank Mittelbach
%%
%% It may be distributed and/or modified under the conditions
%% of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
%%
%% See http://www.latex-project.org/lppl.txt for details.
%%

\documentclass{lb2exareport}
\pagestyle{empty}
\setcounter{page}{6}
\setlength\textwidth{111.26344pt}

% kleine Überschriften für das Beispiel
\makeatletter
\renewcommand\@makechapterhead[1]{%
  \vspace*{20pt}%
  {\setlength\parindent{0pt}\raggedright\normalfont
   \large\bfseries \@chapapp\space \thechapter
    \par\nobreak
    \vspace{5pt}%
    \interlinepenalty\@M
    \LARGE \bfseries #1\par\nobreak
    \vspace{20pt}%
  }}
\renewcommand\section{\@startsection{section}{1}{\z@}%
                                    {1.25ex \@plus1ex \@minus.2ex}%
                                    {.8ex}%
                                    {\large\bfseries}}
\makeatother
% art-1 und art-2 mit BibTeX verarbeiten

\StartShownPreambleCommands
\begin{filecontents}{art-1.tex}
 \stepcounter{chapter} \ldots
  siehe \cite{Knuth-CT-a} \ldots
 \bibliographystyle{alpha}
 \bibliography{tex}
\end{filecontents}
\begin{filecontents}{art-2.tex}
 \stepcounter{chapter}
 \ldots siehe \cite{Knuth-CT-a}
  und \cite{bschur} \ldots
 \bibliographystyle{plain}
 \bibliography{tex,jura}
\end{filecontents}
\usepackage[sectionbib]
           {chapterbib}
\StopShownPreambleCommands
\begin{document}
\include{art-1}
\include{art-2}
\end{document}
