diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-archaeology/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-archaeology/README.md | 38 |
1 files changed, 21 insertions, 17 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-archaeology/README.md b/Master/texmf-dist/doc/latex/biblatex-archaeology/README.md index 7f74ce2404a..c744d511c57 100644 --- a/Master/texmf-dist/doc/latex/biblatex-archaeology/README.md +++ b/Master/texmf-dist/doc/latex/biblatex-archaeology/README.md @@ -1,28 +1,28 @@ -# The `biblatex-archaeology` package +# The `biblatex-archaeology` styles [v2.0] ## Objective -`biblatex-archaeology` provides a collection of style files for the `biblatex` bibliography package. It is designed for the use of German researchers into material culture, especially prehistorians and medieval archaeologists. Generally their bibliography styles are more or less variations of the [guide lines of the Römisch-Germanische Kommission (RGK)](http://www.av-rheinland.de/Richtlinien.pdf), nowithstanding of being verbose or inline styles. I tried to develop generic styles, that cover all the needs and allow for easy generation of local styles. Refer to the enclosed manual document for further details. +`biblatex-archaeology` provides a collection of style files for the `biblatex` bibliography package. It is designed for the use of German researchers into material culture, especially prehistorians and medieval archaeologists. Generally their bibliography styles are more or less variations of the [guide lines of the Römisch-Germanische Kommission (RGK)](https://www.uni-bamberg.de/fileadmin/uni/fakultaeten/ggeo_professuren/fruehgesch_archaeologie/Dateien/RGK_Richtlinien.pdf), nowithstanding of being verbose or inline styles. I tried to develop generic styles, that cover all the needs and allow for easy generation of local styles. Refer to the enclosed manual document for further details. ## Installing 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 - pdflatex biblatex-archaeology - Biber biblatex-archaeology - makeindex -s gglo.ist -o biblatex-archaeology.gls biblatex-archaeology.glo - makeindex -s gind.ist biblatex-archaeology.idx - pdflatex biblatex-archaeology - pdflatex biblatex-archaeology + 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 Remark that you MUST employ Biber. BibTeX won't work. @@ -30,9 +30,9 @@ In contrast to CPAN the GitHub sources include Perl scripts and Windows batch fi ## Usage -The package provides several style files for the `biblatex` bibliography package. It is called through `biblatex`' style option, e. g.: +The package provides several style files for the `biblatex` bibliography package. It is called through `biblatex`' style option, fi.: - \usepackage[style=rgk-verbose,backend=biber]{biblatex} + \usepackage[style=rgk-verbose]{biblatex} Remark that `biblatex-archaeology` makes heavy use of Biber-only features. It won't work properly with BibTeX as backend. For a detailed styles and commands reference refer to the manual. At present the following end user styles are provided: @@ -51,13 +51,17 @@ Remark that `biblatex-archaeology` makes heavy use of Biber-only features. It wo - karl - maja - mpk +- mpkoeaw - nnu - offa - rgk-inline +- rgk-numeric - rgk-verbose - rgzm-inline +- rgzm-numeric - rgzm-verbose - ufg-muenster-inline +- ufg-muenster-numeric - ufg-muenster-verbose - volkskunde - zaak @@ -65,15 +69,15 @@ Remark that `biblatex-archaeology` makes heavy use of Biber-only features. It wo ## Help -The package ist 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/). 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). +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). 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 or my personal website. +the news feeds of CTAN, GitHub, Academia or my personal website. ## Copyright -© 2005–2017 by [Ingram Braun](https://ingram-braun.net/) +© 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) ## License |