Skip to content

Commit

Permalink
report changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lueck committed Feb 2, 2025
1 parent e284cfd commit 53b506f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changes

## dev

- function `app:prints-sigla($context as node()) as xs:boolean` that decides if sigla are to be printed
- changed signature of named template `app:sigla`
- new package `xsl/latex/libpreamble.xsl`:
- named template `preamble:preamble` (abstract) for generating a preamble without document class
- named template `preamble:header` for generating a preamble with a
document class, with buisness logic for full preamble, or a
preamble for subfile for a mainfile/subfiles setup based on LaTeX
package `subfiles`
- named template `preamble:mainfile` for generating a mainfile in a
subfiles/mainfile setup
- `xsl/projects/alea/latex/prose.xsl` ready for production

## 0.14.2-8

- fixed deployment workflow on github
Expand Down

0 comments on commit 53b506f

Please sign in to comment.