From 1a255edf7353d0af627d57a57d73c2802d6018f7 Mon Sep 17 00:00:00 2001 From: Martin Sievers Date: Sat, 27 Nov 2021 22:02:57 +0100 Subject: [PATCH] Prepare release --- CHANGELOG.md | 12 ++++++------ CorpusAvesticum.tex | 2 +- brill.cls | 2 +- xindex-muyaPassages.lua | 16 ++++++++-------- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b54a6d5..ae5f51a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,14 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] -## [0.96.1] - 2021-11-02 +## [0.97.0] - 2021-11-27 +### Fixed +- Using `booktabsstyle=false` resulted in an error due to a `\begingroup...\endgroup` +## [0.96.1] - 2021-11-02 ### Fixed - `xindex` config file (\#11199) ## [0.96.0] - 2021-10-30 - ### Added - Replace AY in postorigdatetext field with small caps (\#11167) @@ -23,23 +25,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [0.95.0] - 2021-09-11 - ### Fixed - Sorting for numbers and sort order in Sanskrit (\#11130, \#11131) ## [0.94.0] - 2021-09-05 - ### Fixed - Handling of table notes for tables without headers (\#11032) ## [0.93.0] - 2021-08-30 - ### Fixed - Restrict font changes for stanza to a local scope (\#11088) - Wrong number in definition of `\textellipsis` ## [0.92.0] - 2021-07-20 - ### Fixed - Fix handling for missing height parameter for brillfigure" - Revert changes for empty lines in input file @@ -1085,6 +1083,8 @@ environment in order to use inline enumerated list [Unreleased]: https://redmine.kompetenzzentrum.uni-trier.de/projects/muya/repository/latex?utf8=%E2%9C%93&rev= +[0.97.0]: +https://redmine.kompetenzzentrum.uni-trier.de/projects/muya/repository/latex?utf8=%E2%9C%93&rev=v0.97.0 [0.96.1]: https://redmine.kompetenzzentrum.uni-trier.de/projects/muya/repository/latex?utf8=%E2%9C%93&rev=v0.96.1 [0.96.0]: diff --git a/CorpusAvesticum.tex b/CorpusAvesticum.tex index a9938c5..8a5237c 100644 --- a/CorpusAvesticum.tex +++ b/CorpusAvesticum.tex @@ -26,7 +26,7 @@ % xindex-muyaPassages.lua %% \ProvidesFile{CorpusAvesticum.tex}% - [2021/11/02 v0.96.1 Configuration file for brill] + [2021/11/27 v0.97.0 Configuration file for brill] \RequirePackage{xspace} \RequirePackage{collcell} \RequirePackage{newunicodechar} diff --git a/brill.cls b/brill.cls index d1cdd9e..87ccbea 100644 --- a/brill.cls +++ b/brill.cls @@ -26,7 +26,7 @@ % xindex-muyaPassages.lua %% \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{brill}[2021/11/02 v0.96.1 A template for Brill publications] +\ProvidesClass{brill}[2021/11/27 v0.97.0 A template for Brill publications] \RequirePackage{iftex} \RequirePackage{kvoptions} \SetupKeyvalOptions { diff --git a/xindex-muyaPassages.lua b/xindex-muyaPassages.lua index 0dd82a5..17d1c68 100644 --- a/xindex-muyaPassages.lua +++ b/xindex-muyaPassages.lua @@ -7,20 +7,20 @@ ----------------------------------------------------------------------- if not modules then modules = { } end modules ['xindex-muyaPassages'] = { - version = 0.33, - comment = "", + version = 0.34, + comment = "Custom config file for MuYa project", author = "Martin Sievers", copyright = "Martin Sievers", license = "LPPL 1.3" } itemPageDelimiter = "\\quad " -compressPages = true -fCompress = false -minCompress = 1 -rangeSymbol = "--" -numericPage = true -sublabels = {"", "", "", ""} +compressPages = true +fCompress = false +minCompress = 1 +rangeSymbol = "--" +numericPage = true +sublabels = {"", "", "", ""} pageNoPrefixDel = "" indexOpening = "" idxnewletter = "\\textbf" -- Only valid if -n is not set