%% %% The LaTeX Companion, 3ed %% %% Example 16-6-8 on page II-541 in "biblatex's approach to verbose citations". %% %% Copyright (C) 2022 Frank Mittelbach %% %% It may be distributed and/or modified under the conditions %% of the LaTeX Project Public License, either version 1.3c %% of this license or (at your option) any later version. %% %% See https://www.latex-project.org/lppl.txt for details. %% \documentclass{tlc3exa} \pagestyle{empty} \setcounter{page}{6} \setlength\textwidth{159.0pt} % Use biber program \setlength\textheight{10.5\baselineskip}% %StartShownPreambleCommands \usepackage[ngerman]{babel} \usepackage{csquotes} \usepackage[style=verbose-trad1,isbn=false, citepages=separate]{biblatex} \renewcommand*{\mkibid}{\emph} \addbibresource{tlc.bib} %StopShownPreambleCommands \begin{document} \textcite[\bibstring{confer}][33]{Knuth:TB10-1-31} auch\autocite[\bibstring{see}][101]{kant:kpv} \textcite[\bibstring{see}][16]{Knuth:TB10-1-31}, \textcite[\bibstring{see}][17]{Knuth:TB10-1-31} und\autocite[\bibstring{see}][49]{kant:kpv} \end{document}