diff options
author | Karl Berry <karl@freefriends.org> | 2016-10-08 23:35:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-10-08 23:35:44 +0000 |
commit | 251de2b9d157c836ea7ac00129814c1f57e32cf1 (patch) | |
tree | 35fd9cb9b627f1887d83dbd3cb0669b777a1dd40 /Master/texmf-dist/doc/latex/biblatex-lni/LNI-test-en.tex | |
parent | 0e25a365d04f0f281f06e0b65397b61142501b12 (diff) |
biblatex-lni (8oct16)
git-svn-id: svn://tug.org/texlive/trunk@42236 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-lni/LNI-test-en.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-lni/LNI-test-en.tex | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-lni/LNI-test-en.tex b/Master/texmf-dist/doc/latex/biblatex-lni/LNI-test-en.tex new file mode 100644 index 00000000000..80c49256f27 --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-lni/LNI-test-en.tex @@ -0,0 +1,16 @@ +\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: \citeauthor{ABC01} \cite{ABC01}. +\nocite{*} +\printbibliography +\end{document} |