diff options
Diffstat (limited to 'Master/texmf-dist/doc')
47 files changed, 229 insertions, 50 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/README.htm b/Master/texmf-dist/doc/latex/biblatex-archaeology/README.htm index a93ca2bf3b8..97012b6c71a 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/README.htm +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/README.htm @@ -1,4 +1,4 @@ -<!doctype html><html><meta charset="utf-8"></html><body><h1>The <code>biblatex-archaeology</code> styles [v2.0]</h1> +<!doctype html><html><meta charset="utf-8"></html><body><h1>The <code>biblatex-archaeology</code> styles [v2.1]</h1> <h2>Objective</h2> @@ -8,25 +8,31 @@ <p>Get the sources from <a href="http://www.ctan.org/pkg/biblatex-archaeology">CTAN</a> or clone them from GitHub:</p> -<pre><code>git clone https://github.com/CarlOrff/biblatex-archaeology.git +<pre><code> $ git clone https://github.com/CarlOrff/biblatex-archaeology.git </code></pre> <p>Create the directories <code>{TEXMF}/bibtex/bib/biblatex-archaeology</code> and <code>{TEXMF}/tex/latex/biblatex-archaeology</code> and run</p> -<pre><code>pdftex -8bit biblatex-archaeology.ins -texhash +<pre><code> $ pdftex -8bit biblatex-archaeology.ins + $ texhash </code></pre> <p>Create a directory <code>{TEXMF}/doc/latex/biblatex-archaeology</code> and move <code>biblatex-archaeology.pdf</code> and the example folder there. In case you want to compile the manual yourself, do </p> -<pre><code>lualatex biblatex-archaeology -Biber biblatex-archaeology -makeindex -s gglo.ist -o biblatex-archaeology.gls biblatex-archaeology.glo -makeindex -s gind.ist biblatex-archaeology.idx -lualatex biblatex-archaeology -lualatex biblatex-archaeology +<pre><code> $ lualatex biblatex-archaeology + $ Biber biblatex-archaeology + $ lualatex biblatex-archaeology + $ makeindex -s gind.ist biblatex-archaeology.idx + $ lualatex biblatex-archaeology + $ makeindex -s gglo.ist -o biblatex-archaeology.gls biblatex-archaeology.glo + $ lualatex biblatex-archaeology + $ makeindex -s gglo.ist -o biblatex-archaeology.gls biblatex-archaeology.glo + $ lualatex biblatex-archaeology + $ lualatex biblatex-archaeology </code></pre> +<p>\end{verbatim}</p> + <p>Remark that you MUST employ Biber. BibTeX won't work.</p> <p>In contrast to CPAN the GitHub sources include Perl scripts and Windows batch files in addition. These are tools for speeding up the development process and have no meaning for end users.</p> @@ -54,6 +60,7 @@ lualatex biblatex-archaeology <li>jb-halle</li> <li>jb-kreis-neuss</li> <li>karl</li> +<li>kunde</li> <li>maja</li> <li>mpk</li> <li>mpkoeaw</li> @@ -76,14 +83,14 @@ lualatex biblatex-archaeology <h2>Help</h2> <p>The package is hosted on <a href="https://github.com/CarlOrff/biblatex-archaeology">GitHub</a>. If you have any concerns it is by far best to use the issue tracker there. -Alternatively you can e-mail me through the <a href="https://ingram-braun.net/public/about/legal-notice/#ib_campaign=biblatex-archaeology-2.0.4&ib_medium=readme.htm&ib_source=ctan&ib_content=helpsection">contact form on my website</a>. Or you can employ the comment script of a project page on my personal website: <a href="https://ingram-braun.net/public/programming/tex/latex-typography-prehistory-egyptology-anthropology-rgk-rgzm-dguf/#ib_campaign=biblatex-archaeology-2.0&ib_medium=readme.htm&ib_source=ctan&ib_content=helpsection">The <code>biblatex-archaeology</code> styles for German cultural anthropology</a>.</p> +Alternatively you can e-mail me through the <a href="https://ingram-braun.net/public/about/legal-notice/#ib_campaign=biblatex-archaeology-v2.1&ib_medium=readme.htm&ib_source=ctan&ib_content=helpsection">contact form on my website</a>. Or you can employ the comment script of a project page on my personal website: <a href="https://ingram-braun.net/public/programming/tex/latex-typography-prehistory-egyptology-anthropology-rgk-rgzm-dguf/#ib_campaign=biblatex-archaeology-v2.1&ib_medium=readme.htm&ib_source=ctan&ib_content=helpsection">The <code>biblatex-archaeology</code> styles for German cultural anthropology</a>.</p> <p>Normally you will get the latest production version through the update script of your TeX distribution. If you want to keep track actively, use the news feeds of CTAN, GitHub, Academia or my personal website.</p> <h2>Copyright</h2> -<p>© 2005–2018 by <a href="https://ingram-braun.net/#ib_campaign=biblatex-archaeology-1.4&ib_medium=readme.htm&ib_source=ctan&ib_content=copyright">Ingram Braun</a></p> +<p>© 2005–2018 by <a href="https://ingram-braun.net/#ib_campaign=biblatex-archaeology-v2.1&ib_medium=readme.htm&ib_source=ctan&ib_content=copyright">Ingram Braun</a></p> <h2>License</h2> diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/README.md b/Master/texmf-dist/doc/latex/biblatex-archaeology/README.md index c744d511c57..ce98ec05de0 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/README.md +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/README.md @@ -1,4 +1,4 @@ -# The `biblatex-archaeology` styles [v2.0] +# The `biblatex-archaeology` styles [v2.1] ## Objective @@ -8,21 +8,26 @@ Get the sources from [CTAN](http://www.ctan.org/pkg/biblatex-archaeology) or clone them from GitHub: - git clone https://github.com/CarlOrff/biblatex-archaeology.git + $ git clone https://github.com/CarlOrff/biblatex-archaeology.git Create the directories `{TEXMF}/bibtex/bib/biblatex-archaeology` and `{TEXMF}/tex/latex/biblatex-archaeology` and run - pdftex -8bit biblatex-archaeology.ins - texhash + $ pdftex -8bit biblatex-archaeology.ins + $ texhash Create a directory `{TEXMF}/doc/latex/biblatex-archaeology` and move `biblatex-archaeology.pdf` and the example folder there. In case you want to compile the manual yourself, do - lualatex biblatex-archaeology - Biber biblatex-archaeology - makeindex -s gglo.ist -o biblatex-archaeology.gls biblatex-archaeology.glo - makeindex -s gind.ist biblatex-archaeology.idx - lualatex biblatex-archaeology - lualatex biblatex-archaeology + $ lualatex biblatex-archaeology + $ Biber biblatex-archaeology + $ lualatex biblatex-archaeology + $ makeindex -s gind.ist biblatex-archaeology.idx + $ lualatex biblatex-archaeology + $ makeindex -s gglo.ist -o biblatex-archaeology.gls biblatex-archaeology.glo + $ lualatex biblatex-archaeology + $ makeindex -s gglo.ist -o biblatex-archaeology.gls biblatex-archaeology.glo + $ lualatex biblatex-archaeology + $ lualatex biblatex-archaeology + \end{verbatim} Remark that you MUST employ Biber. BibTeX won't work. @@ -49,6 +54,7 @@ Remark that `biblatex-archaeology` makes heavy use of Biber-only features. It wo - jb-halle - jb-kreis-neuss - karl +- kunde - maja - mpk - mpkoeaw @@ -70,14 +76,14 @@ Remark that `biblatex-archaeology` makes heavy use of Biber-only features. It wo ## Help The package is hosted on [GitHub](https://github.com/CarlOrff/biblatex-archaeology). If you have any concerns it is by far best to use the issue tracker there. -Alternatively you can e-mail me through the [contact form on my website](https://ingram-braun.net/public/about/legal-notice/#ib_campaign=biblatex-archaeology-2.0.4&ib_medium=readme.md&ib_source=ctan&ib_content=helpsection). Or you can employ the comment script of a project page on my personal website: [The `biblatex-archaeology` styles for German cultural anthropology](https://ingram-braun.net/public/programming/tex/latex-typography-prehistory-egyptology-anthropology-rgk-rgzm-dguf/#ib_campaign=biblatex-archaeology-2.0&ib_medium=readme.md&ib_source=ctan&ib_content=helpsection). +Alternatively you can e-mail me through the [contact form on my website](https://ingram-braun.net/public/about/legal-notice/#ib_campaign=biblatex-archaeology-v2.1&ib_medium=readme.md&ib_source=ctan&ib_content=helpsection). Or you can employ the comment script of a project page on my personal website: [The `biblatex-archaeology` styles for German cultural anthropology](https://ingram-braun.net/public/programming/tex/latex-typography-prehistory-egyptology-anthropology-rgk-rgzm-dguf/#ib_campaign=biblatex-archaeology-v2.1&ib_medium=readme.md&ib_source=ctan&ib_content=helpsection). Normally you will get the latest production version through the update script of your TeX distribution. If you want to keep track actively, use the news feeds of CTAN, GitHub, Academia or my personal website. ## Copyright -© 2005–2018 by [Ingram Braun](https://ingram-braun.net/#ib_campaign=biblatex-archaeology-1.4&ib_medium=readme.md&ib_source=ctan&ib_content=copyright) +© 2005–2018 by [Ingram Braun](https://ingram-braun.net/#ib_campaign=biblatex-archaeology-v2.1&ib_medium=readme.md&ib_source=ctan&ib_content=copyright) ## License diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/biblatex-archaeology-example.bib b/Master/texmf-dist/doc/latex/biblatex-archaeology/biblatex-archaeology-example.bib index 673276c8c6b..a610d27003a 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/biblatex-archaeology-example.bib +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/biblatex-archaeology-example.bib @@ -1,3 +1,5 @@ + + @INCOLLECTION{auler:hiller:2011, AUTHOR = {Auler, Jost AND Hiller, Petra}, TITLE = {Ein Kinderschuh des 19. Jahrhunderts aus Dor\-ma\-gen\--Stür\-zel\-berg, Rhein-Kreis Neuss}, @@ -5,7 +7,6 @@ CROSSREF = {radmacher:kronsbein:2011}, PAGES = {65--73}, GENDER = {pp}, - OPTIONS = {uselabeltitle=true}, SHORTTITLE = {Kinderschuh}, GENDER = {pp}, } @@ -31,7 +32,6 @@ PAGES = {37--57}, SHORTTITLE = {Buchweizen}, GENDER = {pp}, - OPTIONS = {uselabeltitle=true}, SHORTTITLE = {Ziegenmilch}, } @ARTICLE{auler:hiller:2016, @@ -44,7 +44,6 @@ JOURNALTITLE = ufg-JbNeuss, LOCATION = {Neuss}, GENDER = {pp}, - OPTIONS = {uselabeltitle=true}, SHORTTITLE = {Maifischfilet}, LANGUAGE = {german}, REALDATE = {2015}, @@ -200,6 +199,42 @@ KEYWORDS = {Kleinenkneten, Megalithik, Neolithikum, Niedersachsen}, REALDATE = {1978}, } +@INCOLLECTION{mueller:a:1991, + AUTHOR = {von Müller, Adriaan}, + TITLE = {Spandau im Mittelalter}, + PAGES = {105--117}, + CROSSREF = {kerndl:1991}, + KEYWORDS = {Berlin, Spandau, Mittelalter, Stadt}, + XREF = {kerndl:1991} +} +@INCOLLECTION{mueller:f:1991, + AUTHOR = {Müller, Felix}, + TITLE = {Latènezeit}, + SUBTITLE = {Die Welt gerät in Bewegung}, + PAGES = {71--83}, + CROSSREF = {furger:mueller:1991}, + KEYWORDS = {latène, Kelten, Schweiz}, + XREF = {furger:mueller:1991} +} +@INCOLLECTION{mueller:h:1900, + AUTHOR = {Müller, Hermann}, + TITLE = {Kaiser Friedrich und das Kunstgewerbe-Museum}, + PAGES = {62--70}, + CROSSREF = {brandenburg:1900}, + KEYWORDS = {Museologie, Forschungsgeschichte, Friedrich III. (dt. Kaiser), 19. + Jahrhundert, Hohenzollern, Berlin, Kunstgewerbe-Museum}, + XREF = {brandenburg:1900} +} +@INCOLLECTION{mueller:har:1988, + AUTHOR = {Müller, Hartmut}, + TITLE = {Wodurch die Unterweser, soweit die Fluth reicht, der überseeischen + Segel- und Dampfschiffahrt zugänglich gemacht werde}, + SUBTITLE = {Die Weser-Korrektion}, + PAGES = {61--63}, + CROSSREF = {plagemann:1988}, + KEYWORDS = {Bremen, Weser, 19. Jahrhundert, Schiffahrt, Wasserstraße}, + XREF = {plagemann:1988} +} @ARTICLE{nass:1938, AUTHOR = {Naß, Karl}, TITLE = {Karolingische Reihengräberfelder aus Hessen}, @@ -273,6 +308,16 @@ GENDER = {sf}, LANGUAGE = {german}, } +@COLLECTION{brandenburg:1900, + EDITOR = {{Pestalozzi-Verein der Provinz Brandenburg}}, + TITLE = {Die Provinz Brandenburg in Wort und Bild}, + DATE = {1998}, + ORIGPUBLISHER = {Julius Klinkhardt}, + ORIGLOCATION = {Berlin}, + ORIGDATE = {1900}, + PUBLISHER = {Weltbild}, + LOCATION = {Augsburg}, +} @COLLECTION{bratt:lundstroem:1997, EDITOR = {Bratt, Peter AND Lundström, Åsa}, TITLE = {Bronsålder och äldre järnålder i Stockholms län}, @@ -383,6 +428,16 @@ LANGUAGE = {german}, GENDER = {sm}, } +@COLLECTION{furger:mueller:1991, + EDITOR = {Furger, Andres AND Müller, Felix}, + TITLE = {Gold der Helvetier}, + DATE = {1991}, + SUBTITLE = {Keltische Kostbarkeiten aus der Schweiz}, + PUBLISHER = {Eidolon}, + LOCATION = {Einsiedeln}, + BOOKSUBTITLE = {Keltische Kostbarkeiten aus der Schweiz}, + BOOKTITLE = {Gold der Helvetier} +} @BOOK{harsdoerffer:1656, AUTHOR = {Harsdörffer, Georg Philipp}, TITLE = {Das astronomische Kartenspiel}, @@ -436,6 +491,16 @@ SHORTAUTHOR = {{George Wahington Found.}}, LANGUAGE = {english}, } +@COLLECTION{kerndl:1991, + EDITOR = {Kernd'l, Alfred}, + TITLE = {Berlin und Umgebung}, + DATE = {1991}, + SERIES = {Führer zu archäologischen Denkmälern in Deutschland}, + NUMBER = {23}, + PUBLISHER = {Konrad Theiss}, + LOCATION = {Stuttgart}, + BOOKTITLE = {Berlin und Umgebung} +} @BOOK{kossack:et:al:1980, AUTHOR = {Kossack, Georg AND Harck, Ole AND Newig, Jürgen AND Hoffmann, Dietrich AND Willkomm, Horst AND Averdieck, Fritz-Rudolf AND Reichstein, Joachim}, TITLE = {Einführung in Forschungsverlauf und Landschaftsgeschichte}, @@ -546,6 +611,16 @@ LANGUAGE = {german}, GENDER = {sm}, } +@COLLECTION{plagemann:1988, + EDITOR = {Plagemann, Volker}, + TITLE = {Übersee}, + DATE = {1988}, + SUBTITLE = {Seefahrt und Seemacht im Deutschen Kaiserreich}, + PUBLISHER = {C.H. Beck}, + LOCATION = {München}, + BOOKSUBTITLE = {Seefahrt und Seemacht im Deutschen Kaiserreich}, + BOOKTITLE = {Übersee} +} @COLLECTION{radmacher:kronsbein:2011, EDITOR = {Radmacher, Franz-Josef AND Kronsbein, Stefan}, TITLE = {Archiv und Erinnerung im Rhein-Kreis Neuss}, @@ -633,7 +708,7 @@ @MISC{test::firstnames::2, AUTHOR = {von altem Adel, Christian Chlodwig Frank Llewellyn Äneas Philipp Stefan Ömer Thomas IJsbrand Óðinn Schorsch Þórr}, TITLE = {First name test}, - VOLUME = 1, + VOLUME = 2, DATE = {1066}, } @MISC{test::prefixnames::1, diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/biblatex-archaeology-manual.bib b/Master/texmf-dist/doc/latex/biblatex-archaeology/biblatex-archaeology-manual.bib index 8f0a5da6291..af1721b21db 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/biblatex-archaeology-manual.bib +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/biblatex-archaeology-manual.bib @@ -1,3 +1,4 @@ + @ARTICLE{grando:bernhard:2003, AUTHOR = {Grando, Sergei A. AND Bernhard, Jeffrey D.}, TITLE = {\mkbibquote{First Author, Second Author, et Int, and Last Author}: A Proposed Citation System for Biomedical Papers}, @@ -25,6 +26,30 @@ URLDATE = {2017-01-25}, GENDER = {sm}, } +@ARTICLE{guidelines:kunde:2013, + AUTHOR = {{Niedersächsischer Landesverein für Urgeschichte e.\,V.}}, + TITLE = {Redaktionelle Hinweise für Autor(inn)en (gültig ab DIE KUNDE N.\,F. 57, 2006)}, + DATE = 2013, + JOURNALTITLE = ufg-Kunde, + VOLUME = 64, + PAGES = {275--278}, + LANGUAGE = {german}, + GENDER = {sm}, +} +@ARTICLE{guidelines:nnu:1996, + AUTHOR = {{Archäologische Kommission für Niedersachsen e.\,V.}}, + TITLE = {Richtlinien für Veröffentlichungen der Archäologie in Niedersachsen}, + DATE = 1996, + JOURNALTITLE = ufg-NachrNiedersachsenUrgesch, + VOLUME = 65, + NUMBER = 1, + PAGES = {237--239}, + LOCATION = {Stuttgart}, + PUBLISHER = {Konrad Theiss Verlag}, + LANGUAGE = {german}, + AUTHORTYPE = {compiler}, + GENDER = {sf}, +} @ARTICLE{guidelines:nnu:2015, TITLE = {Hinweise für Autoren der Nachrichten aus Niedersachsens Urgeschichte, der Beihefte (Fundchronik) sowie der Reihen MAN und BAN (Stand 2015)}, DATE = {2015}, @@ -260,6 +285,15 @@ GENDER = {sm}, URLDATE = {2016-07-23}, } +@ONLINE{guidelines:mediaevistik:oldenburg, + TITLE = {Leitfaden zur Zitierweise in mediävistischen Hausarbeiten an der Carl von Ossietzky Universität Oldenburg}, + LANGUAGE = {german}, + URL = {https://uol.de/fileadmin/user_upload/germanistik/download/Mediaevistik/LeitfadenZitierenMed.pdf}, + URLDATE = {2018-10-17}, + LABEL = {Leitfaden Mediävistik Oldenburg}, + PAGETOTAL = {9}, + GENDER = {sf}, +} @ONLINE{guidelines:mpk:2013, AUTHOR = {{Institut für Orientalische und Europäische Archäologie, Österreichische Akademie der Wissenschaften}}, TITLE = {Mitteilungen der Prähistorischen Kommission (MPK) -- Richtlinien}, @@ -406,3 +440,53 @@ SHORTAUTHOR = {ZÄS}, GENDER = {sf}, } +@BOOK{rak-wb:2007, + AUTHOR = {Popst, Hans AND Henze, Gisela}, + AUTHORTYPE = {redactor}, + TITLE = {Regeln für die alphabetische Katalogisierung in wissenschaftlichen Bibliotheken}, + DATE = 2007, + LANGUAGE = {german}, + URL = {http://files.dnb.de/pdf/rak_wb_netz.pdf}, + URLDATE = {2018-10-19}, + EDITION = {2., überarbeitete und erweiterte Auflage}, + EPRINT = {urn:nbn:de:101-2007072711}, + ISBN = {978-3-933641-88-5}, + LABEL = {RAK-WB}, + GENDER = {sf}, + PAGETOTAL = 79, + PUBLISHER = {Deutsche Nationalbibliothek}, + LOCATION = {Leipzig AND Frankfurt am Main AND Berlin}, +} +@ONLINE{schopf:oJ, + AUTHOR = {Schopf, Christiane}, + TITLE = {Leitfaden zum Zitieren}, + LANGUAGE = {german}, + URL = {https://www.wu.ac.at/fileadmin/wu/d/i/wipaed/studiumlehre/Bachelorarbeit/Leitfaden_zum_Zitieren_Wip%C3%A4d.pdf}, + URLDATE = {2018-10-17}, + GENDER = {sf}, + PAGETOTAL = {15}, +} +@ONLINE{schwarz:2004, + AUTHOR = {Schwarz, Thomas}, + TITLE = {Merkblatt zur Zitation}, + SUBTITLE = {Zur Gestaltung bibliographischer Angaben in Texten, Fußnoten und Literaturverzeichnissen}, + DATE = {2004-05-18}, + LANGUAGE = {german}, + URL = {https://www.uni-due.de/agpaedagogischejugendforschung/pdf/Merkblatt.pdf}, + URLDATE = {2018-10-17}, + GENDER = {sm}, + VERSION = 2, + PAGETOTAL = {12}, +} +@ONLINE{spycher:2017, + AUTHOR = {Spycher, Frederic}, + TITLE = {Zitieren im Text und das Literaturverzeichnis}, + SUBTITLE = {Praktischer Leitfaden nach dem APA-Standard}, + DATE = {2017-07-07}, + LANGUAGE = {german}, + URL = {https://www.phfr.ch/sites/default/files/anleitung_apa_phfr_v1_3.pdf}, + URLDATE = {2018-10-17}, + GENDER = {sm}, + VERSION = {1.3}, + PAGETOTAL = {24}, +} diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/biblatex-archaeology.conf b/Master/texmf-dist/doc/latex/biblatex-archaeology/biblatex-archaeology.conf index efc296d4f73..3c0ee039c0b 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/biblatex-archaeology.conf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/biblatex-archaeology.conf @@ -1,3 +1,4 @@ + <!-- REPLACE THE <DATAMODEL> GROUP IN THE BIBER *.CONF FILE WITH THE GROUP BELOW --> <datamodel> <constants> @@ -58,7 +59,7 @@ <entrytype skip_output="true">xdata</entrytype> </entrytypes> <fields> - <field datatype="integer" fieldtype="field">number</field> + <field datatype="integer" fieldtype="field">sortyear</field> <field datatype="integer" fieldtype="field">volume</field> <field datatype="integer" fieldtype="field">volumes</field> <field datatype="literal" fieldtype="field">abstract</field> @@ -99,6 +100,7 @@ <field datatype="literal" fieldtype="field">maintitleaddon</field> <field datatype="literal" fieldtype="field">nameaddon</field> <field datatype="literal" fieldtype="field">note</field> + <field datatype="literal" fieldtype="field">number</field> <field datatype="literal" fieldtype="field">origtitle</field> <field datatype="literal" fieldtype="field">pagetotal</field> <field datatype="literal" fieldtype="field">part</field> @@ -122,7 +124,6 @@ <field datatype="literal" fieldtype="field" label="true">shortjournal</field> <field datatype="literal" fieldtype="field" label="true">shortseries</field> <field datatype="literal" fieldtype="field" label="true">shorttitle</field> - <field datatype="literal" fieldtype="field" skip_output="true">sortyear</field> <field datatype="literal" fieldtype="field" skip_output="true">sorttitle</field> <field datatype="literal" fieldtype="field" skip_output="true">sortshorthand</field> <field datatype="literal" fieldtype="field" skip_output="true">sortkey</field> @@ -376,6 +377,7 @@ <field datatype="datepart" fieldtype="field">origrealendseason</field> <field datatype="literal" fieldtype="field" skip_output="true">date+an</field> <field datatype="literal" fieldtype="field" skip_output="true">origdate+an</field> + <field datatype="name" fieldtype="list">anonstring</field> </fields> <entryfields> <field>abstract</field> @@ -879,8 +881,12 @@ <entrytype>online</entrytype> <field>addendum</field> <field>author</field> + <field>doi</field> <field>editor</field> <field>editortype</field> + <field>eprint</field> + <field>eprintclass</field> + <field>eprinttype</field> <field>language</field> <field>note</field> <field>organization</field> diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/biblatex-archaeology.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/biblatex-archaeology.pdf Binary files differindex 92ff96d8af8..11261a83b54 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/biblatex-archaeology.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/biblatex-archaeology.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/aefkw-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/aefkw-example.pdf Binary files differindex 593f3ea35cf..441bf0b2341 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/aefkw-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/aefkw-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/afwl-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/afwl-example.pdf Binary files differindex 03b9784855c..dbab0a1d90d 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/afwl-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/afwl-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/amit-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/amit-example.pdf Binary files differindex ab0ef535b64..cbc4c4563e5 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/amit-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/amit-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/archa-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/archa-example.pdf Binary files differindex e1b3b53029a..a0510038936 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/archa-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/archa-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/authoryear-archaeology-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/authoryear-archaeology-example.pdf Binary files differindex 6043e496bc3..10fa10486ee 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/authoryear-archaeology-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/authoryear-archaeology-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/authoryear-comp-archaeology-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/authoryear-comp-archaeology-example.pdf Binary files differindex d5e33a82494..b5574cf986d 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/authoryear-comp-archaeology-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/authoryear-comp-archaeology-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/authoryear-ibid-archaeology-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/authoryear-ibid-archaeology-example.pdf Binary files differindex ce5484ee9c1..2d19b636105 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/authoryear-ibid-archaeology-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/authoryear-ibid-archaeology-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/authoryear-icomp-archaeology-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/authoryear-icomp-archaeology-example.pdf Binary files differindex 2dd87e7ea81..92523167efd 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/authoryear-icomp-archaeology-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/authoryear-icomp-archaeology-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/biblatex-archaeology_example.tex b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/biblatex-archaeology_example.tex index 79150750fa3..674c1bd93d5 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/biblatex-archaeology_example.tex +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/biblatex-archaeology_example.tex @@ -53,6 +53,7 @@ %style=aefkw, %style=afwl, %style=amit, + style=niedersachsen, %style=archa, %style=dguf, %style=dguf-alt, @@ -63,12 +64,11 @@ %style=jb-halle, %style=jb-kreis-neuss, %style=karl, - %style=kunde, - style=maja, + %style=kunde, + %style=maja, %style=mpk, %style=mpkoeaw, %style=nnu, - %style=nnu-alt, %style=offa, %style=rgk-inline, %style=rgk-numeric, @@ -82,7 +82,7 @@ %style=volkskunde, %style=zaak, %style=zaes, - bibencoding=utf8, % necessary if *.tex file is in other encoding + %bibencoding=utf8, % necessary if *.tex file is in other encoding ]{biblatex} \providetoggle{archbool:shortseries} \providetoggle{archbool:shortjournal} @@ -111,7 +111,7 @@ \ifcsdef{archaeobibstyletitle} {\def\explhead{\scriptsize{\texttt{bibstyle}: \archaeobibstyletitle\\\texttt{citestyle}: \archaeocitestyletitle}}} {\def\explhead{no biblatex-archaeology style}} -\title{biblatex-archaeology [v2.0] sample document} +\title{biblatex-archaeology [v2.1] sample document} \subtitle{\explhead} \author{Ingram Braun} @@ -126,6 +126,7 @@ %%% PASTE EXPERIMENTAL CODE HERE: + %%% END EXPERIMENTAL CODE HERE: \makeatother @@ -146,11 +147,11 @@ \section{Blindtext} \ifcsdef{blxarch@fork@authordate} - {Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat \autocite{auler:hiller:2015}. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi \autocites[68]{auler:hiller:2011}[48]{auler:hiller:2015a}[159--187]{auler:hiller:2015}[40--41]{auler:hiller:2016}[15--23]{tacitus:1981}[19]{de:neck:yoder:1978}[69]{auler:hiller:2011}. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit \tvolcite{1}[156]{linnaeus:2003} lobortis nisl ut aliquip ex ea commodo consequat \autocite{kenmore}. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi \autocite{kenmore}. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum \autocite[145--146]{todorova:et:al:1981}.} + {Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat \autocite{auler:hiller:2015}. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi \autocites[68]{auler:hiller:2011}[48]{auler:hiller:2015a}[159--187]{auler:hiller:2015}[40--41]{auler:hiller:2016}[15--23]{tacitus:1981}[19]{de:neck:yoder:1978}[69]{auler:hiller:2011}. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit \tvolcite{1}[156]{linnaeus:2003} lobortis nisl ut aliquip ex ea commodo consequat \autocite{kenmore}. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat\autocites[73--75]{mueller:f:1991}[105--108]{mueller:a:1991}[68--70]{mueller:h:1900}[61]{mueller:har:1988}, vel illum dolore eu feugiat nulla facilisis at vero et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi \autocite{kenmore}. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum \autocite[145--146]{todorova:et:al:1981}.} {\ifcsdef{blxarch@fork@verbose} - {Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\autocite{auler:hiller:2015} Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\autocites[68]{auler:hiller:2011}[48]{auler:hiller:2015a}[159--187]{auler:hiller:2015}[40--41]{auler:hiller:2016}[15--23]{tacitus:1981}[19]{de:neck:yoder:1978}[69]{auler:hiller:2011} Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit\fvolcite{1}[156]{linnaeus:2003} lobortis nisl ut aliquip ex ea commodo consequat.\autocite{kenmore} Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\autocite{kenmore} Nam liber tempor cum soluta nobis eleifend\autocite[41--43]{auler:hiller:2015} option congue nihil imperdiet\autocite[19]{de:neck:yoder:1978} doming id quod mazim placerat facer possim assum.\autocite[145--146]{todorova:et:al:1981}} + {Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\autocite{auler:hiller:2015} Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.\autocites[68]{auler:hiller:2011}[48]{auler:hiller:2015a}[159--187]{auler:hiller:2015}[40--41]{auler:hiller:2016}[15--23]{tacitus:1981}[19]{de:neck:yoder:1978}[69]{auler:hiller:2011} Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam\autocites[103]{ib:2016}[266--268]{boppert:1998}[108]{ib:2016}, quis nostrud exerci tation ullamcorper suscipit\fvolcite{1}[156]{linnaeus:2003} lobortis nisl ut aliquip ex ea commodo consequat.\autocite{kenmore} Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero et accumsan et iusto odio dignissim qui blandit praesent luptatum\autocite[103]{ib:2016} zzril delenit augue duis dolore te feugait nulla facilisi.\autocite{kenmore} Nam liber tempor cum soluta nobis eleifend\autocite[41--43]{auler:hiller:2015} option congue nihil imperdiet\autocite[19]{de:neck:yoder:1978} doming id quod mazim placerat facer possim assum.\autocite[145--146]{todorova:et:al:1981}} {\ifcsdef{blxarch@fork@numeric} - {Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat \autocite{auler:hiller:2015}. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi \autocite{auler:hiller:2011,auler:hiller:2015a,auler:hiller:2015,auler:hiller:2016,tacitus:1981,de:neck:yoder:1978}. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat \autocite{kenmore}. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi \autocite{kenmore}. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum \autocite{todorova:et:al:1981}.} + {Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat \autocite{auler:hiller:2015}. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi \autocite{auler:hiller:2011,auler:hiller:2015a,auler:hiller:2015,auler:hiller:2016,tacitus:1981,de:neck:yoder:1978}. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat \autocite{kenmore}. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat\autocites[73--75]{mueller:f:1991}[105--108]{mueller:a:1991}[68--70]{mueller:h:1900}[61]{mueller:har:1988}, vel illum dolore eu feugiat nulla facilisis at vero et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi \autocite{kenmore}. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum \autocite{todorova:et:al:1981}.} {}% }% }% @@ -161,10 +162,10 @@ \item[\footnotesize\Befehl{cite}] \cite[159--187]{auler:hiller:2015} \item[\footnotesize\Befehl{Cite}] \Cite[159--187]{auler:hiller:2015} \item[\footnotesize\Befehl{cite*}] \cite*[159--187]{auler:hiller:2015} - \item[\footnotesize\Befehl{autocite}] \autocite[159--187]{auler:hiller:2015}. - \item[\footnotesize\Befehl{Autocite}] \Autocite[159--187]{auler:hiller:2015} - \item[\footnotesize\Befehl{autocite*}] \autocite*[159--187]{auler:hiller:2015}.- - \item[\footnotesize\Befehl{Autocite*}] \Autocite*[159--187]{auler:hiller:2015} + \item[\footnotesize\Befehl{autocite}] \autocite[159--187]{auler:hiller:2015a}. + \item[\footnotesize\Befehl{Autocite}] \Autocite[159--187]{auler:hiller:2015a} + \item[\footnotesize\Befehl{autocite*}] \autocite*[159--187]{auler:hiller:2015a}.- + \item[\footnotesize\Befehl{Autocite*}] \Autocite*[159--187]{auler:hiller:2015a} \item[\footnotesize\Befehl{parencite}] \parencite[159--187]{auler:hiller:2015}. \item[\footnotesize\Befehl{parencite*}] \parencite*[159--187]{auler:hiller:2015}. \item[\footnotesize\Befehl{Parencite}] \Parencite[159--187]{auler:hiller:2015}. @@ -196,28 +197,28 @@ \item[\footnotesize\Befehl{footfullcite}] \footfullcite[159--187]{auler:hiller:2015}. \ifcsdef{shortformcite} {\item[\footnotesize\Befehl{shortformcite}] \shortformcite[433]{bauchhenss:et:al:1978}} - {\texfbf{undefined!}}% + {\textbf{undefined!}}% \ifcsdef{shortformcites} {\item[\footnotesize\Befehl{shortformcites}] \shortformcites[433]{bauchhenss:et:al:1978}[501]{authen-blom:1989}} - {\texfbf{undefined!}}% + {\textbf{undefined!}}% \ifcsdef{sfcite} {\item[\footnotesize\Befehl{sfcite}] \sfcite[433]{bauchhenss:et:al:1978}} - {\texfbf{undefined!}}% + {\textbf{undefined!}}% \ifcsdef{sfcites} {\item[\footnotesize\Befehl{sfcites}] \sfcites[433]{bauchhenss:et:al:1978}[501]{authen-blom:1989}} - {\texfbf{undefined!}}% + {\textbf{undefined!}}% \ifcsdef{posscite} {\item[\footnotesize\Befehl{posscite}] \posscite[48]{auler:hiller:2015a}} - {\texfbf{undefined!}}% + {\textbf{undefined!}}% \ifcsdef{posscites} {\item[\footnotesize\Befehl{posscites}] \posscites[48]{auler:hiller:2015a}[19]{de:neck:yoder:1978}[123]{buss:2004}{nass:1938}{caselitz:1980a}[187--190]{molleson:cox:1993}[11--12]{steinmetz:strahl:wilbers:1979}{domino:1780}} - {\texfbf{undefined!}}% + {\textbf{undefined!}}% \ifcsdef{Posscite} {\item[\footnotesize\Befehl{Posscite}] \Posscite[48]{auler:hiller:2015a}} - {\texfbf{undefined!}}% + {\textbf{undefined!}}% \ifcsdef{Posscites} {\item[\footnotesize\Befehl{Posscites}] \Posscites[48]{auler:hiller:2015a}[19]{de:neck:yoder:1978}[123]{buss:2004}{nass:1938}{caselitz:1980a}[187--190]{molleson:cox:1993}[11--12]{steinmetz:strahl:wilbers:1979}{domino:1780}} - {\texfbf{undefined!}}% + {\textbf{undefined!}}% \item[\footnotesize\Befehl{footcite}] \footcites{auler:hiller:2015}{harsdoerffer:1656} \end{enumerate} diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/dguf-alt-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/dguf-alt-example.pdf Binary files differindex 2b253100164..0e01fd3edd5 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/dguf-alt-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/dguf-alt-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/dguf-apa-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/dguf-apa-example.pdf Binary files differindex 599e06cb7c0..946e7958da4 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/dguf-apa-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/dguf-apa-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/dguf-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/dguf-example.pdf Binary files differindex 3a1e669a986..809809eecd2 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/dguf-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/dguf-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/eaz-alt-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/eaz-alt-example.pdf Binary files differindex 883c945a5a5..b0167b06c0c 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/eaz-alt-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/eaz-alt-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/eaz-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/eaz-example.pdf Binary files differindex 9937b436dd5..f912b4595ba 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/eaz-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/eaz-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/foe-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/foe-example.pdf Binary files differindex 5a8e88576b2..31fbed8db87 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/foe-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/foe-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/jb-halle-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/jb-halle-example.pdf Binary files differindex d73dc6d2d20..e008104c79c 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/jb-halle-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/jb-halle-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/jb-kreis-neuss-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/jb-kreis-neuss-example.pdf Binary files differindex 39b9dcba385..96b132270fb 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/jb-kreis-neuss-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/jb-kreis-neuss-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/karl-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/karl-example.pdf Binary files differindex 5228a592d46..757b4f03944 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/karl-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/karl-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/kunde-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/kunde-example.pdf Binary files differnew file mode 100644 index 00000000000..4bd21a4115f --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/kunde-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/maja-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/maja-example.pdf Binary files differindex 9468b69e11d..2dee3ffc9ea 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/maja-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/maja-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/mpk-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/mpk-example.pdf Binary files differindex ff4796ab56c..f5a8d676e8b 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/mpk-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/mpk-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/mpkoeaw-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/mpkoeaw-example.pdf Binary files differindex f32dff401e5..d8756edae4c 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/mpkoeaw-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/mpkoeaw-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/niedersachsen-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/niedersachsen-example.pdf Binary files differnew file mode 100644 index 00000000000..bd2e8ad8ed4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/niedersachsen-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/nnu-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/nnu-example.pdf Binary files differindex c19680fbe5e..033a59448f2 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/nnu-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/nnu-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/numeric-comp-archaeology-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/numeric-comp-archaeology-example.pdf Binary files differindex 4ef98dd5385..85f81e068aa 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/numeric-comp-archaeology-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/numeric-comp-archaeology-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/offa-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/offa-example.pdf Binary files differindex b994f733fd2..0eabf1d3a24 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/offa-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/offa-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/rgk-inline-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/rgk-inline-example.pdf Binary files differindex 840d0ba3294..59c60d3a08f 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/rgk-inline-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/rgk-inline-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/rgk-numeric-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/rgk-numeric-example.pdf Binary files differindex 04e3e4001e4..d863d87bffd 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/rgk-numeric-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/rgk-numeric-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/rgk-verbose-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/rgk-verbose-example.pdf Binary files differindex 293e70ecb08..2bb6a8270cf 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/rgk-verbose-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/rgk-verbose-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/rgzm-inline-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/rgzm-inline-example.pdf Binary files differindex 2980963858d..55cd53a2c9e 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/rgzm-inline-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/rgzm-inline-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/rgzm-numeric-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/rgzm-numeric-example.pdf Binary files differindex 27067edcbc0..43ba8e011b6 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/rgzm-numeric-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/rgzm-numeric-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/rgzm-verbose-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/rgzm-verbose-example.pdf Binary files differindex 969cf009b4d..9f4dffb1354 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/rgzm-verbose-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/rgzm-verbose-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/ufg-muenster-inline-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/ufg-muenster-inline-example.pdf Binary files differindex dbd9707fb0e..c45796c5073 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/ufg-muenster-inline-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/ufg-muenster-inline-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/ufg-muenster-numeric-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/ufg-muenster-numeric-example.pdf Binary files differindex 00cd2549f4f..a4071985113 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/ufg-muenster-numeric-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/ufg-muenster-numeric-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/ufg-muenster-verbose-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/ufg-muenster-verbose-example.pdf Binary files differindex 226d525f2fa..f70803f0ca0 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/ufg-muenster-verbose-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/ufg-muenster-verbose-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/verbose-archaeology-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/verbose-archaeology-example.pdf Binary files differindex e4dccdf6ef6..f8f32312638 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/verbose-archaeology-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/verbose-archaeology-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/verbose-ibid-archaeology-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/verbose-ibid-archaeology-example.pdf Binary files differindex fc2e55b6bfc..316302eee4b 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/verbose-ibid-archaeology-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/verbose-ibid-archaeology-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/verbose-trad2note-archaeology-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/verbose-trad2note-archaeology-example.pdf Binary files differindex 89c1f48f710..a0d589ab3eb 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/verbose-trad2note-archaeology-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/verbose-trad2note-archaeology-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/volkskunde-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/volkskunde-example.pdf Binary files differindex 7bf0dd416bc..50ac6b30f20 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/volkskunde-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/volkskunde-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/zaak-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/zaak-example.pdf Binary files differindex a1c6a29f295..15e327b3b38 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/zaak-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/zaak-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/zaes-example.pdf b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/zaes-example.pdf Binary files differindex c088c6d605d..63d694e0c6f 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/example/zaes-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/example/zaes-example.pdf |