Herbert Voß submitted an update to the
pst-tools
package.
Version number: 0.12 2021-09-23
License type: lppl
Summary description: PSTricks support functions
Announcement text:
----------------------------------------------------------------------
0.12 2021-09-23 - rename optional argument PSfont to printfont to prevent clash with
other packages ----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/pstricks/contrib/pst-tools
More information is at
https://www.ctan.org/pkg/pst-tools
CTAN is run entirely by volunteers and supported by TeX user groups
Please join a user group or donate to one, see https://ctan.org/lugs
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Ina Dau
--
Yegor Bugayenko submitted the
debate
package.
Version number: 0.1.0
License type: mit
Summary description: Insert notes in the form of dialogues
Announcement text:
----------------------------------------------------------------------
The package lets you organize debates between document reviewers right
inside the text. The debates can be hidden in the final print of the
document.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/debate
More information is at
https://www.ctan.org/pkg/debate
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Erik Braun
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Kale Ewasiuk submitted the
YAMLvars
package.
Version: 2021-09-24
License: mit
Summary description: A YAML parser and tool for easy LaTeX definition creation
Announcement text:
----------------------------------------------------------------------
This LuaLaTeX package provides a YAML parser (the Lua package tinyyaml)
and some functions to declare and define LaTeX definitions using YAML files.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/yamlvars
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/luatex/latex/yamlvars/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Vít Novotný submitted an update to the
fibeamer
package.
Version: 1.2.0 2021-09-07
License: lppl1.3
Summary description: Beamer theme for thesis defense presentations at Masaryk University (Brno, Czech Republic)
Announcement text:
----------------------------------------------------------------------
- Added support for the University of Brescia by @ceres-c. (51634b8)
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/fibeamer
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/beamer-contrib/themes/fibeame…
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Jean-François Burnol submitted an update to the
etoc
package.
Version number: 1.09e 2021-09-23
License type: lppl1.3c
Summary description: Completely customisable TOCs
Announcement text:
----------------------------------------------------------------------
Needed (if etoc is used without hyperref) updates to internal macros to
prepare for the upcoming LaTeX November 2021 change to contentsline.
Related updates to the user macro etoctoccontentsline.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/etoc
More information is at
https://www.ctan.org/pkg/etoc
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Erik Braun
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Nicola Talbot submitted an update to the
glossaries-extra
package.
Version number: 1.46 2021-09-20
License type: lppl1.3
Summary description: An extension to the glossaries package
Announcement text:
----------------------------------------------------------------------
* Test bib files added to provide bib2gls support for the
corresponding test files added to glossaries v4.47:
example-glossaries-childmultipar.bib
example-glossaries-longchild.bib
* glossaries-extra.sty:
- Package option record=alsoindex is has been changed to record=hybrid
(alsoindex is now a deprecated synonym).
This name change is to avoid ambiguity. The alsoindex refers to not
only adding records to the aux file (for bib2gls) but also indexing
using the more conventional makeindex/xindy route. This hybrid approach
is provided for the rare instances where an existing xindy
rule or module is too complicated to convert to a bib2gls rule but the
entries need to be fetched from a bib file. There's
no benefit in using this option with makeindex.
- Altered the warning text if printglossary (or
printglossaries) is omitted with record=hybrid (since the
default text with makeglossaries provided by glossaries.sty
assumes no bib2gls).
- Bug fix #175: https://www.dickimaw-books.com/bugtracker.php?key=175
(Spurious space with hyperoutside being false in math mode)
This is actually a bug in @glsxtrsetaliasnoindex which
introduced unwanted scoping in v1.21 when ifglshasfield (which
doesn't add grouping) was replaced with the unstarred version of
glsxtrifhasfield (which does). This was causing
glsxtrsetaliasnoindex to be scoped so it no longer had any
effect but it also introduced {} which only makes a noticeable
visual difference under very specific circumstances, such as
the one in the bug report.
- replaced some instances of edef with protected@edef when
defining control sequences that store labels or lists of
labels. Similarly for xdef and eappto. (Aiming towards support
for UTF-8 characters in labels with PDFLaTeX, but may not be fully
implemented so not yet documented.)
* glossaries-extra-stylemods.sty:
- Bug fix #181: https://www.dickimaw-books.com/bugtracker.php?key=181
(stylemods alttree introduces a space at the start of descriptions)
New commands have now been added to replace the use of
glstreepredesc and glstreechildpredesc (which were causing
the problem): glsalttreepredesc and glsalttreechildpredesc
* glossary-topic.sty:
- Bug fix #176: https://www.dickimaw-books.com/bugtracker.php?key=176
(Last displayed topic subitem has invalid indentation)
- Bug fix #182: https://www.dickimaw-books.com/bugtracker.php?key=182
(topic style doesn't retain hangindent for multi-paragraph descriptions)
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/glossaries-extra
More information is at
https://www.ctan.org/pkg/glossaries-extra
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Erik Braun
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Nicola Talbot submitted an update to the
glossaries
package.
Version: 4.47 2021-09-20
License: lppl1.3
Summary description: Create glossaries and lists of acronyms
Announcement text:
----------------------------------------------------------------------
* added new files containing dummy entries for testing:
- example-glossaries-longchild.tex
- example-glossaries-childmultipar.tex
* glossaries.sty:
- Rollback to v4.46 is available, if necessary:
usepackage{glossaries}[=v4.46]
- bug fix #173 https://www.dickimaw-books.com/bugtracker.php?key=173
(.glsdefs not updated if entry definition modified)
This bug fix has also led to support for the use of the 'see' key
within the document environment.
** Delete your .glsdefs files on upgrading **
Note that this update slightly changes the format of the .glsdefs file.
If you have a system that parses this file (for example, to pick
up labels for autocompletion) it will need to be modified.
Old format:
ifglsentryexists{<label>}{}%
{%
gls@defglossaryentry{<label>}%
{%
<key value list>
}%
}%
New format:
glsdefs@newdocentry{<label>}%
{%
<key value list>
}%
- bug fix #162 https://www.dickimaw-books.com/bugtracker.php?key=162
(
ewacronym without setacronymstyle but with
glsnoexpandfields has incorrect plurals)
- bug fix #166 https://www.dickimaw-books.com/bugtracker.php?key=166
( also needs escaping with makeindex's quote character in the
event that the sort value contains commands like | or ! with
sanitizesort=true)
- bug file #177 https://www.dickimaw-books.com/bugtracker.php?key=177
(spurious glolist@ at the end of glslabels file with writeglslabels option)
- new package option 'writeglslabelnames'
(as writeglslabels but also writes the name)
- added warnings to deprecated acronym style package options
'description', 'footnote', 'smaller', 'smallcaps', 'dua'
and corresponding commands, such as SetDescriptionFootnoteAcronymStyle.
(These package options and commands were deprecated in v4.02 2013-12-05
and have been labelled as deprecated in the manual since then.)
The warnings can be suppressed with the 'nowarn' package option
but it's better to use setacronymstyle instead (or switch to
glossaries-extra's abbreviations).
- replaced some instances of edef with protected@edef when
defining control sequences that store labels or lists of
labels. Similarly for xdef and eappto. (Aiming towards
support for UTF-8 characters in labels with PDFLaTeX, but
may not be fully implemented so not yet documented.)
* makeglossaries-lite:
- added hybrid instructions if glossaries-extra record option detected but not
makeglossaries
- bug fix #183 https://www.dickimaw-books.com/bugtracker.php?key=183
(bad argument #1 to 'gsub' when makeglossaries missing)
- Only add double-quotes if filename contains any spaces
(should address issue #129)
* makeglossaries:
- added hybrid instructions if glossaries-extra record option detected but not
makeglossaries
- only add double-quotes to makeindex/xindy if space occurs in
the pathname. (Issue #129 for makeglossaries-lite will probably
also cause the same problem for makeglossaries since it relates
to the behaviour of certain versions of cmd.exe in Windows.)
* user manual:
- some sections have been rearranged.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/glossaries
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/glossaries/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Longaster submitted the
zitie
package.
Version: 1.1 2021-09-23
License: lppl1.3c
Summary description: Create CJK character calligraphy practicing sheets
Announcement text:
----------------------------------------------------------------------
zitie is a LaTeX package for making CJK character calligraphy
practicing sheets (copybooks).
Currently, only XeTeX is supported.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/zitie
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/xetex/latex/zitie/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Nan Geng submitted an update to the
hanzibox
package.
Version number: 1.1.0
License type: lppl1.3
Summary description: Simplify the input of Chinese characters
Announcement text:
----------------------------------------------------------------------
Improved hanzibox.pdf documentation, added asterisk version of
hanzibox* macro, added option to hide PinYin, Chinese characters or
translations text, and other detailrevisions.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/xetex/latex/hanzibox
More information is at
https://www.ctan.org/pkg/hanzibox
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Manfred Lotz
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs .
Benjamin McKay submitted an update to the
willowtreebook
package.
Version number: 1.02 2021-09-22
License type: lppl1.3c
Summary description: Easy basic book class, built on memoir
Announcement text:
----------------------------------------------------------------------
The willowtreebook class is a simple book class, which I use for
lecture notes. It actually just selects options for the more
sophisticated memoir class.
Changes: added hint and bibliography preambles, to load before the
hints or bibliography.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/willowtreebook
More information is at
https://www.ctan.org/pkg/willowtreebook
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Manfred Lotz
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs .
Joseph Wright submitted an update to the
siunitx
package.
Version: 3.0.31 2021-09-22
License: lppl1.3c
Summary description: A comprehensive (SI) units package
Announcement text:
----------------------------------------------------------------------
## [v3.0.31]
### Changed
- Avoid infinite loop with `tex4ht` (issue
[#549](https://github.com/josephwright/siunitx/issues/549))
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/siunitx
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/siunitx/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Jonathan P. Spratte submitted an update to the
expkv-cs
package.
Version number: 1.1a 2021-09-20
License type: lppl1.3c
Summary description: Define expandable key=val macros using expkv
Announcement text:
----------------------------------------------------------------------
This release fixes the usage of macros in short key names and allows
explicit par-tokens in all key names.
Also ConTeXt support was added (not thoroughly tested).
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/generic/expkv-cs
More information is at
https://www.ctan.org/pkg/expkv-cs
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Manfred Lotz
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs .
Jonathan P. Spratte submitted an update to the
expkv-def
package.
Version: 0.8c 2021-09-20
License: lppl1.3c
Summary description: A key-defining frontend for expkv
Announcement text:
----------------------------------------------------------------------
This release makes the key parsing more robust by using
detokenize earlier.
Also ConTeXt support was added (not thoroughly tested).
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/expkv-def
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/generic/expkv-def/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Jonathan P. Spratte submitted an update to the
expkv
package.
Version: 1.9a 2021-09-20
License: lppl1.3c
Summary description: An expandable key=val implementation
Announcement text:
----------------------------------------------------------------------
In previous releases the rules on key names were inconsistent, with
explicit par-tokens supported in some places and leading to low level
errors in others.
In this release this is unified to allow explicit par-tokens in key
names everywhere. They are not supported in set names.
Also ConTeXt support was added (but not thoroughly tested).
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/expkv
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/generic/expkv/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Kale Ewasiuk submitted an update to the
penlight
package.
Version: 2021-09-20
License: mit
Summary description: Penlight Lua libraries made available to LuaLaTeX users
Announcement text:
----------------------------------------------------------------------
penlight--a popular pure-Lua library--now available for LuaLaTeX users.
This package update has merged several .lua files into one
to avoid potential naming conflict.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/penlight
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/luatex/generic/penlight/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Nan Geng submitted the
hanzibox
package.
Version number: 1.0.0
License type: lppl1.3
Summary description: Simplify the input of Chinese characters
Announcement text:
----------------------------------------------------------------------
`hanzibox.sty` is a LaTeX package written to simplify the input of Chinese
characters and phrases with pronunciation(Hanyu Pinyin) and translation.
Hanyu Pinyin was placed above Chinese character by xpinyin package and the
translation was placed below Chinese character.
`hanzibox.sty` is a utility for creating Chinese practise sheets, dialogs,
character and phrases explanations and more.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/xetex/latex/hanzibox
More information is at
https://www.ctan.org/pkg/hanzibox
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Erik Braun
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Antoine Missier submitted an update to the
spacingtricks
package.
Version number: 1.4 2021-09-20
License type: lppl1.3
Summary description: Dealing with some spacing issues
Announcement text:
----------------------------------------------------------------------
A mistake in the documentation is now corrected
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/spacingtricks
More information is at
https://www.ctan.org/pkg/spacingtricks
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Erik Braun
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Máté Cserép submitted an update to the
elteikthesis
package.
Version number: 2.2
License type: mit
Summary description: Thesis template for Eötvös Loránd University (Informatics)
Announcement text:
----------------------------------------------------------------------
Improvements and fixes:
- Use the subcaption package instead of the outdated subfigure
- Use setspace package for spacing
- Use algorithmicx package for algorithms
- Add the list of algorithms
- Integrate with minted for source code highlighting
- Set theorem and definition styles
- Enable the use of XeTex or LuaTex
- Move settings.tex definitions inside the class file
- Load geometry before fancyhdr
- Compile thesis title and author into PDF metadata
- Add the draft document option
- Add phantomsection before List of Things, so TOC will link to the proper page
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/elteikthesis
More information is at
https://www.ctan.org/pkg/elteikthesis
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Erik Braun
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Antoine Missier submitted an update to the
arraycols
package.
Version number: 1.2
License type: lppl1.3
Summary description: New column types for array and tabular environments
Announcement text:
----------------------------------------------------------------------
Incompatibility with siunitx package (also called by pstricks-add) is
solved
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/arraycols
More information is at
https://www.ctan.org/pkg/arraycols
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Erik Braun
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Phelype Oleinik submitted an update to the
lipsum
package.
Version number: 2.7
License type: lppl1.3
Summary description: Easy access to the Lorem Ipsum and other dummy texts
Announcement text:
----------------------------------------------------------------------
## [2.7]
### Changed
- Rework language loading mechanism (gh/10).
### Fixed
- Hyphenation pattern setting with `polyglossia` (gh/10).
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/lipsum
More information is at
https://www.ctan.org/pkg/lipsum
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Erik Braun
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Thomas F. Sturm submitted an update to the
genealogytree
package.
Version number: 2.1.0 2021-09-20
License type: lppl1.3
Summary description: Pedigree and genealogical tree diagrams
Announcement text:
----------------------------------------------------------------------
### Added
- Portuguese translation provided by Natan de Almeida Laverde
- Value `portuguese` for option `language`
### Changed
- Readme moved and adapted from README to README.md
- Changelog moved from documentation `genealogytree.pdf` to CHANGES.md and adapted to
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- From now on version numbers adhere to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html)
### Fixed
- `options for subtree` had no effect in v2.01 (issue #39)
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/genealogytree
More information is at
https://www.ctan.org/pkg/genealogytree
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Erik Braun
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Akira Yamaji submitted an update to the
mcf2graph
package.
Version number: 4.72 2021-09-20
License type: mit
Summary description: Draw chemical structure diagrams with
Metafont/MetaPost
Announcement text:
----------------------------------------------------------------------
-change syntax of beginfont()
keep file open 'f+' => 'v+'
enable to use default input file name
-change syntax of query()
input file name 'i:' => 'f:'
-fix bug in beginfont(),endfont
-fix bug in query()
-fix bug in expand mode
-update mcf_data_base.mcf
-update MCF manual,example
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/mcf2graph
More information is at
https://www.ctan.org/pkg/mcf2graph
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Erik Braun
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Antoine Missier submitted an update to the
schooldocs
package.
Version number: 1.1 2021-09-18
License type: lppl1.3
Summary description: Various layout styles for school documents
Announcement text:
----------------------------------------------------------------------
Better internationalization with the ``translations'' package
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/schooldocs
More information is at
https://www.ctan.org/pkg/schooldocs
CTAN is run entirely by volunteers and supported by TeX user groups
Please join a user group or donate to one, see https://ctan.org/lugs
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Ina Dau
--
Uwe Ziegenhagen submitted an update to the
dtk-bibliography
package.
Version number: 2021/03 2021-09-19
License type: lppl1.3c
Summary description: Bibliography of “Die TeXnische Komödie”
Announcement text:
----------------------------------------------------------------------
2021-09-19 for issue 2021/03
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/info/dtk-bibliography
More information is at
https://www.ctan.org/pkg/dtk-bibliography
CTAN is run entirely by volunteers and supported by TeX user groups
Please join a user group or donate to one, see https://ctan.org/lugs
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Ina Dau
--
Takuto Asakura submitted an update to the
Light LaTeX Make
package.
Version number: 1.1.0
License type: mit
Summary description: llmk: A build tool for LaTeX documents
Announcement text:
----------------------------------------------------------------------
This version includes the following changes.
- Allow %!TeX program for the TeXShop program directive
- Minor tweaks and documentation improvement
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/support/light-latex-make
More information is at
https://www.ctan.org/pkg/Light LaTeX Make
CTAN is run entirely by volunteers and supported by TeX user groups
Please join a user group or donate to one, see https://ctan.org/lugs
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Ina Dau
--
Kale Ewasiuk submitted the
penlight
package.
Version: 2021-09-19
License: mit
Summary description: Penlight Lua libraries made available to LuaLaTeX users
Announcement text:
----------------------------------------------------------------------
Penlight--a popular pure-Lua library--now available for LuaLaTeX users.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/penlight
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/luatex/generic/penlight/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Josef Friedrich submitted an update to the
luakeys
package.
Version: 0.2 2021-09-19
License: lppl1.3c
Summary description: A Lua module for parsing key-value options
Announcement text:
----------------------------------------------------------------------
* Allow all recognized data types as keys
* Allow TeX macros in the values
* New public Lua functions: save(identifier, result), get(identifier)
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/luakeys
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/luatex/generic/luakeys/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Antoine Missier submitted an update to the
exesheet
package.
Version number: 1.2
License type: lppl1.3
Summary description: Typesetting exercise or exam sheets
Announcement text:
----------------------------------------------------------------------
Bug correction in macros tablenum1 and tablenuma, better
internationalization with the ``translations'' package
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/exesheet
More information is at
https://www.ctan.org/pkg/exesheet
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Manfred Lotz
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs .
Jonathan P. Spratte submitted an update to the
expkv-def
package.
Version number: 0.8b 2021-09-18
License type: lppl1.3c
Summary description: A key-defining frontend for expkv
Announcement text:
----------------------------------------------------------------------
This release adds support to use `initial` with NoVal-keys.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/generic/expkv-def
More information is at
https://www.ctan.org/pkg/expkv-def
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Manfred Lotz
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs .
Hironori Kitagawa submitted an update to the
luatexja
package.
Version: 20210918.0
License: bsd
Summary description: Typeset Japanese with Lua(La)TeX
Announcement text:
----------------------------------------------------------------------
* ltj-jfont.lua, ltj-unicode-ccfix.lua: Unicode 14.0.0
* Nodes that are inserted by LuaTeX-ja now inherit
the attributes of the surrounding nodes. (ticket #42855)
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/luatexja
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/luatex/generic/luatexja/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Yu Xiong submitted an update to the
njuthesis
package.
Version number: 0.9.2
License type: lppl1.3c
Summary description: LaTeX thesis template for Nanjing University
Announcement text:
----------------------------------------------------------------------
# Changes
In v0.9 the project is rebuilt with l3docstrip and the major part of
macros are now renamed with the standardized latex3 nomenclature. While
the initial versions were kind of confusing, the template now displays
a clean nature.
# Note
The documentation is composed in Chinese, since the majority of its
users are native people of this language. We hope we can work out an
English version someday.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/unicodetex/latex/njuthesis
More information is at
https://www.ctan.org/pkg/njuthesis
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Manfred Lotz
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs .
Michal Vlasák submitted an update to the
pdfextra
package.
Version: 0.2
License: other-free
Summary description: Extra PDF features for OpTeX
Announcement text:
----------------------------------------------------------------------
- plain LuaTeX / LuaLaTeX compatibility (pdfextra.tex, pdfextra.sty)
- support for OpTeX v1.04 color
- support for accessing Renditions from JavaScript
- no longer requires OpTeX's `hyperlinks` declaration (linking is active by
default, with blue color or fallback to black)
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/pdfextra
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/luatex/optex/pdfextra/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Marcel Krüger submitted the
luapstricks
package.
Version: 0.1 2021-09-16
License: lppl1.3
Summary description: A PSTricks backend for LuaLaTeX
Announcement text:
----------------------------------------------------------------------
luapstricks allows the use of PSTricks in LuaLaTeX documents
without requiring any special environments or invoking
external commands.
It is automatically loaded by PSTricks when LuaTeX is used,
so it doesn't require any explicit commands to be loaded
in common documents.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/luapstricks
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/pstricks/contrib/luapstricks/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Gustavo Barros submitted an update to the
zref-check
package.
Version: 0.2.1 2021-09-16
License: lppl1.3c
Summary description: Flexible cross-references with contextual checks based on zref
Announcement text:
----------------------------------------------------------------------
## v0.2.1 (2021-09-16)
### Changed
- Use `msg_line_context:` instead of `msg_line_number:` for messages.
- Use more efficient way to set checks as option keys in `zcheck`.
- Spare setting end label in `zcheck` for checks which don't need it.
- Separate `zref` property lists for checks and targets, so that only
the minimum set of required properties for each are used.
### Added
- New `pagegap` check.
- Provide infrastructure for integration with `zref-clever`.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/zref-check
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/zref-check/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Chris Hughes submitted an update to the
latexindent
package.
Version number: 3.12 2021-09-16
License type: gpl3
Summary description: Indent a LaTeX document, highlighting the programming structure
Announcement text:
----------------------------------------------------------------------
This release implements two new features:
- check switch available, full details at issue 215
- lines switch available, full details at issue 247
Additionally, mainDocument is now used as a preference instead of
masterDocument for the textWrap routine, although masterDocument is
still supported and will be for all V3.* of latexindent.pl.
Full details at
https://github.com/cmhughes/latexindent.pl/releases/tag/V3.12 and
within the documentation.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/support/latexindent
More information is at
https://www.ctan.org/pkg/latexindent
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Manfred Lotz
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs .
Michal Hoftich submitted an update to the
Lua-UCA
package.
Version: 0.1a 2021-09-16
License: mit
Summary description: Unicode Collation Algorithm library for Lua
Announcement text:
----------------------------------------------------------------------
Added support for all languages contained in the CLDR collation rules.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/lua-uca
The package’s files themselves can be inspected at
https://mirrors.ctan.org/support/lualibs/lua-uca/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Jinwen XU submitted an update to the
mindflow
package.
Version: 2021-09-15
License: lppl1.3c
Summary description: Write your ideas in a clear way
Announcement text:
----------------------------------------------------------------------
A better way for detecting two-column documents is adopted.
Thus the option incolumn can now be automatically enabled
in some nonstandard two-column documents, such as those
written with acmart, IEEEtran or IEEEconf, etc.
Also, the nonbreakable version has been improved, now
reacting to the option incolumn, and has separate
line numbers as in the normal version.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/mindflow
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/mindflow/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Dohyun Kim submitted an update to the
luamplib
package.
Version: 2.21.0 2021-09-16
License: gpl2
Summary description: Use LuaTeX’s built-in MetaPost interpreter
Announcement text:
----------------------------------------------------------------------
- allow empty string in textext()
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/luamplib
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/luatex/generic/luamplib/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
The LaTeX Team submitted an update to the
unicode-data
package.
Version number: 1.15 2021-09-15
License type: lppl1.3c
Summary description: Unicode data and loaders for TeX
Announcement text:
----------------------------------------------------------------------
Update to Unicode 14.0.0
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/generic/unicode-data
More information is at
https://www.ctan.org/pkg/unicode-data
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Manfred Lotz
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs .
Jinwen XU submitted an update to the
mindflow
package.
Version number: 2021-09-12
License type: lppl1.3c
Summary description: Write your ideas in a clear way
Announcement text:
----------------------------------------------------------------------
Added a
oindent to the separation line, the incolumn option now
works as expected.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/mindflow
More information is at
https://www.ctan.org/pkg/mindflow
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Manfred Lotz
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs .
Seth Price submitted an update to the
mlacls
package.
Version number: 1.0 2021-09-14
License type: lppl1.3c
Summary description: LaTeX class for MLA papers
Announcement text:
----------------------------------------------------------------------
Crucial bugfix that allows MLA 8 citations to be used without bizarre
workarounds
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/mlacls
More information is at
https://www.ctan.org/pkg/mlacls
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Erik Braun
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Michal Hoftich submitted an update to the
luaxml
package.
Version number: 0.1p 2021-09-10
License type: other-free
Summary description: Lua library for reading and serialising XML files
Announcement text:
----------------------------------------------------------------------
This is a bug-fix release:
- fix internal DOM structure when DOM_object:add_child_node() function is used
- added support for CSS attribute selectors that contain `:` character (like [xml:lang=en])
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/luatex/generic/luaxml
More information is at
https://www.ctan.org/pkg/luaxml
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Erik Braun
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Joseph Wright submitted an update to the
siunitx
package.
Version: 3.0.30 2021-09-14
License: lppl1.3c
Summary description: A comprehensive (SI) units package
Announcement text:
----------------------------------------------------------------------
## [v3.0.30]
### Changed
- Delay selection of math mode to better support `tex4ht` (issue
[#530](https://github.com/josephwright/siunitx/issues/530))
### Fixed
- Ensure that units contain ` ext` are correctly formatted when printing
in math mode (issue
[#542](https://github.com/josephwright/siunitx/issues/542))
- Use `ExplLoaderFileDate` to test for `expl3` version (issue
[#544](https://github.com/josephwright/siunitx/issues/544))
- Apply number processing options to angles (issue
[#546](https://github.com/josephwright/siunitx/issues/546))
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/siunitx
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/siunitx/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Yegor Bugayenko submitted the
clicks
package.
Version number: 0.1.1
License type: mit
Summary description: Slide Deck Animation
Announcement text:
----------------------------------------------------------------------
With the help of this package you can simulate animation in your slide deck, making it
look similar to what PowerPoint can do.
----------------------------------------------------------------------
Bug fix: https://github.com/yegor256/clicks/issues/2
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/clicks
More information is at
https://www.ctan.org/pkg/clicks
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Ina Dau
--
Jorre Vannieuwenhuyze submitted an update to the
mcexam
package.
Version: 0.5 2021-09-12
License: lppl1.3c
Summary description: Create randomized Multiple Choice questions
Announcement text:
----------------------------------------------------------------------
The mcexam package contained some bugs when answer lists were permuted.
This was caused by a version update of LaTeX some years ago.
The bugs have now been resolved.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/mcexam
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/mcexam/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
FengChendian submitted the
njuthesis
package.
Version number: 0.7.3
License type: lppl1.3c
Summary description: LaTeX thesis template for Nanjing University
Announcement text:
----------------------------------------------------------------------
FengChendian submitted the
njuthesis
package.
Version number: 0.7.3
License type: lppl1.3c
Summary description: LaTeX thesis template for Nanjing University
Announcement text:
----------------------------------------------------------------------
The first version on CTAN.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/unicodetex/latex/njuthesis
More information is at
https://www.ctan.org/pkg/njuthesis
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Manfred Lotz
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs .
The first version on CTAN.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/unicodetex/latex/njuthesis
More information is at
https://www.ctan.org/pkg/njuthesis
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Manfred Lotz
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs .
Hu Zhenzhen submitted an update to the
biblatex-gb7714-2015
package.
Version: 1.1a 2021-09-11
License: lppl1.3c
Summary description: A BibLaTeX implementation of the GBT7714-2015 bibliography style for Chinese users
Announcement text:
----------------------------------------------------------------------
1. modify the mechanism for part of the punctuation in author names.
2. modify the mechanism for format of Chinese Pinyin in author names.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/biblatex-gb7714-2015
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/biblatex-contrib/biblatex-gb7…
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Anthony Di Pietro submitted the
uwa-letterhead
package.
Version: 1.0.0 2019-08-31
License: lppl1.3
Summary description: The letterhead of the University of Western Australia
Announcement text:
----------------------------------------------------------------------
This package generates the letterhead of the University of Western Australia.
It requires the UWA logo in PDF format, which is available in SVG format at
https://static-listing.weboffice.uwa.edu.au/visualid/core-rebrand/img/uwacr…,
and uses the Arial (https://docs.microsoft.com/en-us/typography/font-list/arial)
and UWA Slab (https://www.brand.uwa.edu.au/) fonts by default.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/uwa-letterhead
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/unicodetex/latex/uwa-letterhead/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Herbert Voß submitted an update to the
pstricks-add
package.
Version: 3.90 2021-09-10
License: lppl
Summary description: A collection of add-ons and bugfixes for PSTricks
Announcement text:
----------------------------------------------------------------------
pstricks-add.tex
v 3.90 2021-09-10
- changes for using package with lualatex
- fix for psOLympicRings
pstricks-add.sty
- move psRiemann into the tex file
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/pstricks-add
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/pstricks/contrib/pstricks-add/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs