diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/biblatex-contrib/biblatex-lni/LNI-test-en.tex |
Initial commit
Diffstat (limited to 'macros/latex/contrib/biblatex-contrib/biblatex-lni/LNI-test-en.tex')
-rw-r--r-- | macros/latex/contrib/biblatex-contrib/biblatex-lni/LNI-test-en.tex | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/macros/latex/contrib/biblatex-contrib/biblatex-lni/LNI-test-en.tex b/macros/latex/contrib/biblatex-contrib/biblatex-lni/LNI-test-en.tex new file mode 100644 index 0000000000..e4f5abcf81 --- /dev/null +++ b/macros/latex/contrib/biblatex-contrib/biblatex-lni/LNI-test-en.tex @@ -0,0 +1,25 @@ +\documentclass[english]{scrbook} +\usepackage[utf8]{inputenc} +\usepackage[english]{babel} +\usepackage{csquotes} +\usepackage[ + backend=biber, + style=LNI +]{biblatex} +\usepackage{hyperref} +\addbibresource{LNI-examples.bib} +\begin{document} +\chapter{Cites} +Hyperlinked authors: + +\begin{itemize} + \item Four authors: \citeauthor{ABCD02} \cite{ABCD02} + \item Three authors: \citeauthor{ABC01} \cite{ABC01} + \item Two authors: \citeauthor{AB00} \cite{AB00} and \citeauthor{vdAW2013} \cite{vdAW2013}. + \item One author: \citeauthor{Ez10} \cite{Ez10}, \citeauthor{Go10} \cite{Go10}, and \citeauthor{latexcookbook} \cite{latexcookbook}. + \item At the beginning of a sentence: \Citeauthor{Go10}. +\end{itemize} + +\nocite{*} +\printbibliography +\end{document} |