Copyright (c) 2015-2023 Lukas C. Bossert
Copyright (c) 2015 Lukas C. Bossert | Johannes Friedl
- Email: [email protected]
- Website: www.biblatex-archaeologie.texografie.de
This citation-style covers the citation and bibliography rules of the German Archaeological Institute (DAI). Various options are available to change and adjust the outcome according to one’s own preferences. (German, English, Italian, French, Spanish)
Der Stil setzt die Zitations- und Bibliographievorgaben des Deutschen Archäologischen Instituts (DAI) (Stand 2014) um. Verschiedene zusätzliche Optionen erlauben das Erscheinungsbild jedoch auch zu verändern, um eigenen Vorlieben anzupassen.
This style contains:
documentation:
- archaeologie.pdf
- archaeologie.dtx
mandatory:
- archaeologie.cbx
- archaeologie.bbx
- archaeologie.dbx
language files:
- german-archaeologie.lbx
- english-archaeologie.lbx
- french-archaeologie.lbx
- italian-archaeologie.lbx
- spanish-archaeologie.lbx
additional lists and bibliographies:
- archaeologie-examples.bib
- archaeologie-lstabbrv.bib
- archaeologie-lstpublishers.bib
- archaeologie-lstlocations.bib
- archaeologie-bibcorpora.bib
- archaeologie-bibancient.bib
This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3 of this license or (at your option) any later version. The latest version of this license is in https://www.latex-project.org/lppl.txt and version 1.3 or later is part of all distributions of LaTeX version 2005/12/01 or later.
This work has the LPPL maintenance status maintained. The current maintainer of this work is Lukas C. Bossert.
archaeologie
is part of the distributions MiKTeX
and TeXLive -- thus, you
can easily install it using the respective package manager.
If you would like to
install archaeologie
into your local folder manually, do the following:
Go to your terminal, browse to the folder of this bundle and run
make install
If you are using macOS you will be asked for your user account password for the installation.
Further options of this makefile are:
clean
: deletes all unnecessary filescleanbundle
: deletes all files except.dtx
,.md
. You will get the plain version of this bundle. This might be helpful if you send the bundle to someone else.ctan
: this will create a zip file which can be used to send to CTAN.files
: will only create the files from the.dtx
-scratch.uninstall
: will erase the locally installed files.
This bundle is constantly updated. For hints, errors or suggestions use the GitHub repository https://github.com/LukasCBossert/biblatex-archaeologie.
All notable changes to this project will be documented in the README.md. This project does not adhere to Semantic Versioning. The markdown syntax is inspired by the conventions proposed by keepachangelog.com.
- The information about a the
pubstate
is now displayed in parentheses (see issue)[#156]
- Informational remark about greek letters in
@strings
in the additionalbib
-files (see Issue 153)[#153]
- stale link in description corrected (https://biblatex-archaeologie.texografie.de/)
- corrected the use of the
maintitlepunct
in the bibmacromaintitle+title+volumes
- Spelling error in Italian language for Dresden and München. Thanks to Matteo Turri. (Feedback always welcome!)
- Some code refactoring for better literate programming.
- Handling ranges of years for
inreferences
see issue no. 150
- Renaming
\labelnamepunct
to\nametitledelim
(biblatex 3.12 compatibility)
- some errors in the documentation
- default sorting template changed to
ndymdt
, as suggested in https://tex.stackexchange.com/a/46879/98739 see issue no. 148
- there was a bug if the field
eventdatelanguage
wasn’t defined see issue no. 145 - if the field
volume
doesn’t have an integer it won’t proceed with it as Roman numeral - somehow the field
edition
was missing forreferences
, fixed it. - a mysterious space in the name part, got rid of it
- missing space before
volumes
, added a space
- BIG change: all files are generated from the
.dtx
file. This is such a major change so we skipped some version numnbers and jumped directly to2.4.0
. - the fields
postnote
andmultipostnote
are formatted with\mknormrange
, that means you don’t have to type--
to get an endash for page ranges.
- New data-field
arachne = {}
to reference to the database iDAI.objects arachne - Alias
matheseis
forthesis
(for all Zotero-users) (\DeclareBibliographyAlias{mathesis}{thesis}
) - field
eventdatelanguage
, you can get the date of the fieldeventdate
in the chosen language, enable witheventdatelanguage=true
inreferences=true
is now calledinreferencesasfullcite=true
due to better understanding of the option. There is a fallback.bibstrings
are defined inarchaeologie.bbx
noweditortype
is now used asparens
autolang=hyphen
now you can uselangid={}
to manage to language of an entry
- better coding for the year delimiter (thanks to moewe!)
- Version
initials
has to be deleted since its incompatibility tobiber
-version2.11
see plk/biber#215
citeauthorformat=firstinitialsthenfamily
as requested in see issue no. 138,citeauthorformat=firstfullthenfamily
jstor=false
by default, since it is no part of the guidelineslstabbrv=true
by defaultlstlocations=true
by defaultlstpublishers=true
by defaultciteauthorformat=firstfull
is now calledciteauthorformat=firstfulltheninitials
- wrong entry with
\archaeologieoptions
deleted - labeldates now work correctly
\citereset
for author names see issue no. 122\citetitle
will give the original title of a work which has the optionancient
;\citetitle*
instead will always give title without year.- no comma before
in:
if title is missing (got wrong in last version) volume
/volumes
are now shown forbook
etc.daterange
for a sequence of two years (now delimited by\
)- Short-journal for
Archaeologia
volume
is now automatically a Roman numeral forbook
,inbook
,collection
,incollection
,proceedings
,inproceedings
, you only insert the Arabic number.
This update is also due to compatibility with biblatex 3.8a
/biber 2.8
.
- Arrangement of multiple authors with
\textcites
; see see issue no. 115, solved with https://tex.stackexchange.com/a/387162/98739 - Delimiter of
subtitle
andtitleaddon
, it is now a comma instead of fullstop. - Remodelled the bibmacro
volume
and fixed a bug of a duplicatevolume
. in:
is now always with minorI
it doesn’t matter if follows a dot.
-
@MvBook
and its children can be listed in the bibliography together see issue no. 118 -
\citetitle*
for showing the publication title without year of publication. -
You can use the namefield
bookauthor
now, then no (ed.) will be printed.
- typo in documentation
- if there is no
translator
\citetranslator
will fall back to thebibstring
"owntranslation" which can be modified; see 112 and tex.stackexchange.com/q/385719/98739 thanks to moewe
- wrong code-example in documentation
- issue see issue no. 111 (regarding option
inreferences
) solved, thanks to moewe
- number after year in an article if there is no volume.
- volume and title for ancient publications
- empty space deleted after bibliography entries (has only been visible when using option
seenote
) - typo in the German documentation
- related example in German documentation corrected
- get the translator of an ancient opus with
\citetranslator
or\citetranslator*
- more citation commands (
\smartcite
;\autocite
;\fullcite
;\footfullcite
) - support for
polyglossia
- typo
documentation with new style
- added
uniqueme
for variant translations of ancient works. - added
bibliography-filearchaeologie-examples.bib
included