From 0536ca13912205612e4e32223b076f0e5b276262 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 30 Apr 2019 22:34:21 +0000 Subject: archaeologie (30apr19) git-svn-id: svn://tug.org/texlive/trunk@50908 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/archaeologie/Makefile | 60 --------------------- Master/texmf-dist/doc/latex/archaeologie/README.md | 26 ++++++--- .../doc/latex/archaeologie/archaeologie.pdf | Bin 1205641 -> 1059841 bytes 3 files changed, 20 insertions(+), 66 deletions(-) delete mode 100644 Master/texmf-dist/doc/latex/archaeologie/Makefile (limited to 'Master/texmf-dist/doc/latex/archaeologie') diff --git a/Master/texmf-dist/doc/latex/archaeologie/Makefile b/Master/texmf-dist/doc/latex/archaeologie/Makefile deleted file mode 100644 index 60276c63277..00000000000 --- a/Master/texmf-dist/doc/latex/archaeologie/Makefile +++ /dev/null @@ -1,60 +0,0 @@ -MAKE = make -NAME = archaeologie -NAMEtypeout = $(CYAN)*** $(NAME) ***$(NC) -BIB = $(NAME) -PFX = biblatex- -SHELL = bash -PWD = $(shell pwd) -TEMP := $(shell mktemp -d -t tmp.XXXXXXXXXX) -TDIR = $(TEMP)/$(NAME) -VERS = $(shell /bin/date "+%Y-%m-%d---%H-%M-%S") -LOCAL = $(shell kpsewhich --var-value TEXMFLOCAL) -# Colors -RED = \033[0;31m -CYAN = \033[0;36m -NC = \033[0m - -.PHONY: all clean cleanall zip install uninstall -# Just create the PDF -all: $(NAME).pdf - @echo -e "$(NAMEtypeout)\n$(RED) * all up to date * $(NC)" - @exit 0 - -# How to create the PDF -$(NAME).pdf: $(NAME).dtx - latexmk -lualatex -f $(NAME).dtx - - -# clean all temporary files -clean: - rm -f {$(NAME),$(BIB)}.{sectionbibs.aux,thm,bibexample,biographies.aux,xdv,aux,mw,bbl,bcf,blg,doc,fdb_latexmk,fls,glo,gls,hd,idx,ilg,ind,listing,log,nav,out,run.xml,snm,synctex.gz,toc,vrb} - rm -f $(NAME).markdown.{in,lua,out} - rm -f *.{log,aux} - rm -rf _markdown_* - @echo -e "$(NAMEtypeout) \n $(RED)cleaned temp files $(NC)" - -# clean all files -cleanbundle: clean - rm -f *.{{b,c,d,l}bx,ins,pdf,zip,bib} - @echo -e "$(NAMEtypeout) \n $(RED)cleaned all files $(NC)" - -# zip files up for sending etc. -ctan: all - rm -f $(NAME)*.zip - mkdir $(TDIR) - cp $(NAME).{dtx,pdf} README.md Makefile $(TDIR) - cd $(TEMP); zip -Drq $(PWD)/$(NAME)-$(VERS).zip $(NAME) - @echo -e "$(NAMEtypeout) \n $(RED)files zipped $(NC)" - -# install in your local TEX folder -install: all - sudo mkdir -p $(LOCAL)/{tex,source,doc}/latex/$(PFX)$(NAME) - sudo cp $(NAME).{dtx,ins} $(LOCAL)/source/latex/$(PFX)$(NAME) - sudo cp $(BIB).{b,c,d}bx {english,german,italian,french,spanish}-$(NAME).lbx $(LOCAL)/tex/latex/$(PFX)$(NAME) - sudo cp $(NAME).pdf $(NAME)-*.bib $(LOCAL)/doc/latex/$(PFX)$(NAME) - sudo mktexlsr - @echo -e "$(NAMEtypeout) \n $(RED)all files installed$(NC)" - -uninstall: - sudo rm -r $(LOCAL)/{tex,source,doc}/latex/$(PFX)$(NAME) - sudo mktexlsr diff --git a/Master/texmf-dist/doc/latex/archaeologie/README.md b/Master/texmf-dist/doc/latex/archaeologie/README.md index 668e496ff5a..406a03a246a 100644 --- a/Master/texmf-dist/doc/latex/archaeologie/README.md +++ b/Master/texmf-dist/doc/latex/archaeologie/README.md @@ -4,7 +4,7 @@ bibLaTeX-__archaeologie__ Bundle bibLaTeX-style for archaeologists, historians and philologists. --- -Copyright (c) 2016-2018 Lukas C. Bossert +Copyright (c) 2016-2019 Lukas C. Bossert Copyright (c) 2015 Lukas C. Bossert | Johannes Friedl @@ -82,18 +82,35 @@ If you are using macOS you will be asked for your user account password for the Further options of this makefile are: * `clean`: deletes all unnecessary files -* `cleanbundle`: deletes all files except `.dtx`, `.pl`, `.md`. You will get the plain version of this bundle. +* `cleanbundle`: 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](https://github.com/LukasCBossert/biblatex-archaeologie). ## Changelog -All notable changes to this project will be documented in the README.md. +All notable changes to this project will be documented in the [README.md](https://github.com/LukasCBossert/biblatex-archaeologie/blob/master/README.md). 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/). +## v2.4.2 (2019-05-01) + +### *Fixed* +* Handling ranges of years for `inreferences` [see issue no. 150](https://github.com/LukasCBossert/biblatex-archaeologie/issues/150) + +### *Changed* +* Renaming `\labelnamepunct` to `\nametitledelim` (biblatex 3.12 compatibility) + +## v2.4.1 (2019-04-11) + +### *Fixed* +* some errors in the documentation + +### *Changed* +* default sorting template changed to `ndymdt`, as suggested in https://tex.stackexchange.com/a/46879/98739 [see issue no. 148](https://github.com/LukasCBossert/biblatex-archaeologie/issues/148) + ## v2.4.0 (2018-09-25) ### *Fixed* @@ -211,6 +228,3 @@ This update is also due to compatibility with `biblatex 3.8a`/`biber 2.8`. ## v2.2 (2016-09-25) * *added*
`uniqueme` for variant translations of ancient works. * *added*
bibliography-file `archaeologie-examples.bib` included - -[current release]: http://www.biblatex-archaeologie.de -[unreleased]: http://github.com/LukasCBossert/biblatex-archaeologie diff --git a/Master/texmf-dist/doc/latex/archaeologie/archaeologie.pdf b/Master/texmf-dist/doc/latex/archaeologie/archaeologie.pdf index d2d92886546..f67d70e0870 100644 Binary files a/Master/texmf-dist/doc/latex/archaeologie/archaeologie.pdf and b/Master/texmf-dist/doc/latex/archaeologie/archaeologie.pdf differ -- cgit v1.2.3