diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-bib2-ex/03-09-3.ltx2')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-bib2-ex/03-09-3.ltx2 | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-bib2-ex/03-09-3.ltx2 b/Master/texmf-dist/doc/latex/latex-bib2-ex/03-09-3.ltx2 new file mode 100644 index 00000000000..3a84e496094 --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-bib2-ex/03-09-3.ltx2 @@ -0,0 +1,46 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% Bibliografie mit LaTeX +%% 2. Auflage +%% Beispiel 03-09-3 auf Seite 83. +%% Copyright (C) 2016 Herbert Voss +%% +%% 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. +%% +%% ==command bibtex bu1== +%% ==2command bibtex bu2== +% Show page(s) 1,3,5 +%% +%% +\documentclass[]{exabook} +\pagestyle{empty} +\setlength\textwidth{170.40707pt} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\setlength\parindent{0pt} +\usepackage[ngerman]{babel} +\usepackage[paper=a6,pagesize,DIV15]{typearea} +\batchmode +\usepackage{url,blindtext} +\let\ctanurl\url +%StartShownPreambleCommands +\usepackage{bibunits} +\defaultbibliographystyle{plainDemo} \defaultbibliography{buch2} +% bibtex bu1 bibtex bu2 +%StopShownPreambleCommands +\begin{document} +\chapter{Einführung} +\begin{bibunit}[alpha] +\blindtext~\cite{lawrence04,padovani03,voss:mathe} \ldots +\renewcommand\bibname{Mathematische Literatur} +\putbib +\end{bibunit} +\begin{bibunit} + \ldots~\cite{voss:pstricks} und \cite{voss:tabellen} \ldots +\renewcommand\bibname{\LaTeX--Literatur} +\putbib +\end{bibunit} +\end{document} |