Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sieversMartin committed Nov 27, 2021
1 parent 4ab4caf commit 1a255ed
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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
Expand Down Expand Up @@ -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]:
Expand Down
2 changes: 1 addition & 1 deletion CorpusAvesticum.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion brill.cls
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
16 changes: 8 additions & 8 deletions xindex-muyaPassages.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a255ed

Please sign in to comment.