diff options
author | Karl Berry <karl@freefriends.org> | 2011-12-23 00:39:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-12-23 00:39:07 +0000 |
commit | f1f526bab825b8ba866d9751f50373df25072817 (patch) | |
tree | 2215f342b6a8340f064d8a8e04a3739a44b7e91b /Master/texmf-dist/doc/latex/biblatex-fiwi/example-biblatex-fiwi-options.tex | |
parent | 6bd298d90e4f361f0db8a51c1e6bde230a74d7cc (diff) |
biblatex-fiwi 1.1d (22dec11)
git-svn-id: svn://tug.org/texlive/trunk@24913 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-fiwi/example-biblatex-fiwi-options.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-fiwi/example-biblatex-fiwi-options.tex | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-fiwi/example-biblatex-fiwi-options.tex b/Master/texmf-dist/doc/latex/biblatex-fiwi/example-biblatex-fiwi-options.tex new file mode 100644 index 00000000000..b090ca41f70 --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-fiwi/example-biblatex-fiwi-options.tex @@ -0,0 +1,32 @@ +\documentclass[a4paper]{scrartcl} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[OT2,T1]{fontenc} +\usepackage{mathpazo} +\usepackage{graphicx} +\usepackage{btxdockit} +\usepackage[german=guillemets]{csquotes} +\usepackage[citestyle=fiwi,bibstyle=fiwi,series=true,publisher=true,germ=true,origyearwithyear=true,origyearsuperscript=true,dashed=true,partofcited=true]{biblatex} +\ExecuteBibliographyOptions{backend=biber} +\ExecuteBibliographyOptions{bibencoding=utf8} +\ExecuteBibliographyOptions{sorting=title} + +\bibliography{examples} +\fullcitefilm + + + +\begin{document} +\title{biblatex-fiwi}\subtitle{Beispiele für die Optionen}\date{}\maketitle +\noindent Dieses Dokument zeigt die Darstellungsweise des \sty{biblatex}"=Stils \sty{fiwi} mit folgenden aktivierten Optionen: \opt{series,publisher,germ,origyearwithyear,origyearsuperscript,} \opt{dashed} und \opt{partofcited} \\ \\ + +\noindent Zuerst zitieren wir ein paar Filme: \citefilm{Haller.D:1965}, \citefilm{Liebeneiner.W:1952}, \citefilm{Bradley.D:1960} und \citefilm{Menzies.W:1953} + +Dann einen Haufen Texte: \textcite{sklovskij.v:1969a} \textcite{Spiegel.S:2010c}, \textcite{Muller.A:2010a}, \textcite{Wells.H:1908}, \textcite{Spiegel.S:2007b}, \textcite{Lukian.1981}, \textcite{Kepler.J:1993}, \textcite{Coleridge:1983a}, \textcite{vonMatt.P:2002}, \textcite{Keitz.U:2004a}, \textcite{Wells.HG:1980}, \textcite{Ackerman.Strickland:1981}, \textcite{Ball.A:2003a}, \textcite{Anderson.P:1971a}, \textcite{Gaudreault.A:1993}, \textcite{Poe.E:1982c}, \textcite{Poe.E:1999a}, \textcite{Parrinder.P:1980}, \textcite{Wells.H:1980*2}, \textcite{James.H:2004a}, \textcite{James.H:2007a}, \textcite{Hedeler.W:2005a}, \textcite{Ballhausen.T:2009a}, \textcite{Zymner.R:2003a}, \textcite{Zymner.R:2011a}, \textcite{Nelmes.J:2011b}, \textcite{Kirchner.A:2008a} und \textcite{Kuhn.A:1990*2}. + +\defbibheading{film}{\addsec{Filmographie}} + +\printbibliography[nottype=movie] +\printbibliography[type=movie,heading=film] + +\end{document}
\ No newline at end of file |