diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-12 00:04:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-12 00:04:57 +0000 |
commit | b93495d96a481c80e8feab510d8eebea5a166b02 (patch) | |
tree | efc8ceac7cbf9b2587f474ff4dc21b5007b598bd /Master/texmf-dist/doc/latex/biblatex-dw/examples | |
parent | 6d184abba1025d22c5317531c2e3e253ad7583bd (diff) |
new-to-tl biblatex-dw 1.3 (11mar10)
git-svn-id: svn://tug.org/texlive/trunk@17433 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-dw/examples')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-dw/examples/de-authortitle-dw.pdf | bin | 0 -> 376282 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-dw/examples/de-authortitle-dw.tex | 168 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-dw/examples/de-examples-dw.bib | 790 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-dw/examples/de-footnote-dw.pdf | bin | 0 -> 393519 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-dw/examples/de-footnote-dw.tex | 167 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-dw/examples/en-authortitle-dw.pdf | bin | 0 -> 344018 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-dw/examples/en-authortitle-dw.tex | 163 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-dw/examples/en-footnote-dw.pdf | bin | 0 -> 361013 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-dw/examples/en-footnote-dw.tex | 165 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-dw/examples/examples-dw.bib | 781 |
10 files changed, 2234 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-authortitle-dw.pdf b/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-authortitle-dw.pdf Binary files differnew file mode 100644 index 00000000000..2d26e139370 --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-authortitle-dw.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-authortitle-dw.tex b/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-authortitle-dw.tex new file mode 100644 index 00000000000..bc9dc455fe5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-authortitle-dw.tex @@ -0,0 +1,168 @@ +% v 1.3 +% This file presents the `authortitle-dw' style +% +\documentclass[a4paper]{article} +\usepackage[T1]{fontenc} +\usepackage[latin9]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[babel]{csquotes} +\usepackage[ + style=authortitle-dw, +%% biblatex-dw-Optionen %%% + %acronyms=true, + annotation=true, + %citedas=false, + %edbyidem=false, + %editorstring=normal,%brackets, + %edstringincitations=false, + %edsuper=true, + %firstfull=true, + %firstfullname=true, + %firstnamefont=smallcaps,%italic,%bold, + %herename=false, + %ibidemfont=smallcaps,%italic,%bold, + %idembib=false, + %idembibformat=dash, + %idemfont=smallcaps,%italic,%bold, + %journalnumber=afteryear,%date,%standard + library=true, + %namefont=smallcaps,%italic,%bold, + %nolocation=true, + %nopublisher=false, + %oldauthor=false, + %omiteditor=true, + %omitpages=true, + %origfields=false, + %origfieldsformat=parens,%brackets,%punct, + %pagetotal=true, + %pseudoauthor=false, + %series=afteryear, + %shorthandibid=false, + %shorthandwidth=40pt,%3em, + %shortjournal=true, + %terselos=false, + %xref=true, +%% biblatex-Optionen %%% + %autocite=plain, + %citetracker=false, + %doi=true, + %eprint=true, + %ibidtracker=false, + %idemtracker=false, + %isbn=true, + %pagetracker=false, + hyperref +]{biblatex} +\usepackage{hyperref} +\bibliography{de-examples-dw} +% Some generic settings: +\newcommand{\cmd}[1]{\texttt{\textbackslash #1}} +\usepackage{xcolor} +\newcommand{\option}[1]{\textcolor{red}{#1}} +\setlength{\parindent}{0pt} + +%\renewcommand*{\bibleftpseudo}{\bibleftbracket} +%\renewcommand*{\bibrightpseudo}{\bibrightbracket} + +\begin{document} + +\section*{Der Stil \texttt{authortitle-dw}} + +\subsection*{\cmd{cite}-Beispiele} + +\cite{aristotle:rhetoric} + +\cite[59]{aristotle:rhetoric} + +\cite[Siehe][]{springer} + +\cite[Siehe][92--95]{springer} + +\subsection*{\cmd{parencite}-Beispiele} + +Dies ist nur Fülltext \parencite{aristotle:rhetoric}. + +Dies ist nur Fülltext \parencite[59]{aristotle:rhetoric}. + +Dies ist nur Fülltext \parencite[Siehe][]{springer}. + +Dies ist nur Fülltext \parencite[Siehe][92--95]{springer}. + +\subsection*{\cmd{citeauthor}- und \cmd{parencite*}-Beispiele} + +\citeauthor{aristotle:rhetoric} zeigt, dass dies nur Fülltext +ist \parencite*{aristotle:rhetoric}. + +\citeauthor{aristotle:rhetoric} zeigt, dass dies nur Fülltext +ist \parencite*[59]{aristotle:rhetoric}. + +\citeauthor{springer} zeigt, dass dies nur Fülltext +ist \parencite*[Siehe][]{springer}. + +\citeauthor{springer} zeigt, dass dies nur Fülltext +ist \parencite*[Siehe][92--95]{springer}. + +\subsection*{\cmd{footcite}-Beispiele} + +Dies ist nur Fülltext.\footcite{aristotle:rhetoric} + +Dies ist nur Fülltext.\footcite[59]{aristotle:rhetoric} + +Dies ist nur Fülltext.\footcite[Siehe][]{springer} + +Dies ist nur Fülltext.\footcite[Siehe][92--95]{springer} + +\subsection*{\cmd{textcite}-Beispiele} + +\textcite{aristotle:rhetoric} zeigt, dass dies nur Fülltext ist. + +\textcite[59]{aristotle:rhetoric} zeigt, dass dies nur Fülltext ist. + +\textcite[Siehe][]{springer} für mehr Fülltext. + +\textcite[Siehe][92--95]{springer} für mehr Fülltext. + +\subsection*{\cmd{autocite}-Beispiele} + +Dies ist nur Fülltext \autocite{springer}. + +\subsection*{Mehrere Zitate} + +\cite{aristotle:rhetoric,aristotle:physics,aristotle:poetics} + +\subsection*{Shorthand-Beispiele} + +\cite{kant:kpv} + +\cite[noch einmal]{kant:kpv} + +\cite{kant:ku} + +\subsection*{\cmd{fullcite}-Beispiele} + +Dies ist nur Fülltext. \fullcite{aristotle:rhetoric} + +Dies ist nur Fülltext. \fullcite[59]{aristotle:rhetoric} + +Dies ist nur Fülltext. \fullcite[Siehe][]{springer} + +Dies ist nur Fülltext. \fullcite[Siehe][92--95]{springer} + +\subsection*{\cmd{footfullcite}-Beispiele} + +Dies ist nur Fülltext. \footfullcite{aristotle:rhetoric} + +Dies ist nur Fülltext. \footfullcite[59]{aristotle:rhetoric} + +Dies ist nur Fülltext. \footfullcite[Siehe][]{springer} + +Dies ist nur Fülltext. \footfullcite[Siehe][92--95]{springer} + +\clearpage + +\printshorthands + +\nocite{*} +\printbibliography[notkeyword=journalnumberdate] + +\end{document} diff --git a/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-examples-dw.bib b/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-examples-dw.bib new file mode 100644 index 00000000000..14f4913c863 --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-examples-dw.bib @@ -0,0 +1,790 @@ +@PREAMBLE{ "\providecommand*{\BibTeX}{Bib\TeX} " } + +@STRING{cup = {Cambridge University Press}} + +@STRING{dtv = {Deutscher Taschenbuch-Verlag}} + +@ARTICLE{angenendt, + author = {Angenendt, Arnold}, + title = {In Honore Salvatoris~-- Vom Sinn und Unsinn der Patrozinienkunde}, + shorttitle = {In Honore Salvatoris}, + volume = {97}, + date = {2002}, + pages = {431--456, 791--823}, + annotation = {Ein deutschsprachiger Aufsatz in einer französischen Zeitschrift. + Abgesehen davon ein typischer \texttt{article}-Eintrag. Man beachte + die Felder \texttt{indextitle}, \texttt{shortjournal} und \texttt{options}.}, + hyphenation = {german}, + indextitle = {In Honore Salvatoris}, + journaltitle = {Revue d'Histoire Eccl{\'e}siastique}, + shortjournal = {RHE}, + library = {Im Feld \texttt{library} ist Platz für Bibliotheksinformationen.}, + options = {acronym=true} +} + +@BOOK{aristotle:rhetoric, + author = {Aristoteles}, + title = {The Rhetoric of Aristotle with a commentary by the late Edward Meredith + Cope}, + shorttitle = {Rhetoric}, + publisher = cup, + date = {1877}, + editor = {Cope, Edward Meredith}, + annotation = {Eine kommentierte Edition. Man beachte die Verknüpfung der Felder + \texttt{editor} und \texttt{commentator} sowie \texttt{volumes}, + \texttt{sorttitle} und \texttt{indextitle}.}, + commentator = {Cope, Edward Meredith}, + hyphenation = {british}, + indextitle = {Rhetoric of Aristotle, The}, + keywords = {primary}, + options = {oldauthor}, + sorttitle = {Rhetoric of Aristotle}, + volumes = {3} +} + +@BOOK{aristotle:anima, + author = {Aristoteles}, + title = {De Anima}, + publisher = cup, + date = {1907}, + editor = {Hicks, Robert Drew}, + annotation = {Ein \texttt{book}-Eintrag mit Autor (\texttt{author}) und Herausgeber + (\texttt{editor}).}, + hyphenation = {british}, + keywords = {primary}, + location = {Cambridge}, + options = {oldauthor} +} + +@BOOK{aristotle:poetics, + author = {Aristoteles}, + title = {Poetics}, + shorttitle = {Poetics}, + publisher = {Clarendon Press}, + date = {1968}, + editor = {Lucas, D. W.}, + series = {Clarendon Aristotle}, + annotation = {Ein \texttt{book}-Eintrag mit Autor (\texttt{author}) und Herausgeber + (\texttt{editor}) sowie einem \texttt{series}-Feld.}, + hyphenation = {british}, + keywords = {primary}, + location = {Oxford}, + options = {oldauthor} +} + +@BOOK{aristotle:physics, + author = {Aristoteles}, + title = {Physics}, + shorttitle = {Physics}, + publisher = {G. P. Putnam}, + date = {1929}, + annotation = {Ein \texttt{book}-Eintrag mit einem \texttt{translator}-Feld.}, + hyphenation = {american}, + keywords = {primary}, + location = {New York}, + options = {oldauthor}, + translator = {Wicksteed, P. H. and Cornford, F. M.} +} + +@BOOK{averroes/bland, + author = {Averroes}, + title = {The Epistle on the Possibility of Conjunction with the Active Intellect + by Ibn Rushd with the Commentary of Moses Narboni}, + shorttitle = {Possibility of Conjunction}, + publisher = {Jewish Theological Seminary of America}, + date = {1982}, + editor = {Bland, Kalman P.}, + series = {Moreshet Studies in Jewish History, Literature and Thought}, + number = {7}, + annotation = {Ein \texttt{book}-Eintrag mit Reihe (\texttt{series}) und Reihennummer + (\texttt{number}).}, + hyphenation = {american}, + indextitle = {Epistle on the Possibility of Conjunction, The}, + keywords = {primary}, + location = {New York}, + options = {oldauthor}, + translator = {Bland, Kalman P.} +} + +@BOOK{averroes/hannes, + author = {Averroes}, + title = {Des Averro{\"e}s Abhandlung: \enquote{{\"U}ber die M{\"o}glichkeit + der Conjunktion} oder \enquote{{\"U}ber den materiellen Intellekt}}, + shorttitle = {M{\"o}glichkeit der Conjunktion}, + publisher = {C.~A. Kaemmerer}, + date = {1892}, + editor = {Hannes, Ludwig}, + annotation = {Eine kommentierte Edition. Man beachte die Verknüpfung der Felder + \texttt{editor}, \texttt{translator} und \texttt{commentator}; ebenso + die Felder \texttt{shorttitle}, \texttt{indextitle}, \texttt{sorttitle}, + und \texttt{indexsorttitle}.}, + annotator = {Hannes, Ludwig}, + hyphenation = {german}, + indexsorttitle = {Uber die Moglichkeit der Conjunktion}, + indextitle = {{\"U}ber die M{\"o}glichkeit der Conjunktion}, + keywords = {primary}, + location = {Halle an der Saale}, + options = {oldauthor}, + sorttitle = {Uber die Moglichkeit der Conjunktion}, + translator = {Hannes, Ludwig} +} + +@BOOK{averroes/hercz, + author = {Averroes}, + title = {Drei Abhandlungen {\"u}ber die Conjunction des separaten Intellects + mit dem Menschen}, + shorttitle = {Drei Abhandlungen}, + subtitle = {Von Averroes (Vater und Sohn), aus dem Arabischen {\"u}bersetzt von + Samuel Ibn Tibbon}, + publisher = {S.~Hermann}, + date = {1869}, + editor = {Hercz, J.}, + annotation = {Ein \texttt{book}-Eintrag. Man beachte die Verknüpfung der Felder + \texttt{editor} und \texttt{translator} sowie die Felder \texttt{indextitle} + und \texttt{indexsorttitle}.}, + hyphenation = {german}, + indexsorttitle = {Drei Abhandlungen uber die Conjunction}, + indextitle = {Drei Abhandlungen {\"u}ber die Conjunction}, + keywords = {primary}, + location = {Berlin}, + options = {oldauthor}, + translator = {Hercz, J.} +} + +@INCOLLECTION{brandt, + author = {von Brandt, Ahasver and Erich Hoffmann}, + title = {Die nordischen L{\"a}nder von der Mitte des 11.~Jahrhunderts bis + 1448}, + shorttitle = {Die nordischen L{\"a}nder}, + pages = {884--917}, + editor = {Ferdinand Seibt}, + booktitle = {Europa im Hoch- und Sp{\"a}tmittelalter}, + publisher = {Klett-Cotta}, + date = {1987}, + series = {Handbuch der europ{\"a}ischen Geschichte}, + number = {2}, + annotation = {Ein \texttt{incollection}-Eintrag mit Reihe (\texttt{series}) und + Nummer (\texttt{number}). Man beachte das Format des Namens und vergleiche + die \texttt{useprefix}-Option im Feld \texttt{options}. Man beachte + außerdem die Felder \texttt{indextitle} und \texttt{indexsorttitle}.}, + hyphenation = {german}, + indexsorttitle = {Nordischen Lander von der Mitte des 11. Jahrhunderts bis 1448}, + indextitle = {Nordischen L{\"a}nder von der Mitte des 11.~Jahrhunderts bis 1448, + Die}, + location = {Stuttgart}, + options = {useprefix=false} +} + +@BOOK{cicero, + author = {Cicero, Marcus Tullius}, + title = {De natura deorum. {\"U}ber das Wesen der G{\"o}tter}, + shorttitle = {De natura deorum}, + publisher = {Reclam}, + date = {1995}, + editor = {Blank-Sangmeister, Ursula}, + afterword = {Thraede, Klaus}, + annotation = {Eine zweisprachige Edition von Ciceros \emph{De natura deorum} mit + deutscher Übersetzung. Man beachte das Format des \texttt{language}-Felds + in der \texttt{bib}-Datei, die Verknüpfung der Felder \texttt{editor} + und \texttt{translator} sowie das Feld \texttt{afterword}.}, + hyphenation = {german}, + indextitle = {De natura deorum}, + language = {langlatin and langgerman}, + location = {Stuttgart}, + translator = {Blank-Sangmeister, Ursula} +} + +@Article{duggan, + author = {Duggan, Anne J.}, + title = {The Lorv\~ao transcription of Benedict of Peterborough's \emph{Liber + miraculorum beati Thome}: Lisbon, Cod.~Alcobaça CCXC/143}, + shorttitle = {The Lorv\~ao transcription}, + journal = {Scriptorium}, + volume = {51}, + date = {1997}, + pages = {51-68}, + gender = {sf}, + number = {1}, + hyphenation = {english}, + annotation = {Ein englischsprachiger Aufsatz in einer Zeitschrift. + Abgesehen davon ein typischer \texttt{article}-Eintrag. Man beachte + das Feld \texttt{number} und seine Ausgabe.}, +} + +@THESIS{geer, + author = {de Geer, Ingrid}, + title = {Earl, Saint, Bishop, Skald~-- and Music}, + date = {1985}, + type = {phdthesis}, + annotation = {Dies ist ein typischer \texttt{thesis}-Eintrag für eine Dissertationsschrift. + Man beachte das Feld \texttt{type} in der \texttt{bib}-Datei, das + einen \emph{localization key} enthält.}, + hyphenation = {british}, + institution = {Uppsala Universitet}, + location = {Uppsala}, + subtitle = {The Orkney Earldom of the Twelfth Century. A Musicological Study} +} + +@BOOK{iliad, + author = {Homer}, + title = {Die Ilias}, + shorttitle = {Ilias}, + publisher = {Artemis \& Winkler}, + date = {2004}, + edition = {3}, + annotation = {Eine deutsche Übersetzung der \emph{Ilias}. Man beachte die Felder + \texttt{translator} und \texttt{introduction}, das Format des \texttt{location}-Felds + in der \texttt{bib}-Datei sowie die Felder \texttt{sorttitle} und + \texttt{indextitle}.}, + hyphenation = {german}, + indextitle = {Ilias, Die}, + introduction = {Latacz, Joachim}, + location = {D{\"u}sseldorf and Z{\"u}rich}, + sorttitle = {Ilias}, + translator = {Schadewaldt, Wolfgang} +} + +@INBOOK{kant:kpv, + author = {Kant, Immanuel}, + title = {Kritik der praktischen Vernunft}, + shorttitle = {Kritik der praktischen Vernunft}, + pages = {1--163}, + bookauthor = {Kant, Immanuel}, + booktitle = {Kritik der praktischen Vernunft. Kritik der Urtheilskraft}, + publisher = {Walter de Gruyter}, + date = {1968}, + annotation = {Eine Edition von Kants Werken, Band 5. Dies ist ein \texttt{inbook}-Eintrag, + der sich nur auf die \emph{Kritik der praktischen Vernunft} bezieht, + nicht auf den gesamten fünften Band. Man beachte die Felder \texttt{author} + und \texttt{bookauthor} in der \texttt{bib}-Datei. In den Standardeinstellungen + wird \texttt{bookauthor} ignoriert, falls die Werte der Felder \texttt{author} + und \texttt{bookauthor} identisch sind.}, + hyphenation = {german}, + location = {Berlin}, + maintitle = {Kants Werke. Akademie Textausgabe}, + shorthand = {KpV}, + volume = {5} +} + +@INBOOK{kant:ku, + author = {Kant, Immanuel}, + title = {Kritik der Urtheilskraft}, + pages = {165--485}, + bookauthor = {Kant, Immanuel}, + booktitle = {Kritik der praktischen Vernunft. Kritik der Urtheilskraft}, + publisher = {Walter de Gruyter}, + date = {1968}, + annotation = {Eine Edition von Kants Werken, Band 5. Dies ist ein \texttt{inbook}-Eintrag, + der sich nur auf die \emph{Kritik der Urtheilskraft} bezieht, nicht + auf den gesamten fünften Band.}, + hyphenation = {german}, + location = {Berlin}, + maintitle = {Kants Werke. Akademie Textausgabe}, + shorthand = {KU}, + volume = {5} +} + +@INREFERENCE{enzensberger, + author = {Enzensberger, Horst}, + title = {Capo Colonne, Schlacht v\adddot}, + xref = {LMA}, + volume = {2}, + date = {1983}, + location = {München and Zürich}, + pages = {1484}, + pagination = {column}, + bookpagination = {column}, + booktitle = {Lexikon des Mittelalters}, + gender = {sm}, + hyphenation = {ngerman}, + annotation = {Ein Lexikonartikel, also ein typischer \texttt{inreference}-Eintrag. + Zu beachten sind auch die Felder \texttt{xref}, \texttt{pagination} und + \texttt{bookpagination}} +} + +@REFERENCE{LMA, + title = {Lexikon des Mittelalters}, + location = {München and Zürich}, + date = {1980/1999}, + gender = {pp}, + hyphenation = {ngerman}, + volumes = {10}, + shorthand = {LMA}, + options = {acronym=true}, + annotation = {Ein \texttt{reference}-Eintrag, gedacht für Nachschlagewerke. Intern + nichts anderes als ein \texttt{collection}-Eintrag. Man beachte auch das Feld + \texttt{options}.} +} + +@ONLINE{markey, + author = {Markey, Nicolas}, + title = {Tame the BeaST}, + annotation = {Ein \texttt{online}-Eintrag einer Anleitung. Man beachte das Format + des \texttt{date}-Feldes (\texttt{yyyy-mm-dd}) in der \texttt{bib}-Datei.}, + date = {2005-10-16}, + hyphenation = {american}, + sorttitle = {Tame the Beast}, + subtitle = {The B to X of \BibTeX}, + url = {http://tug.ctan.org/tex-archive/info/bibtex/tamethebeast/ttb_en.pdf}, + urldate = {2006-10-01}, + version = {1.3} +} + +@BOOK{Meisen1931, + author = {Meisen, Karl}, + title = {Nikolauskult und Nikolausbrauch im Abendlande}, + shorttitle = {Nikolauskult}, + subtitle = {Eine kultgeographisch-volkskundliche Untersuchung}, + date = {1981}, + annotation = {Ein \texttt{book}-Eintrag. Man beachte die Felder \texttt{origdate} + und \texttt{origlocation}, die dafür sorgen, dass \texttt{date} und \texttt{location} + als \enquote*{Nachdruck} erscheinen.}, + gender = {sm}, + series = {Forschungen zur Volkskunde}, + number = {9--12}, + location = {Düsseldorf}, + origlocation = {Düsseldorf}, + origdate = {1931} +} + +@INBOOK{nietzsche:historie, + author = {Nietzsche, Friedrich}, + title = {Unzeitgem{\"a}sse Betrachtungen. Zweites St{\"u}ck}, + shorttitle = {Vom Nutzen und Nachtheil der Historie}, + subtitle = {Vom Nutzen und Nachtheil der Historie f{\"u}r das Leben}, + pages = {243--334}, + bookauthor = {Nietzsche, Friedrich}, + booktitle = {Die Geburt der Trag{\"o}die. Unzeitgem{\"a}{\ss}e Betrachtungen I--IV. + Nachgelassene Schriften 1870--1973}, + publisher = dtv # { and Walter de Gruyter}, + date = {1988}, + editor = {Colli, Giorgio and Montinari, Mazzino}, + annotation = {Ein einzelner Beitrag aus der kritischen Ausgabe von Nietzsches Werken. + Dieser \texttt{inbook}-Eintrag bezieht sich nur auf einen Essay im + ersten Band. Man beachte die Felder \texttt{title}, \texttt{booktitle} + und \texttt{maintitle} sowie die Felder \texttt{sorttitle} und \texttt{sortyear}. + Dieser Eintrag soll nach dem Eintrag erscheinen, der den gesamten + ersten Band wiedergibt.}, + hyphenation = {german}, + indexsorttitle = {Vom Nutzen und Nachtheil der Historie fur das Leben}, + indextitle = {Vom Nutzen und Nachtheil der Historie f{\"u}r das Leben}, + location = {M{\"u}nchen and Berlin and New York}, + mainsubtitle = {Kritische Studienausgabe}, + maintitle = {S{\"a}mtliche Werke}, + sorttitle = {Werke-01-243}, + sortyear = {1988-01-243}, + volume = {1} +} + +@BOOK{nietzsche:ksa, + author = {Nietzsche, Friedrich}, + title = {S{\"a}mtliche Werke}, + subtitle = {Kritische Studienausgabe}, + publisher = dtv # { and Walter de Gruyter}, + date = {1988}, + editor = {Colli, Giorgio and Montinari, Mazzino}, + edition = {2}, + annotation = {Die kritische Ausgabe von Nietzsches Werken. Dieser \texttt{book}-Eintrag + bezieht sich auf die gesamte, 15-bändige Edition. Man beachte das + \texttt{volumes}-Feld und das Format der Felder \texttt{publisher} + und \texttt{location} in der \texttt{bib}-Datei. Man beachte außerdem + die Felder \texttt{sorttitle} und \texttt{sortyear}, die die Sortierung + der Bibliographie beeinflussen.}, + hyphenation = {german}, + indexsorttitle = {Samtliche Werke}, + location = {M{\"u}nchen and Berlin and New York}, + sorttitle = {Werke-00-000}, + sortyear = {1988-00-000}, + volumes = {15} +} + +@BOOK{nietzsche:ksa1, + author = {Nietzsche, Friedrich}, + title = {Die Geburt der Trag{\"o}die. Unzeitgem{\"a}{\ss}e Betrachtungen I--IV. + Nachgelassene Schriften 1870--1973}, + shorttitle = {S{\"a}mtliche Werke I}, + publisher = dtv # { and Walter de Gruyter}, + date = {1988}, + editor = {Colli, Giorgio and Montinari, Mazzino}, + edition = {2}, + annotation = {Ein einzelner Band der kritischen Ausgabe von Nietzsches Werken. Dieser + \texttt{book}-Eintrag bezieht sich nur auf den ersten Band. Man beachte + die Felder \texttt{title} und \texttt{maintitle} sowie die Felder + \texttt{sorttitle} und \texttt{sortyear}. Dieser Eintrag soll nach + dem Eintrag erscheinen, der die gesamte Edition anführt.}, + bookauthor = {Nietzsche, Friedrich}, + hyphenation = {german}, + indexsorttitle = {Samtliche Werke I}, + indextitle = {S{\"a}mtliche Werke I}, + location = {M{\"u}nchen and Berlin and New York}, + mainsubtitle = {Kritische Studienausgabe}, + maintitle = {S{\"a}mtliche Werke}, + sorttitle = {Werke-01-000}, + sortyear = {1988-01-000}, + volume = {1} +} + +@ARTICLE{springer, + author = {Springer, Otto}, + title = {Mediaeval Pilgrim Routes from Scandinavia to Rome}, + shorttitle = {Mediaeval Pilgrim Routes}, + volume = {12}, + date = {1950}, + pages = {92--122}, + annotation = {Ein einfacher \texttt{article}-Eintrag. Man beachte die Felder + \texttt{shortjournal} und \texttt{options}}, + hyphenation = {british}, + journaltitle = {Mediaeval Studies}, + shortjournal = {Med. Stud\adddot}, +} + +@BOOK{vazques-de-parga, + author = {V{\'a}zques{ de }Parga, Luis and Lacarra, Jos{\'e} Mar{\'i}a and + Ur{\'i}a R{\'i}u, Juan}, + title = {Las Peregrinaciones a Santiago de Compostela}, + shorttitle = {Peregrinaciones}, + publisher = {Iberdrola}, + date = {1993}, + note = {Ed. facs. de la realizada en 1948--49}, + annotation = {Ein mehrbändiges Buch. Dies ist ein \texttt{book}-Eintrag mit den + Feldern \texttt{volumes}, \texttt{note}, \texttt{sorttitle} und \texttt{indextitle}.}, + hyphenation = {spanish}, + indextitle = {Peregrinaciones a Santiago de Compostela, Las}, + location = {Pamplona}, + sorttitle = {Peregrinaciones a Santiago de Compostela}, + volumes = {3} +} + +@COLLECTION{Annales-Quedlinburgenses, + editor = {Giese, Martina}, + title = {Die Annales Quedlinburgenses}, + shorttitle = {Annales Quedlinburgenses}, + location = {Hannover}, + date = {2004}, + annotation = {Ein \texttt{collection}-Eintrag. Man beachte das Feld \texttt{shorthand} + und vergleiche im Sigelverzeichnis. Man beachte außerdem die Option \texttt{citedas} + im \texttt{options}-Feld.}, + gender = {sf}, + series = {MGH. Scriptores rerum Germanicarum in usum scholarum separatim editi}, + number = {72}, + options = {citedas=false}, + shorthand = {Annales Quedlinburgenses} +} + +@COLLECTION{jaffe, + editor = {Jaff{\'e}, Philipp}, + title = {Regesta Pontificum Romanorum ab condita ecclesia ad annum post Christum + natum \textsc{mcxcviii}}, + shorttitle = {Regesta Pontificum Romanorum}, + date = {1885/1888}, + edition = {2}, + annotation = {Ein \texttt{collection}-Eintrag mit den Feldern \texttt{edition} und + \texttt{volumes}. Man beachte außerdem die Felder \texttt{editora}, \texttt{editoratype} + und \texttt{library}.}, + library = {Bibliothek: Signatur}, + location = {Leipzig}, + editora = {Loewenfeld, Samuel and Kaltenbrunner, Ferdinand and Ewald, Paul}, + editoratype = {redactor}, + volumes = {2} +} + +@COLLECTION{britannica, + editor = {Preece, Warren E.}, + title = {The New Encyclop{\ae}dia Britannica}, + publisher = {Encyclop{\ae}dia Britannica}, + date = {2003}, + edition = {15}, + annotation = {Dies ist ein \texttt{collection}-Eintrag für ein Lexikon. Man beachte + die \texttt{useeditor}-Option im \texttt{options}-Feld sowie das \texttt{sorttitle}-Feld. + Dieser Eintrag soll nach dem Titel einsortiert werden, obwohl es + einen Herausgeber gibt. Außerdem soll der Titel unter \enquote*{E} + einsortiert werden, nicht unter \enquote*{T}. Man beachte außerdem + das \texttt{label}-Feld, das für Autor-Jahr-Stile angegeben wurde.}, + hyphenation = {british}, + indextitle = {Encyclop{\ae}dia Britannica, The New}, + label = {EB}, + location = {Chicago, Ill.}, + options = {useeditor=false}, + sorttitle = {Encyclop{\ae}dia Britannica}, + volumes = {32} +} + +@ONLINE{ctan, + title = {CTAN}, + date = {2006}, + annotation = {Ein \texttt{online}-Eintrag. Der \textsc{url}, der im Feld \texttt{url} + steht, wird automatisch in einen Link verwandelt, sofern die \texttt{hyperref}-Unterstützung + geladen wurde. Man beachte das Format des \texttt{urldate}-Felds + (\texttt{yyyy-mm-dd}) in der \texttt{bib}-Datei. + Man beachte außerdem das \texttt{label}-Feld, das als \emph{fallback} + (Sicherung) von Zitierstilen genutzt werden kann, die die Felder + \texttt{author} und\slash oder \texttt{year} bzw. \texttt{date} benötigen.}, + hyphenation = {american}, + label = {CTAN}, + subtitle = {The Comprehensive \TeX\ Archive Network}, + url = {http://www.ctan.org}, + urldate = {2006-10-01} +} + +@ARTICLE{Fingiert:1939, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + volume = {91}, + number = {65}, + issue = {Morgen-Ausg\adddot}, + pages = {2}, + date = {1939-03-06}, + keywords = {journalnumberdate} +} +@ARTICLE{Fingiert:1939a, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + volume = {91}, + number = {65}, + issue = {Morgen-Ausg\adddot}, + pages = {2}, + date = {1939}, + keywords = {journalnumberdate}} + +@ARTICLE{Gerstmann:2007a, + author = {Gerstmann, Günter}, + title = {Gerhart Hauptmann-Aktivitäten in Hohenhaus}, + journal = {Schlesischer Kulturspiegel}, + date = {2007}, + volume = {42}, + number = {1}, + pages = {13}, + issue = {Januar--März}, + keywords = {journalnumberdate}, +} + +@ARTICLE{GMG:1939, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + volume = {91}, + number = {65}, + pages = {2}, + date = {1939-03-06}, + keywords = {journalnumberdate}, +} +@ARTICLE{Guilford:1950, + author = {Guilford, J[oy] P[aul]}, + title = {Creativity}, + journal = {The American Psychologist}, + date = {1950-09}, + volume = {5}, + number = {9}, + pages = {444--454}, + keywords = {journalnumberdate} +} +@ARTICLE{Page:1997, + author = {Page, Penny Booth}, + title = {E.\,M. Jellinek and the evolution of alcohol studies}, + subtitle = {A critical essay}, + journal = {Addiction}, + date = {1997}, + volume = {92}, + number = {12}, + pages = {1619-1637}, + keywords = {journalnumberdate} +} +@ARTICLE{Fingiert:1939b, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + number = {65}, + issue = {Morgen-Ausg\adddot}, + pages = {2}, + date = {1939-03-06}, + keywords = {journalnumberdate} +} +@ARTICLE{Fingiert:1939c, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + volume = {91}, + issue = {Morgen-Ausg\adddot}, + pages = {2}, + date = {1939-03}, + keywords = {journalnumberdate}} + +@ARTICLE{Ewers:1906, + author = {Ewers, Hanns Heinz}, + title = {Rausch und Kunst}, + journal = {Blaubuch}, + date = {1906}, + volume = {1}, + pages = {1726-1730}, + issue = {4. Quartal}, + keywords = {journalnumberdate} +} + +@ARTICLE{Fingiert:1939d, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + volume = {91}, + pages = {2}, + date = {1939-03-13}, + keywords = {journalnumberdate}} + +@ARTICLE{Fingiert:1939e, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + volume = {91}, + pages = {2}, + date = {1939-03}, + keywords = {journalnumberdate}} + +@ARTICLE{Landolt:2000, + author = {Landolt, H. P. and Borbély, A. A.}, + title = {Alkohol und Schlafstörungen}, + journal = {Therapeutische Umschau}, + date = {2000}, + volume = {57}, + pages = {241-245}, + keywords = {journalnumberdate} +} + +@ARTICLE{Chapiro:1930, + author = {Chapiro, Joseph}, + title = {Das neueste Werk Gerhart Hauptmanns}, + subtitle = {\enquote{Die Spitzhacke}}, + journal = {Neue Freie Presse}, + number = {23773}, + pages = {1-3}, + issue = {Morgenblatt}, + date = {1930-11-19}, + keywords = {journalnumberdate} +} + +@ARTICLE{Fingiert:1939f, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + number = {65}, + pages = {2}, + date = {1939-03}, + keywords = {journalnumberdate}} + +@ARTICLE{Barski:2007, + author = {Barski, Jacek and Mahnken, Gerhard}, + title = {Museumsverbund Gerhart Hauptmann}, + subtitle = {Ein deutsch-polnisches Kulturprojekt mit Weitblick}, + journal = {Kulturpolitische Mitteilungen}, + date = {2007}, + number = {119}, + pages = {62}, + issue = {IV}, + keywords = {journalnumberdate} +} + +@ARTICLE{Essig:2005, + author = {Essig, Rolf-Bernhard}, + title = {Mit liebender Schafsgeduld}, + subtitle = {Erhart Kästner im Dienste Gerhart Hauptmanns}, + journal = {Süddeutsche Zeitung}, + number = {237}, + pages = {16}, + date = {2005-10-14}, + keywords = {journalnumberdate} +} + +@ARTICLE{Kluwe:2007, + author = {Kluwe, Sandra}, + title = {Furor poeticus}, + subtitle = {Ansätze zu einer neurophysiologisch fundierten Theorie + der literarischen Kreativität am Beispiel der Produktionsästhetik + Rilkes und Kafkas}, + journal = {literaturkritik.de}, + date = {2007-02}, + number = {2}, + url = {http://literaturkritik.de/public/rezension.php?rez_id=10438}, + keywords = {journalnumberdate} +} + +@ARTICLE{Burckhardt:2006, + author = {Burckhardt, Barbara}, + title = {Frauen sind einfach klüger, starke Frauen}, + subtitle = {Michael Thalheimers \enquote{Rose Bernd} am Hamburger + Thalia Theater und Schirin Khodadadians Kasseler Räuber}, + journal = {Theater heute}, + date = {2006}, + number = {5}, + pages = {14-18}, + keywords = {journalnumberdate} +} + +@ARTICLE{Ossietzky:1922, + author = {Ossietzky, Carl von}, + title = {Moritz Heimann \enquote{Armand Carrel} Staatstheater}, + journal = {Berliner Volks-Zeitung}, + date = {1922-03-30}, + issue = {Abend-Ausg\adddot}, + keywords = {journalnumberdate} +} + +@ARTICLE{Fingiert:1939g, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + issue = {Abend-Ausgabe}, + pages = {2}, + date = {1939-03}, + keywords = {journalnumberdate}} + +@ARTICLE{Weiss:1960, + author = {Weiss, Grigorij}, + title = {Auf der Suche nach der versunkenen Glocke}, + subtitle = {Johannes R. Becher bei Gerhart Hauptmann}, + journal = {Sinn und Form}, + date = {1960}, + pages = {363--385}, + issue = {Zweites Sonderheft Johannes R. Becher}, + keywords = {journalnumberdate} +} + +@ARTICLE{Hofer:2006, + author = {Hofer, Hermann}, + title = {Der Schrei der Verwundeten}, + subtitle = {Erschütternd: Gerhart + Hauptmanns \enquote{Rose Bernd} am Hamburger Thalia Theater}, + journal = {Lübecker Nachrichten}, + date = {2006-03-14}, + keywords = {journalnumberdate} +} +@ARTICLE{Kammerhoff:2006, + author = {Kammerhoff, Heiko}, + title = {Rose Bernd}, + journal = {Szene Hamburg}, + date = {2006-04}, + keywords = {journalnumberdate} +} + +@ARTICLE{Fingiert:1939h, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + pages = {2}, + date = {1939}, + keywords = {journalnumberdate}} + +@BOOK{Wulfstan:Homilies, + author = {{Wulfstan von York}}, + title = {The homilies of Wulfstan}, + location = {London}, + publisher = {Sandpiper Books}, + date = {1998}, + editor = {Bethurum, Dorothy}, + hyphenation = {british}, + isbn = {0-19-811101-0}, + options = {oldauthor=true,pseudoauthor=true}, + origlocation = {Oxford}, + origdate = {1957}, + annotation = {Eine Edition von Predigten eines mittelalterlichen Autors. Man beachte das Feld + \texttt{options} sowie die Felder \texttt{isbn}, \texttt{origlocation} und \texttt{origdate}.} +} diff --git a/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-footnote-dw.pdf b/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-footnote-dw.pdf Binary files differnew file mode 100644 index 00000000000..3247a8e6fa9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-footnote-dw.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-footnote-dw.tex b/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-footnote-dw.tex new file mode 100644 index 00000000000..37a6e6ff79c --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-footnote-dw.tex @@ -0,0 +1,167 @@ +% v 1.3 +% This file presents the `footnote-dw' style +% +\documentclass[a4paper]{article} +\usepackage[T1]{fontenc} +\usepackage[latin9]{inputenc} +\usepackage[ngerman]{babel} +\usepackage[babel]{csquotes} +\usepackage[ + style=footnote-dw, +%% biblatex-dw-Optionen %%% + %acronyms=true, + annotation=true, + %citedas=false, + %edbyidem=false, + %editorstring=normal,%brackets, + %edstringincitations=false, + %edsuper=true, + %firstfullname=true, + %firstnamefont=smallcaps,%italic,%bold, + %herename=false, + %ibidemfont=smallcaps,%italic,%bold, + %idembib=false, + %idembibformat=dash, + %idemfont=smallcaps,%italic,%bold, + %journalnumber=afteryear,%date,%standard + library=true, + %namefont=smallcaps,%italic,%bold, + %nolocation=true, + %nopublisher=false, + %oldauthor=false, + %omiteditor=true, + %omitpages=true, + %origfields=false, + %origfieldsformat=parens,%brackets,%punct, + %pageref=true, + %pagetotal=true, + %pseudoauthor=false, + %series=afteryear, + %shorthandibid=false, + %shorthandwidth=40pt,%3em, + %shortjournal=true, + %terselos=false, + %xref=true, +%% biblatex-Optionen %%% + %autocite=plain, + %citetracker=false, + %doi=true, + %eprint=true, + %ibidtracker=false, + %idemtracker=false, + %isbn=true, + %pagetracker=false, + hyperref +]{biblatex} +\usepackage{hyperref} +\bibliography{de-examples-dw} +% Some generic settings: +\newcommand{\cmd}[1]{\texttt{\textbackslash #1}} +\usepackage{xcolor} +\newcommand{\option}[1]{\textcolor{red}{#1}} +\setlength{\parindent}{0pt} +\begin{document} + +\section*{Der Stil \texttt{footnote-dw}} + +\subsection*{\cmd{cite}-Beispiele} + +\cite{aristotle:rhetoric} + +\cite[59]{aristotle:rhetoric} + +\footnote{\cite[Siehe][]{springer}} + +\footnote{\cite[Siehe][92--95]{springer}} + +\subsection*{\cmd{parencite}-Beispiele} + +Dies ist nur Fülltext \parencite{aristotle:rhetoric}. + +Dies ist nur Fülltext \parencite[59]{aristotle:rhetoric}. + +\footnote{Dies ist nur Fülltext \parencite[Siehe][]{springer}.} + +\footnote{Dies ist nur Fülltext \parencite[Siehe][92--95]{springer}.} + +\subsection*{\cmd{citeauthor}- und \cmd{parencite*}-Beispiele} + +\citeauthor{aristotle:rhetoric} zeigt, dass dies nur Fülltext +ist \parencite*{aristotle:rhetoric}. + +\citeauthor{aristotle:rhetoric} zeigt, dass dies nur Fülltext +ist \parencite*[59]{aristotle:rhetoric}. + +\footnote{\citeauthor{springer} zeigt, dass dies nur Fülltext +ist \parencite*[Siehe][]{springer}.} + +\footnote{\citeauthor{springer} zeigt, dass dies nur Fülltext +ist \parencite*[Siehe][92--95]{springer}.} + +\subsection*{\cmd{footcite}-Beispiele} + +Dies ist nur Fülltext. \footcite{aristotle:rhetoric} + +Dies ist nur Fülltext. \footcite[59]{aristotle:rhetoric} + +\footnote{Dies ist nur Fülltext. \footcite[Siehe][]{springer}} + +\footnote{Dies ist nur Fülltext. \footcite[Siehe][92--95]{springer}} + +\subsection*{\cmd{textcite}-Beispiele} + +\textcite{aristotle:rhetoric} zeigt, dass dies nur Fülltext ist. + +\textcite[59]{aristotle:rhetoric} zeigt, dass dies nur Fülltext ist. + +\footnote{\textcite[Siehe][]{springer} für mehr Fülltext.} + +\footnote{\textcite[Siehe][92--95]{springer} für mehr Fülltext.} + +\subsection*{\cmd{autocite}-Beispiele} + +Dies ist nur Fülltext \autocite{springer}. + +\subsection*{Mehrere Zitate} + +\cite{aristotle:rhetoric,aristotle:physics,aristotle:poetics} + +\subsection*{Shorthand-Beispiele} + +\cite{Annales-Quedlinburgenses} + +\cite[25]{kant:kpv} + +\cite[noch einmal]{kant:kpv} + +\cite{Annales-Quedlinburgenses} + +\subsection*{\cmd{fullcite}-Beispiele} + +Dies ist nur Fülltext. \fullcite{aristotle:rhetoric} + +Dies ist nur Fülltext. \fullcite[59]{aristotle:rhetoric} + +\footnote{Dies ist nur Fülltext. \fullcite[Siehe][]{springer}} + +\footnote{Dies ist nur Fülltext. \fullcite[Siehe][92--95]{springer}} + +\subsection*{\cmd{footfullcite}-Beispiele} + +Dies ist nur Fülltext. \footfullcite{aristotle:rhetoric} + +Dies ist nur Fülltext. \footfullcite[59]{aristotle:rhetoric} + +\footnote{Dies ist nur Fülltext. \footfullcite[Siehe][]{springer}} + +\footnote{Dies ist nur Fülltext. \footfullcite[Siehe][92--95]{springer}} + +\clearpage + +\printshorthands + +\nocite{*} +\printbibliography[notkeyword=journalnumberdate] + + +\end{document} diff --git a/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-authortitle-dw.pdf b/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-authortitle-dw.pdf Binary files differnew file mode 100644 index 00000000000..9bfc76e762f --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-authortitle-dw.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-authortitle-dw.tex b/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-authortitle-dw.tex new file mode 100644 index 00000000000..fe78deb9383 --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-authortitle-dw.tex @@ -0,0 +1,163 @@ +% v 1.3 +% This file presents the `authortitle-dw' style +% +\documentclass[a4paper]{article} +\usepackage[T1]{fontenc} +\usepackage[british]{babel} +\usepackage[babel]{csquotes} +\usepackage[ + style=authortitle-dw, +%%% biblatex-dw options %%% + %acronyms=true, + annotation=true, + %citedas=false, + %edbyidem=false, + %editorstring=normal,%brackets, + %edstringincitations=false, + %edsuper=true, + %firstfull=true, + %firstfullname=true, + %firstnamefont=smallcaps,%italic,%bold, + %herename=false, + %ibidemfont=smallcaps,%italic,%bold, + %idembib=false, + %idembibformat=dash, + %idemfont=smallcaps,%italic,%bold, + %journalnumber=afteryear,%date,%standard + library=true, + %namefont=smallcaps,%italic,%bold, + %nolocation=true, + %nopublisher=false, + %oldauthor=false, + %omiteditor=true, + %omitpages=true, + %origfields=false, + %origfieldsformat=parens,%brackets,%punct, + %pagetotal=true, + %pseudoauthor=false, + %series=afteryear, + %shorthandibid=false, + %shorthandwidth=40pt,%3em, + %shortjournal=true, + %terselos=false, + %xref=true, +%% biblatex options %%% + %autocite=plain, + %citetracker=false, + %doi=true, + %eprint=true, + %ibidtracker=false, + %idemtracker=false, + %isbn=true, + %pagetracker=false, + hyperref +]{biblatex} +\usepackage{hyperref} +\bibliography{examples-dw} +% Some generic settings: +\newcommand{\cmd}[1]{\texttt{\textbackslash #1}} +\usepackage{xcolor} +\newcommand{\option}[1]{\textcolor{red}{#1}} +\setlength{\parindent}{0pt} +\begin{document} + +\section*{The \texttt{authortitle-dw} style} + +\subsection*{\cmd{cite} examples} + +\cite{aristotle:rhetoric} + +\cite[59]{aristotle:rhetoric} + +\cite[See][]{springer} + +\cite[See][59--63]{springer} + +\subsection*{\cmd{parencite} examples} + +This is just filler text \parencite{aristotle:rhetoric}. + +This is just filler text \parencite[59]{aristotle:rhetoric}. + +This is just filler text \parencite[See][]{springer}. + +This is just filler text \parencite[See][59--63]{springer}. + +\subsection*{\cmd{citeauthor} and \cmd{parencite*} examples} + +\citeauthor{aristotle:rhetoric} shows that this is just filler +text \parencite*{aristotle:rhetoric}. + +\citeauthor{aristotle:rhetoric} shows that this is just filler +text \parencite*[59]{aristotle:rhetoric}. + +\citeauthor{springer} shows that this is just filler +text \parencite*[See][]{springer}. + +\citeauthor{springer} shows that this is just filler +text \parencite*[See][59--63]{springer}. + +\subsection*{\cmd{footcite} examples} + +This is just filler text.\footcite{aristotle:rhetoric} + +This is just filler text.\footcite[59]{aristotle:rhetoric} + +This is just filler text.\footcite[See][]{springer} + +This is just filler text.\footcite[See][59--63]{springer} + +\subsection*{\cmd{textcite} examples} + +\textcite{aristotle:rhetoric} shows that this is just filler text. + +\textcite[59]{aristotle:rhetoric} shows that this is just filler text. + +\textcite[See][]{springer} for more filler text. + +\textcite[See][59--63]{springer} for more filler text. + +\subsection*{\cmd{autocite} examples} + +This is just filler text \autocite{springer}. + +\subsection*{Multiple citations} + +\cite{aristotle:rhetoric,aristotle:physics,aristotle:poetics} + +\subsection*{Shorthand examples} + +\cite{kant:kpv} + +\cite[again]{kant:kpv} + +\cite{kant:ku} + +\subsection*{\cmd{fullcite} examples} + +This is just filler text. \fullcite{aristotle:rhetoric} + +This is just filler text. \fullcite[59]{aristotle:rhetoric} + +This is just filler text. \fullcite[See][]{springer} + +This is just filler text. \fullcite[See][92--95]{springer} + +\subsection*{\cmd{footfullcite} examples} + +This is just filler text. \footfullcite{aristotle:rhetoric} + +This is just filler text. \footfullcite[59]{aristotle:rhetoric} + +This is just filler text. \footfullcite[See][]{springer} + +This is just filler text. \footfullcite[See][92--95]{springer} + +\clearpage + +\printshorthands + +\nocite{*} +\printbibliography[notkeyword=journalnumberdate] + +\end{document} diff --git a/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-footnote-dw.pdf b/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-footnote-dw.pdf Binary files differnew file mode 100644 index 00000000000..0d4f17b9f1d --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-footnote-dw.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-footnote-dw.tex b/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-footnote-dw.tex new file mode 100644 index 00000000000..0d45af6b97f --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-footnote-dw.tex @@ -0,0 +1,165 @@ +% v 1.3 +% This file presents the `footnote-dw' style +% +\documentclass[a4paper]{article} +\usepackage[T1]{fontenc} +\usepackage[british]{babel} +\usepackage[babel]{csquotes} +\usepackage[ + style=footnote-dw, +%%% biblatex-dw options %%% + %acronyms=true, + annotation=true, + %citedas=false, + %edbyidem=false, + %editorstring=normal,%brackets, + %edstringincitations=false, + %edsuper=true, + %firstfullname=true, + %firstnamefont=smallcaps,%italic,%bold, + %herename=false, + %ibidemfont=smallcaps,%italic,%bold, + %idembib=false, + %idembibformat=dash, + %idemfont=smallcaps,%italic,%bold, + %journalnumber=afteryear,%date,%standard + library=true, + %namefont=smallcaps,%italic,%bold, + %nolocation=true, + %nopublisher=false, + %oldauthor=false, + %omiteditor=true, + %omitpages=true, + %origfields=false, + %origfieldsformat=parens,%brackets,%punct, + %pageref=true, + %pagetotal=true, + %pseudoauthor=false, + %series=afteryear, + %shorthandibid=false, + %shorthandwidth=40pt,%3em, + %shortjournal=true, + %terselos=false, + %xref=true, +%% biblatex options %%% + %autocite=plain, + %citetracker=false, + %doi=true, + %eprint=true, + %ibidtracker=false, + %idemtracker=false, + %isbn=true, + %pagetracker=false, + hyperref +]{biblatex} +\usepackage{hyperref} +\bibliography{examples-dw} +% Some generic settings: +\newcommand{\cmd}[1]{\texttt{\textbackslash #1}} +\usepackage{xcolor} +\newcommand{\option}[1]{\textcolor{red}{#1}} +\setlength{\parindent}{0pt} +\begin{document} + +\section*{The \texttt{footnote-dw} style} + +\subsection*{\cmd{cite} examples} + +\cite{aristotle:rhetoric} + +\cite[59]{aristotle:rhetoric} + +\footnote{\cite[See][]{springer}} + +\footnote{\cite[See][59--63]{springer}} + +\subsection*{\cmd{parencite} examples} + +This is just filler text \parencite{aristotle:rhetoric}. + +This is just filler text \parencite[59]{aristotle:rhetoric}. + +\footnote{This is just filler text \parencite[See][]{springer}.} + +\footnote{This is just filler text \parencite[See][59--63]{springer}.} + +\subsection*{\cmd{citeauthor} and \cmd{parencite*} examples} + +\citeauthor{aristotle:rhetoric} shows that this is just filler +text \parencite*{aristotle:rhetoric}. + +\citeauthor{aristotle:rhetoric} shows that this is just filler +text \parencite*[59]{aristotle:rhetoric}. + +\footnote{\citeauthor{springer} shows that this is just filler +text \parencite*[See][]{springer}.} + +\footnote{\citeauthor{springer} shows that this is just filler +text \parencite*[See][59--63]{springer}.} + +\subsection*{\cmd{footcite} examples} + +This is just filler text. \footcite{aristotle:rhetoric} + +This is just filler text. \footcite[59]{aristotle:rhetoric} + +\footnote{This is just filler text. \footcite[See][]{springer}} + +\footnote{This is just filler text. \footcite[See][59--63]{springer}} + +\subsection*{\cmd{textcite} examples} + +\textcite{aristotle:rhetoric} shows that this is just filler text. + +\textcite[59]{aristotle:rhetoric} shows that this is just filler text. + +\footnote{\textcite[See][]{springer} for more filler text.} + +\footnote{\textcite[See][59--63]{springer} for more filler text.} + +\subsection*{\cmd{autocite} examples} + +This is just filler text \autocite{springer}. + +\subsection*{Multiple citations} + +\cite{aristotle:rhetoric,aristotle:physics,aristotle:poetics} + +\subsection*{Shorthand examples} + +\cite{Annales-Quedlinburgenses} + +\cite[25]{kant:kpv} + +\cite[again]{kant:kpv} + +\cite{Annales-Quedlinburgenses} + +\subsection*{\cmd{fullcite} examples} + +This is just filler text. \fullcite{aristotle:rhetoric} + +This is just filler text. \fullcite[59]{aristotle:rhetoric} + +\footnote{This is just filler text. \fullcite[See][]{springer}.} + +\footnote{This is just filler text. \fullcite[See][92--95]{springer}.} + +\subsection*{\cmd{footfullcite} examples} + +This is just filler text. \footfullcite{aristotle:rhetoric} + +This is just filler text. \footfullcite[59]{aristotle:rhetoric} + +\footnote{This is just filler text. \footfullcite[See][]{springer}.} + +\footnote{This is just filler text. \footfullcite[See][92--95]{springer}.} + +\clearpage + +\printshorthands + +\nocite{*} +\printbibliography[notkeyword=journalnumberdate] + +\end{document} diff --git a/Master/texmf-dist/doc/latex/biblatex-dw/examples/examples-dw.bib b/Master/texmf-dist/doc/latex/biblatex-dw/examples/examples-dw.bib new file mode 100644 index 00000000000..34b161729ed --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-dw/examples/examples-dw.bib @@ -0,0 +1,781 @@ +@PREAMBLE{ "\providecommand*{\BibTeX}{Bib\TeX} " } +@STRING{cup = "Cambridge University Press" } +@STRING{dtv = "Deutscher Taschenbuch-Verlag" } + +@Article{angenendt, + hyphenation = {german}, + author = {Angenendt, Arnold}, + indextitle = {In Honore Salvatoris}, + title = {In Honore Salvatoris~-- Vom Sinn und Unsinn der Patrozinienkunde}, + shorttitle = {In Honore Salvatoris}, + journaltitle = {Revue d'Histoire Eccl{\'e}siastique}, + volume = {97}, + date = {2002}, + pages = {431--456, 791--823}, + annotation = {A German article in a French journal. Apart from that, a typical + \texttt{article} entry. Note the \texttt{indextitle}, \texttt{library}, \texttt{shortjournal} + and \texttt{options} fields}, + shortjournal = {RHE}, + options = {acronym=true}, + library = {Here is room for some notes regarding the library in which the work is available} +} + +@Article{springer, + hyphenation = {british}, + author = {Springer, Otto}, + title = {Mediaeval Pilgrim Routes from Scandinavia to Rome}, + shorttitle = {Mediaeval Pilgrim Routes}, + journaltitle = {Mediaeval Studies}, + volume = {12}, + date = {1950}, + pages = {92--122}, + annotation = {A plain \texttt{article} entry. Note the field \texttt{shortjournal}.}, + shortjournal = {Med.\ Stud\adddot} +} + +@Book{aristotle:anima, + keywords = {primary}, + hyphenation = {british}, + author = {Aristotle}, + options = {oldauthor}, + editor = {Hicks, Robert Drew}, + title = {De Anima}, + publisher = cup, + location = {Cambridge}, + date = {1907}, + annotation = {A \texttt{book} entry with an \texttt{author} and an \texttt{editor}} +} + +@Book{aristotle:physics, + keywords = {primary}, + hyphenation = {american}, + author = {Aristotle}, + options = {oldauthor}, + translator = {Wicksteed, P. H. and Cornford, F. M.}, + title = {Physics}, + shorttitle = {Physics}, + publisher = {G. P. Putnam}, + location = {New York}, + date = {1929}, + annotation = {A \texttt{book} entry with a \texttt{translator} field} +} + +@Book{aristotle:poetics, + keywords = {primary}, + hyphenation = {british}, + author = {Aristotle}, + options = {oldauthor}, + editor = {Lucas, D. W.}, + title = {Poetics}, + shorttitle = {Poetics}, + series = {Clarendon Aristotle}, + publisher = {Clarendon Press}, + location = {Oxford}, + date = {1968}, + annotation = {A \texttt{book} entry with an \texttt{author} and an \texttt{editor} as well as + a \texttt{series} field} +} + +@Book{aristotle:rhetoric, + keywords = {primary}, + hyphenation = {british}, + author = {Aristotle}, + options = {oldauthor}, + editor = {Cope, Edward Meredith}, + commentator = {Cope, Edward Meredith}, + sorttitle = {Rhetoric of Aristotle}, + indextitle = {Rhetoric of Aristotle, The}, + title = {The Rhetoric of Aristotle with a commentary by the late Edward Meredith Cope}, + shorttitle = {Rhetoric}, + volumes = {3}, + publisher = cup, + date = {1877}, + annotation = {A commented edition. Note the concatenation of the \texttt{editor} and + \texttt{commentator} fields as well as the \texttt{volumes}, \texttt{sorttitle}, + and \texttt{indextitle} fields} +} + +@Book{averroes/bland, + keywords = {primary}, + hyphenation = {american}, + author = {Averroes}, + options = {oldauthor}, + editor = {Bland, Kalman P.}, + translator = {Bland, Kalman P.}, + indextitle = {Epistle on the Possibility of Conjunction, The}, + title = {The Epistle on the Possibility of Conjunction with the Active Intellect by Ibn + Rushd with the Commentary of Moses Narboni}, + shorttitle = {Possibility of Conjunction}, + series = {Moreshet Studies in Jewish History, Literature and Thought}, + number = {7}, + publisher = {Jewish Theological Seminary of America}, + location = {New York}, + date = {1982}, + annotation = {A \texttt{book} entry with a \texttt{series} and a \texttt{number}. Note the + concatenation of the \texttt{editor} and \texttt{translator} fields as well as + the \texttt{indextitle} field} +} + +@Book{averroes/hannes, + keywords = {primary}, + hyphenation = {german}, + author = {Averroes}, + options = {oldauthor}, + editor = {Hannes, Ludwig}, + translator = {Hannes, Ludwig}, + annotator = {Hannes, Ludwig}, + sorttitle = {Uber die Moglichkeit der Conjunktion}, + indexsorttitle = {Uber die Moglichkeit der Conjunktion}, + indextitle = {{\"U}ber die M{\"o}glichkeit der Conjunktion}, + title = {Des Averro{\"e}s Abhandlung: \enquote{{\"U}ber die M{\"o}glichkeit der + Conjunktion} oder \enquote{{\"U}ber den materiellen Intellekt}}, + shorttitle = {M{\"o}glichkeit der Conjunktion}, + publisher = {C.~A. Kaemmerer}, + location = {Halle an der Saale}, + date = {1892}, + annotation = {An annotated edition. Note the concatenation of the \texttt{editor}, + \texttt{translator}, and \texttt{annotator} fields. Also note the + \texttt{shorttitle}, \texttt{indextitle}, \texttt{sorttitle}, and + \texttt{indexsorttitle} fields} +} + +@Book{averroes/hercz, + keywords = {primary}, + hyphenation = {german}, + author = {Averroes}, + options = {oldauthor}, + editor = {Hercz, J.}, + translator = {Hercz, J.}, + indexsorttitle = {Drei Abhandlungen uber die Conjunction}, + indextitle = {Drei Abhandlungen {\"u}ber die Conjunction}, + title = {Drei Abhandlungen {\"u}ber die Conjunction des separaten Intellects mit dem + Menschen}, + subtitle = {Von Averroes (Vater und Sohn), aus dem Arabischen {\"u}bersetzt von Samuel Ibn + Tibbon}, + shorttitle = {Drei Abhandlungen}, + publisher = {S.~Hermann}, + location = {Berlin}, + date = {1869}, + annotation = {A \texttt{book} entry. Note the concatenation of the \texttt{editor} and + \texttt{translator} fields as well as the \texttt{indextitle} and + \texttt{indexsorttitle} fields} +} + +@Book{cicero, + hyphenation = {german}, + author = {Cicero, Marcus Tullius}, + editor = {Blank-Sangmeister, Ursula}, + translator = {Blank-Sangmeister, Ursula}, + afterword = {Thraede, Klaus}, + indextitle = {De natura deorum}, + title = {De natura deorum. {\"U}ber das Wesen der G{\"o}tter}, + shorttitle = {De natura deorum}, + language = {langlatin and langgerman}, + publisher = {Reclam}, + location = {Stuttgart}, + date = {1995}, + annotation = {A bilingual edition of Cicero's \emph{De natura deorum}, with a German + translation. Note the format of the \texttt{language} field in the database + file, the concatenation of the \texttt{editor} and \texttt{translator} fields, + and the \texttt{afterword} field} +} + +@Article{duggan, + author = {Duggan, Anne J.}, + title = {The Lorv\~ao transcription of Benedict of Peterborough's \emph{Liber + miraculorum beati Thome}: Lisbon, Cod.~Alcobaça CCXC/143}, + shorttitle = {The Lorv\~ao transcription}, + journal = {Scriptorium}, + volume = {51}, + date = {1997}, + pages = {51-68}, + gender = {sf}, + number = {1}, + hyphenation = {english}, + annotation = {A typical \texttt{article} entry. Note the field + \texttt{number}.}, +} + +@Book{iliad, + hyphenation = {german}, + author = {Homer}, + translator = {Schadewaldt, Wolfgang}, + introduction = {Latacz, Joachim}, + sorttitle = {Ilias}, + indextitle = {Ilias, Die}, + title = {Die Ilias}, + shorttitle = {Ilias}, + edition = {3}, + publisher = {Artemis \& Winkler}, + location = {D{\"u}sseldorf and Z{\"u}rich}, + date = {2004}, + annotation = {A German translation of the \emph{Iliad}. Note the \texttt{translator} and + \texttt{introduction} fields and the format of the \texttt{location} field in + the database file. Also note the \texttt{sorttitle} and \texttt{indextitle} fields} +} + +@Book{nietzsche:ksa, + hyphenation = {german}, + sortyear = {1988-00-000}, + author = {Nietzsche, Friedrich}, + editor = {Colli, Giorgio and Montinari, Mazzino}, + sorttitle = {Werke-00-000}, + indexsorttitle = {Samtliche Werke}, + title = {S{\"a}mtliche Werke}, + subtitle = {Kritische Studienausgabe}, + volumes = {15}, + edition = {2}, + publisher = dtv # { and Walter de Gruyter}, + location = {M{\"u}nchen and Berlin and New York}, + date = {1988}, + annotation = {The critical edition of Nietzsche's works. This is a \texttt{book} entry + referring to a 15-volume work as a whole. Note the \texttt{volumes} field and + the format of the \texttt{publisher} and \texttt{location} fields in the + database file. Also note the \texttt{sorttitle} and \texttt{sortyear} fields + which are used to fine-tune the sorting order of the bibliography. We want this + item listed first in the bibliography} +} + +@Book{nietzsche:ksa1, + hyphenation = {german}, + sortyear = {1988-01-000}, + author = {Nietzsche, Friedrich}, + bookauthor = {Nietzsche, Friedrich}, + editor = {Colli, Giorgio and Montinari, Mazzino}, + sorttitle = {Werke-01-000}, + indexsorttitle = {Samtliche Werke I}, + indextitle = {S{\"a}mtliche Werke I}, + title = {Die Geburt der Trag{\"o}die. Unzeitgem{\"a}{\ss}e Betrachtungen I--IV. + Nachgelassene Schriften 1870--1973}, + shorttitle = {S{\"a}mtliche Werke I}, + maintitle = {S{\"a}mtliche Werke}, + mainsubtitle = {Kritische Studienausgabe}, + volume = {1}, + edition = {2}, + publisher = dtv # { and Walter de Gruyter}, + location = {M{\"u}nchen and Berlin and New York}, + date = {1988}, + annotation = {A single volume from the critical edition of Nietzsche's works. This + \texttt{book} entry explicitly refers to the first volume only. Note the + \texttt{title} and \texttt{maintitle} fields. Also note the \texttt{sorttitle} + and \texttt{sortyear} fields. We want this entry to be listed after the entry + referring to the entire edition} +} + +@Book{vazques-de-parga, + hyphenation = {spanish}, + author = {V{\'a}zques{ de }Parga, Luis and Lacarra, Jos{\'e} Mar{\'i}a and Ur{\'i}a + R{\'i}u, Juan}, + sorttitle = {Peregrinaciones a Santiago de Compostela}, + indextitle = {Peregrinaciones a Santiago de Compostela, Las}, + title = {Las Peregrinaciones a Santiago de Compostela}, + shorttitle = {Peregrinaciones}, + volumes = {3}, + publisher = {Iberdrola}, + location = {Pamplona}, + date = {1993}, + note = {Ed. facs. de la realizada en 1948--49}, + annotation = {A multivolume book cited as a whole. This is a \texttt{book} entry with + \texttt{volumes}, \texttt{note}, \texttt{sorttitle}, and \texttt{indextitle} fields} +} + +@Collection{britannica, + options = {useeditor=false}, + label = {EB}, + hyphenation = {british}, + editor = {Preece, Warren E.}, + sorttitle = {Encyclop{\ae}dia Britannica}, + indextitle = {Encyclop{\ae}dia Britannica, The New}, + title = {The New Encyclop{\ae}dia Britannica}, + volumes = {32}, + edition = {15}, + publisher = {Encyclop{\ae}dia Britannica}, + location = {Chicago, Ill.}, + date = {2003}, + annotation = {This is a \texttt{collection} entry for an encyclopedia. Note the + \texttt{useeditor} option in the \texttt{options} field as well as the + \texttt{sorttitle} field. We want this entry to be cited and alphabetized by + title even though there is an editor. In addition to that, we want the title to + be alphabetized under \enquote*{E} rather than \enquote*{T}. Also note the + \texttt{label} field which is provided for author-year citation styles} +} + +@Collection{jaffe, + editor = {Jaff{\'e}, Philipp}, + editora = {Loewenfeld, Samuel and Kaltenbrunner, Ferdinand and Ewald, Paul}, + editoratype = {redactor}, + title = {Regesta Pontificum Romanorum ab condita ecclesia ad annum post Christum natum + \textsc{mcxcviii}}, + shorttitle = {Regesta Pontificum Romanorum}, + volumes = {2}, + edition = {2}, + location = {Leipzig}, + date = {1885/1888}, + annotation = {A \texttt{collection} entry with \texttt{edition} and \texttt{volumes} fields. + Note the \texttt{editora}, \texttt{editoratype} and \texttt{library} fields}, + library = {Library: Shelfmark} +} + +@InBook{kant:kpv, + shorthand = {KpV}, + hyphenation = {german}, + author = {Kant, Immanuel}, + bookauthor = {Kant, Immanuel}, + title = {Kritik der praktischen Vernunft}, + shorttitle = {Kritik der praktischen Vernunft}, + booktitle = {Kritik der praktischen Vernunft. Kritik der Urtheilskraft}, + maintitle = {Kants Werke. Akademie Textausgabe}, + volume = {5}, + publisher = {Walter de Gruyter}, + location = {Berlin}, + date = {1968}, + pages = {1--163}, + annotation = {An edition of Kant's \emph{Collected Works}, volume five. This is an + \texttt{inbook} entry which explicitly refers to the \emph{Critique of Practical + Reason} only, not to the entire fifth volume. Note the \texttt{author} and + \texttt{bookauthor} fields in the database file. By default, the + \texttt{bookauthor} is omitted if the values of the \texttt{author} and + \texttt{bookauthor} fields are identical} +} + +@InBook{kant:ku, + shorthand = {KU}, + hyphenation = {german}, + author = {Kant, Immanuel}, + bookauthor = {Kant, Immanuel}, + title = {Kritik der Urtheilskraft}, + booktitle = {Kritik der praktischen Vernunft. Kritik der Urtheilskraft}, + maintitle = {Kants Werke. Akademie Textausgabe}, + volume = {5}, + publisher = {Walter de Gruyter}, + location = {Berlin}, + date = {1968}, + pages = {165--485}, + annotation = {An edition of Kant's \emph{Collected Works}, volume five. This is an + \texttt{inbook} entry which explicitly refers to the \emph{Critique of Judgment} + only, not to the entire fifth volume} +} + +@InBook{nietzsche:historie, + hyphenation = {german}, + sortyear = {1988-01-243}, + author = {Nietzsche, Friedrich}, + bookauthor = {Nietzsche, Friedrich}, + editor = {Colli, Giorgio and Montinari, Mazzino}, + sorttitle = {Werke-01-243}, + indexsorttitle = {Vom Nutzen und Nachtheil der Historie fur das Leben}, + indextitle = {Vom Nutzen und Nachtheil der Historie f{\"u}r das Leben}, + title = {Unzeitgem{\"a}sse Betrachtungen. Zweites St{\"u}ck}, + subtitle = {Vom Nutzen und Nachtheil der Historie f{\"u}r das Leben}, + shorttitle = {Vom Nutzen und Nachtheil der Historie}, + booktitle = {Die Geburt der Trag{\"o}die. Unzeitgem{\"a}{\ss}e Betrachtungen I--IV. + Nachgelassene Schriften 1870--1973}, + maintitle = {S{\"a}mtliche Werke}, + mainsubtitle = {Kritische Studienausgabe}, + volume = {1}, + publisher = dtv # { and Walter de Gruyter}, + location = {M{\"u}nchen and Berlin and New York}, + date = {1988}, + pages = {243--334}, + annotation = {A single essay from the critical edition of Nietzsche's works. This + \texttt{inbook} entry explicitly refers to an essay found in the first volume. + Note the \texttt{title}, \texttt{booktitle}, and \texttt{maintitle} fields. Also + note the \texttt{sorttitle} and \texttt{sortyear} fields. We want this entry to + be listed after the entry referring to the entire first volume} +} + +@InCollection{brandt, + options = {useprefix=false}, + hyphenation = {german}, + author = {von Brandt, Ahasver and Erich Hoffmann}, + editor = {Ferdinand Seibt}, + indexsorttitle = {Nordischen Lander von der Mitte des 11. Jahrhunderts bis 1448}, + indextitle = {Nordischen L{\"a}nder von der Mitte des 11.~Jahrhunderts bis 1448, Die}, + title = {Die nordischen L{\"a}nder von der Mitte des 11.~Jahrhunderts bis 1448}, + shorttitle = {Die nordischen L{\"a}nder}, + booktitle = {Europa im Hoch- und Sp{\"a}tmittelalter}, + series = {Handbuch der europ{\"a}ischen Geschichte}, + number = {2}, + publisher = {Klett-Cotta}, + location = {Stuttgart}, + date = {1987}, + pages = {884--917}, + annotation = {An \texttt{incollection} entry with a \texttt{series} and a \texttt{number}. + Note the format of the printed name and compare the \texttt{useprefix} option in + the \texttt{options} field. Also + note the \texttt{indextitle, and \texttt{indexsorttitle} fields}} +} + +@Online{ctan, + label = {CTAN}, + hyphenation = {american}, + title = {CTAN}, + subtitle = {The Comprehensive \TeX\ Archive Network}, + date = {2006}, + url = {http://www.ctan.org}, + urldate = {2006-10-01}, + annotation = {This is an \texttt{online} entry. The \textsc{url}, which is given in the + \texttt{url} field, is transformed into a clickable link if \texttt{hyperref} + support has been enabled. Note the format of the \texttt{urldate} field + (\texttt{yyyy-mm-dd}) in the database file. + Also note the \texttt{label} field which may be used as a fallback by citation + styles which need an \texttt{author} and\slash or a \texttt{year}} +} + +@Online{markey, + hyphenation = {american}, + author = {Markey, Nicolas}, + sorttitle = {Tame the Beast}, + title = {Tame the BeaST}, + subtitle = {The B to X of \BibTeX}, + version = {1.3}, + date = {2005-10-16}, + url = {http://tug.ctan.org/tex-archive/info/bibtex/tamethebeast/ttb_en.pdf}, + urldate = {2006-10-01}, + annotation = {An \texttt{online} entry for a tutorial. Note the format of the \texttt{date} + field (\texttt{yyyy-mm-dd}) in the database file.} +} + +@Thesis{geer, + hyphenation = {british}, + author = {de Geer, Ingrid}, + title = {Earl, Saint, Bishop, Skald~-- and Music}, + subtitle = {The Orkney Earldom of the Twelfth Century. A Musicological Study}, + institution = {Uppsala Universitet}, + type = {phdthesis}, + location = {Uppsala}, + date = {1985}, + annotation = {This is a typical \texttt{thesis} entry for a PhD thesis. Note the + \texttt{type} field in the database file which uses a localization key.} +} + +@COLLECTION{Annales-Quedlinburgenses, + editor = {Giese, Martina}, + title = {Die Annales Quedlinburgenses}, + shorttitle = {Annales Quedlinburgenses}, + location = {Hannover}, + date = {2004}, + annotation = {A \texttt{collection} entry. Note the \texttt{shorthand} field and compare + the List of Shorthands. Not also the \texttt{citedas} option in the \texttt{options} + field}, + gender = {sf}, + series = {MGH. Scriptores rerum Germanicarum in usum scholarum separatim editi}, + number = {72}, + file = {dMGH:http\://www.dmgh.de/dmghband.html?bsbbandname=00000719&frameaction=bandansicht:URL}, + keywords = {Quelle, Deutsches Reich, 10. Jahrhundert, 11. Jahrhundert}, + shorthand = {Annales Quedlinburgenses}, + options = {citedas=false} +} + +@BOOK{Meisen1931, + author = {Meisen, Karl}, + title = {Nikolauskult und Nikolausbrauch im Abendlande}, + shorttitle = {Nikolauskult}, + subtitle = {Eine kultgeographisch-volkskundliche Untersuchung}, + origlocation = {Düsseldorf}, + origdate = {1931}, + annotation = {A \texttt{book} entry. Note the \texttt{origdate} and \texttt{origlocation} + fields and the \enquote*{reprint} output}, + gender = {sm}, + series = {Forschungen zur Volkskunde}, + number = {9--12}, + location = {Düsseldorf}, + date = {1981} +} + + +@ARTICLE{Fingiert:1939, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + volume = {91}, + number = {65}, + issue = {Morgen-Ausg\adddot}, + pages = {2}, + date = {1939-03-06}, + keywords = {journalnumberdate} +} +@ARTICLE{Fingiert:1939a, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + volume = {91}, + number = {65}, + issue = {Morgen-Ausg\adddot}, + pages = {2}, + date = {1939-03}, + keywords = {journalnumberdate}} + +@ARTICLE{Gerstmann:2007a, + author = {Gerstmann, Günter}, + title = {Gerhart Hauptmann-Aktivitäten in Hohenhaus}, + journal = {Schlesischer Kulturspiegel}, + date = {2007}, + volume = {42}, + number = {1}, + pages = {13}, + issue = {Januar--März}, + keywords = {journalnumberdate}, +} + +@ARTICLE{GMG:1939, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + volume = {91}, + number = {65}, + pages = {2}, + date = {1939-03-06}, + keywords = {journalnumberdate}, +} +@ARTICLE{Guilford:1950, + author = {Guilford, J[oy] P[aul]}, + title = {Creativity}, + journal = {The American Psychologist}, + date = {1950-09}, + volume = {5}, + number = {9}, + pages = {444--454}, + keywords = {journalnumberdate} +} +@ARTICLE{Page:1997, + author = {Page, Penny Booth}, + title = {E.\,M. Jellinek and the evolution of alcohol studies}, + subtitle = {A critical essay}, + journal = {Addiction}, + date = {1997}, + volume = {92}, + number = {12}, + pages = {1619-1637}, + keywords = {journalnumberdate} +} +@ARTICLE{Fingiert:1939b, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + number = {65}, + issue = {Morgen-Ausg\adddot}, + pages = {2}, + date = {1939-03-06}, + keywords = {journalnumberdate} +} +@ARTICLE{Fingiert:1939c, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + volume = {91}, + issue = {Morgen-Ausg\adddot}, + pages = {2}, + date = {1939-03}, + keywords = {journalnumberdate}} + +@ARTICLE{Ewers:1906, + author = {Ewers, Hanns Heinz}, + title = {Rausch und Kunst}, + journal = {Blaubuch}, + date = {1906}, + volume = {1}, + pages = {1726-1730}, + issue = {4. Quartal}, + keywords = {journalnumberdate} +} + +@ARTICLE{Fingiert:1939d, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + volume = {91}, + pages = {2}, + date = {1939-03-13}, + keywords = {journalnumberdate}} + +@ARTICLE{Fingiert:1939e, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + volume = {91}, + pages = {2}, + date = {1939-03}, + keywords = {journalnumberdate}} + +@ARTICLE{Landolt:2000, + author = {Landolt, H. P. and Borbély, A. A.}, + title = {Alkohol und Schlafstörungen}, + journal = {Therapeutische Umschau}, + date = {2000}, + volume = {57}, + pages = {241-245}, + keywords = {journalnumberdate} +} + +@ARTICLE{Chapiro:1930, + author = {Chapiro, Joseph}, + title = {Das neueste Werk Gerhart Hauptmanns}, + subtitle = {\enquote{Die Spitzhacke}}, + journal = {Neue Freie Presse}, + number = {23773}, + pages = {1-3}, + issue = {Morgenblatt}, + date = {1930-11-19}, + keywords = {journalnumberdate} +} + +@ARTICLE{Fingiert:1939f, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + number = {65}, + pages = {2}, + date = {1939-03}, + keywords = {journalnumberdate}} + +@ARTICLE{Barski:2007, + author = {Barski, Jacek and Mahnken, Gerhard}, + title = {Museumsverbund Gerhart Hauptmann}, + subtitle = {Ein deutsch-polnisches Kulturprojekt mit Weitblick}, + journal = {Kulturpolitische Mitteilungen}, + date = {2007}, + number = {119}, + pages = {62}, + issue = {IV}, + keywords = {journalnumberdate} +} + +@ARTICLE{Essig:2005, + author = {Essig, Rolf-Bernhard}, + title = {Mit liebender Schafsgeduld}, + subtitle = {Erhart Kästner im Dienste Gerhart Hauptmanns}, + journal = {Süddeutsche Zeitung}, + number = {237}, + pages = {16}, + date = {2005-10-14}, + keywords = {journalnumberdate} +} + +@ARTICLE{Kluwe:2007, + author = {Kluwe, Sandra}, + title = {Furor poeticus}, + subtitle = {Ansätze zu einer neurophysiologisch fundierten Theorie + der literarischen Kreativität am Beispiel der Produktionsästhetik + Rilkes und Kafkas}, + journal = {literaturkritik.de}, + date = {2007-02}, + number = {2}, + url = {http://literaturkritik.de/public/rezension.php?rez_id=10438}, + keywords = {journalnumberdate} +} + +@ARTICLE{Burckhardt:2006, + author = {Burckhardt, Barbara}, + title = {Frauen sind einfach klüger, starke Frauen}, + subtitle = {Michael Thalheimers \enquote{Rose Bernd} am Hamburger + Thalia Theater und Schirin Khodadadians Kasseler Räuber}, + journal = {Theater heute}, + date = {2006}, + number = {5}, + pages = {14-18}, + keywords = {journalnumberdate} +} + +@ARTICLE{Ossietzky:1922, + author = {Ossietzky, Carl von}, + title = {Moritz Heimann \enquote{Armand Carrel} Staatstheater}, + journal = {Berliner Volks-Zeitung}, + date = {1922-03-30}, + issue = {Abend-Ausg\adddot}, + keywords = {journalnumberdate} +} + +@ARTICLE{Fingiert:1939g, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + issue = {Abend-Ausgabe}, + pages = {2}, + date = {1939-03}, + keywords = {journalnumberdate}} + +@ARTICLE{Weiss:1960, + author = {Weiss, Grigorij}, + title = {Auf der Suche nach der versunkenen Glocke}, + subtitle = {Johannes R. Becher bei Gerhart Hauptmann}, + journal = {Sinn und Form}, + date = {1960}, + pages = {363--385}, + issue = {Zweites Sonderheft Johannes R. Becher}, + keywords = {journalnumberdate} +} + +@ARTICLE{Hofer:2006, + author = {Hofer, Hermann}, + title = {Der Schrei der Verwundeten}, + subtitle = {Erschütternd: Gerhart + Hauptmanns \enquote{Rose Bernd} am Hamburger Thalia Theater}, + journal = {Lübecker Nachrichten}, + date = {2006-03-14}, + keywords = {journalnumberdate} +} +@ARTICLE{Kammerhoff:2006, + author = {Kammerhoff, Heiko}, + title = {Rose Bernd}, + journal = {Szene Hamburg}, + date = {2006-04}, + keywords = {journalnumberdate} +} + +@ARTICLE{Fingiert:1939h, + author = {Anonym}, + title = {Gegen Mißbrauch der Genußgifte}, + journal = {Hannoverscher Kurier}, + pages = {2}, + date = {1939}, + keywords = {journalnumberdate}} + +@INREFERENCE{enzensberger, + author = {Enzensberger, Horst}, + title = {Capo Colonne, Schlacht v\adddot}, + xref = {LMA}, + volume = {2}, + date = {1983}, + location = {München and Zürich}, + pages = {1484}, + pagination = {column}, + bookpagination = {column}, + booktitle = {Lexikon des Mittelalters}, + gender = {sm}, + hyphenation = {ngerman}, + annotation = {An article in a work of reference (e.g. in an + encyclopedia or in a dictionary), thus a typical \texttt{inreference} entry. + Note also the fields \texttt{xref}, \texttt{pagination} and + \texttt{bookpagination}} +} + +@REFERENCE{LMA, + title = {Lexikon des Mittelalters}, + location = {München and Zürich}, + date = {1980/1999}, + gender = {pp}, + hyphenation = {ngerman}, + volumes = {10}, + shorthand = {LMA}, + options = {acronym=true}, + annotation = {A \texttt{reference} entry. This entry type is meant for works of reference, e.g. + encyclopedias or dictionaries. Internally, it is just an alias for a \texttt{collection} entry. + Note also the field \texttt{options}.} +} + +@BOOK{Wulfstan:Homilies, + author = {{Wulfstan of York}}, + title = {The homilies of Wulfstan}, + location = {London}, + publisher = {Sandpiper Books}, + date = {1998}, + editor = {Bethurum, Dorothy}, + hyphenation = {british}, + isbn = {0-19-811101-0}, + options = {oldauthor=true,pseudoauthor=true}, + origlocation = {Oxford}, + origdate = {1957}, + annotation = {An edition of homilies by one medieval author. Note the \texttt{options} field + as well as the fields \texttt{isbn}, \texttt{origlocation} and \texttt{origdate}.} +} |