diff options
author | Karl Berry <karl@freefriends.org> | 2017-11-19 22:17:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-11-19 22:17:06 +0000 |
commit | 39010d345f62fd98626853160fbacf66fc329f0d (patch) | |
tree | 04cf2a9a138c050ad152b5099162784c3740bdaf /Master/texmf-dist/doc/latex/archaeologie/README.md | |
parent | a7b966f17514051acc780c2aa7fee25ca8748ecc (diff) |
archaeologie (19nov17)
git-svn-id: svn://tug.org/texlive/trunk@45852 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/archaeologie/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/archaeologie/README.md | 33 |
1 files changed, 25 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/archaeologie/README.md b/Master/texmf-dist/doc/latex/archaeologie/README.md index 10fa1cb815a..d5afaf32494 100644 --- a/Master/texmf-dist/doc/latex/archaeologie/README.md +++ b/Master/texmf-dist/doc/latex/archaeologie/README.md @@ -5,7 +5,8 @@ bibLaTeX-__archaeologie__ bibLaTeX-style for archaeologists, historians and philologists. --- -_2017/08/10 v2.3.3_ +_2017/11/19 v2.3.4_ + Copyright (c) 2017 Lukas C. Bossert | Johannes Friedl @@ -43,11 +44,11 @@ mandatory: language files: -- archaeologie-german.lbx -- archaeologie-english.lbx -- archaeologie-french.lbx -- archaeologie-italian.lbx -- archaeologie-spanish.lbx +- german-archaeologie.lbx +- english-archaeologie.lbx +- french-archaeologie.lbx +- italian-archaeologie.lbx +- spanish-archaeologie.lbx additional lists and bibliographies: @@ -65,10 +66,26 @@ All notable changes to this project will be documented in this file. This project **does not** adhere to [Semantic Versioning](http://semver.org/). The markdown syntax is inspired by the conventions proposed by [keepachangelog.com](http://keepachangelog.com/). -## unreleased (beta status) +## v2.3.4 (2017-11-19) --> [current release] +This update is also due to compatibility with `biblatex 3.8a`/`biber 2.8`. + +#### *fixed* +* Arrangement of multiple authors with `\textcites`; see +[#115](https://github.com/LukasCBossert/biblatex-archaeologie/issues/115), solved with [https://tex.stackexchange.com/a/387162/98739](https://tex.stackexchange.com/a/387162/98739) +* Delimiter of `subtitle` and `titleaddon`, it is now a comma instead of fullstop. +* Remodelled the bibmacro `volume` and fixed a bug of a duplicate `volume`. +* `in:` is now always with minor `I` it doesn’t matter if follows a dot. + + +#### *added* +* `@MvBook` and its children can be listed in the bibliography together; see [#118](https://github.com/LukasCBossert/biblatex-archaeologie/issues/118) + +* `\citetitle*` for showing the publication title without year of publication + +* You can use the namefield `bookauthor` now, then no *(ed.)* will be printed. -## v2.3.3 (2017-08-10) --> [current release] +## v2.3.3 (2017-08-10) #### *fixed* * typo in documentation |