Takayuki Yato submitted an update to the
pxjahyper
package.
Version: 1.0 2022-04-01
License: mit
Summary description: Hyperref support for pLaTeX
Announcement text:
----------------------------------------------------------------------
- Experimental support for use with hyperref’s 'unicode' option on pLaTeX
- The already obsolete option 'none' is abolished. (Use 'nodvidriver' instead.)
- The option 'auto' is renamed to 'autodvidriver'.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/pxjahyper
The package’s files themselves can be inspected at
https://mirrors.ctan.org/language/japanese/pxjahyper/
------------------------------------------------------------------------
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
hvfloat
package.
Version number: 2.38 2022-04-02
License type: lppl
Summary description: Controlling captions, fullpage and doublepage floats
Announcement text:
----------------------------------------------------------------------
2.38 2022-04-02
- added option l for capWidth to get a caption with linewidth,
when also using the option wide for the object
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/hvfloat
More information is at
https://www.ctan.org/pkg/hvfloat
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
--
Clemens Niederberger submitted an update to the
acro
package.
Version number: 3.8 2022-04-01
License type: lppl1.3c
Summary description: Typeset acronyms
Announcement text:
----------------------------------------------------------------------
- use LaTeX's release mechanism for managing usage for version 2 or 3
- fix issue #223: inner acronyms don't inherit articles any more
- require etoolbox for the patches
- prepare for translations v2.0
- reset table counter in longtable list template
- drop longtabu list template
- add tabularray and xltabular list templates
- add l_acro_nest_level_int
- new option acro/templates/colspec
- use Hy@raisedlink for raising links (even if this will effectively disable raising in a longtable which sets aselineskip = 0)
- fix issue #212 (record pages only during shipout)
- fix layout errors (mostly missing commas) in some of the templates
- fix error in examples file
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/acro
More information is at
https://www.ctan.org/pkg/acro
------------------------------------------------------------------------
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
Teemu Likonen submitted an update to the
kaytannollista-latexia
package.
Version number: 2022.4
License type: cc-by-sa-4
Summary description: Practical manual for LaTeX (Finnish)
Announcement text:
----------------------------------------------------------------------
Small fixes and additions: More examples for beamer class, fix date field in
litetature references, add lim operator to mathematic operator table, remove
unnecessary repetition in tabular section.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/info/kaytannollista-latexia
More information is at
https://www.ctan.org/pkg/kaytannollista-latexia
------------------------------------------------------------------------
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
VÃt Novotný submitted an update to the
markdown
package.
Version number: 2.15.0-0-g9296cf1 2022-03-31
License type: lppl1.3
Summary description: A package for converting and rendering markdown documents inside TeX
Announcement text:
----------------------------------------------------------------------
Development:
- Add reflection to the TeX implementation. (#119, 73f699b..30ee46d, 02dd30a)
- Add a proof-of-concept of integration Markdown with Pandoc. (contributed by @drehak,
#25, c40b51c)
- Add LaTeX themes for typesetting books and marketing colaterals. (contributed by
@xvrabcov, #104, a7d6d2e)
- Add an option to include arbitrary YAML documents. (#117, 78dc62b..93246a4)
- Move expl3 interface for YAML metadata from LaTeX to plain TeX. (1ec7931..95d83ba)
- Add LaTeX`markdownIfSnippetExists` command. (929137a)
- Add code key to LaTeX `markdownSetup` command. (ef53fae)
Fixes:
- Use current theme name to resolve `markdownSetup{snippet = ...}`. (0c79a80)
Documentation:
- Add directory `contributions/` with contributed third-party software. (contributed by
@drehak and @xvrabcov, c40b51c..9296cf1)
- Fix formatting gaffes in the documentation. (97dee2f)
- Remove an extra backslash in the user manual. (994d06f)
- Move `<link>` element out of the technical documentation. (18b6241)
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/generic/markdown
More information is at
https://www.ctan.org/pkg/markdown
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
--
Jianrui Lyu submitted an update to the
functional
package.
Version: 2022C 2022-04-01
License: lppl1.3c
Summary description: Provide an intuitive LaTeX2 interface for expl3
Announcement text:
----------------------------------------------------------------------
- update modules Use, Tl, Str, Clist
- add modules Seq, Prop, Quark
- add command Local for local assignments
- protect gResultTl in calling tracing log function
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/functional
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/functional/
------------------------------------------------------------------------
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
markdown
package.
Version number: 2.15.0-0-g9296cf1 2022-03-31
License type: lppl1.3
Summary description: A package for converting and rendering markdown documents inside TeX
Announcement text:
----------------------------------------------------------------------
Development:
- Add reflection to the TeX implementation. (#119, 73f699b..30ee46d, 02dd30a)
- Add a proof-of-concept of integration Markdown with Pandoc. (contributed by @drehak,
#25, c40b51c)
- Add LaTeX themes for typesetting books and marketing colaterals. (contributed by
@xvrabcov, #104, a7d6d2e)
- Add an option to include arbitrary YAML documents. (#117, 78dc62b..93246a4)
- Move expl3 interface for YAML metadata from LaTeX to plain TeX. (1ec7931..95d83ba)
- Add LaTeX`markdownIfSnippetExists` command. (929137a)
- Add code key to LaTeX `markdownSetup` command. (ef53fae)
Fixes:
- Use current theme name to resolve `markdownSetup{snippet = ...}`. (0c79a80)
Documentation:
- Add directory `contributions/` with contributed third-party software. (contributed by
@drehak and @xvrabcov, c40b51c..9296cf1)
- Fix formatting gaffes in the documentation. (97dee2f)
- Remove an extra backslash in the user manual. (994d06f)
- Move `<link>` element out of the technical documentation. (18b6241)
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/generic/markdown
More information is at
https://www.ctan.org/pkg/markdown
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
--
Jost Rossel submitted an update to the
twemojis
package.
Version: 1.3.1 (twemoji v14.0.1) 2022-03-30
License: lppl1.3 cc-by-4
Summary description: Use Twitter’s open source emojis through LaTeX commands
Announcement text:
----------------------------------------------------------------------
This release
- bumps the version of the twemoji-basis to 14.0.1
- combines all included assets in one file
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/twemojis
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/twemojis/
------------------------------------------------------------------------
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 Oberdiek Package Support Group submitted an update to the
zref
package.
Version number: 2.33 2022-03-08
License type: lppl1.3c
Summary description: A new reference scheme for LaTeX
Announcement text:
----------------------------------------------------------------------
### Fixed
- Avoid that amstext undoes the stepcounter patch in zref-perpage,
https://github.com/ho-tex/zref/issues/11
- Make the unique counter more robust when includeonly is used,
https://github.com/ho-tex/zref/issues/10
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/zref
More information is at
https://www.ctan.org/pkg/zref
------------------------------------------------------------------------
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
Reuben Thomas submitted an update to the
stage
package.
Version: 1.03
License: lppl1.3
Summary description: A LaTeX class for stage plays
Announcement text:
----------------------------------------------------------------------
This release fixes incompatibility with some other packages,
including the latest microtype, by not redefining everypar.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/stage
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/stage/
------------------------------------------------------------------------
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