Karl Berry submitted an update to the
latex2e-help-texinfo
package.
Version number: 2023-01-15
License type: other-free
Summary description: Unofficial reference manual covering LaTeX2e
Announcement text:
----------------------------------------------------------------------
A new version of the unofficial LaTeX2e reference manual is available.
The easiest way to view the manual is by visiting: https://latexref.xyz
It is also available in TeX distributions, and on CTAN at:
https://ctan.org/pkg/latex2e-help-texinfo
Notable changes since the last release:
Additions:
* For each node name foo & bar, provide separate anchors for foo and
bar, so they can be referenced individually, especially online.
* Brief discussion of bold math alternatives, including for OpenType.
Fixes:
* description of definition and use of optional arguments somewhat clarified.
* exttt{ extbackslash} (and extbraceleft and extbraceright)
require T1 or other non-default encoding to produce typewriter characters.
* dots description extended, with more about the amsmath redefinition,
and Unicode vs. traditional typesetting.
* Spanish translation brought up to date.
Formatting:
* For the TeX output, enable microtype, since Texinfo now supports it.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Suggestions, bug reports, all discussion welcome.
Some ideas for contributions: https://latexref.xyz/dev/writing.html
Mailing list details: https://lists.tug.org/latexrefman
(in short, email latexrefman(a)tug.org).
Repository and development information:
https://latexref.xyz/dev/
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/info/latex2e-help-texinfo
More information is at
https://www.ctan.org/pkg/latex2e-help-texinfo
------------------------------------------------------------------------
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
The PGF/TikZ Team submitted an update to the
pgf
package.
Version number: 3.1.10
License type: lppl1.3c gpl2 fdl
Summary description: Create PostScript and PDF graphics in TeX
Announcement text:
----------------------------------------------------------------------
## [3.1.10] - 2023-01-13 Henri Menke
Even though this release is not too heavy on user-facing additions it has seen a
lot of contributed changes. Thanks to everyone who volunteered their time!
### BREAKING CHANGES
- `pgfversiondatetime` and `pgfrevisiondatetime` have been removed.
`pgfversiondate` and `pgfrevisiondate` now use the format `YYYY-MM-DD`.
`pgfrevision{,date}` and `pgfversion{,date}` are synonyms for now, but the
revision should eventually gain back its original meaning. However, as of now
this is not supported by l3build.
- Many operations in `pgfkeys` used to use `csname` directly which lets the
given csname become `
elax` in case it wasn't defined. This resulted in some
leakage of accidentally `
elax`ed keys into the global scope. This has been
cleaned up a little. To preserve compatibility macros that used to expand to a
`
elax`ed csname now expand to a primitive `
elax`. This affects the
user-level commands `pgfkeysgetvalue` and `pgfkeysgetvalueof`. For the
former the change should not be visible except for the number of expansions
required. For `pgfkeysgetvalueof`, however, the behavior is manifestly
different in that it will now expand to an alias for the primitive `
elax` in
case the value is undefined instead of a `
elax`ed csname. It has always been
semantically wrong to assign to the result of `pgfkeysgetvalueof`, but now it
will have undesired side-effects. Therefore this change is breaking.
- The `textures` and `vtex` drivers have been deprecated. Both engines are no
longer in active development and lack eTeX features which are required for
quite some time in PGF.
- The file `pgfutil-common-lists.tex` is deprecated and therefore no longer
`input` by `pgfutil-common.tex`. The macros from this file are specifically
meant for pgfplots and are not used in PGF at all.
### Added
- l3build support for packaging PGF/TikZ
- Add Matrix chat to README
- Add rhombic polihedra #1022
- Add Developer Certificate of Origin (DCO) to Pull Request template and enforce
- Add test set for `graphdrawing` (gd)
- pgfkeys gained support for loading libraries
- Add dependabot to keep GitHub Actions up to date
### Fixed
- Wrap logic gate symbol in `pgfinterruptpicture` for shapes in library
`shapes.gates.logic.IEC`
- Remove superfluous `;` for shape `arrow box`
- Remove superfluous `/utils/exec` in animations
- Gobble `pgf@stop` when parsing finishes in animations
- Add missing `pgf@sys@tonumber` before `<dimen>` in drivers and animations
- Rewrite `dash expand off`
- Better unknown key error msg in decorations
- Fix `let` in drivers for two csnames #1088
- Protect against comma in pgfkeys arguments #389
- Let active `` expand to non-active `` in pgfmath #1062
- Protect against comma in `/tikz/rotate fit` argument and make it
eagerly evaluated #1071
- Set pics/code in angle #1068
- Fix for externalization and horizontal mode
- Avoid spurious tokens in `pgfcalendarifdate` expansion
- Remove angle restriction #1048
- Fix compatibility of `external` lib with `fadings` lib
- Only clearpage and flush `pgfutil@everybye` if non-empty #724
- Fix foreach documentation #1039
- Fix pgfmathless documentation #1040
- Blend mode as array is deprecated #1037
- One-step expansion for `pgfmathrandomitem` in pgfmath #1033
- Check whether expanded is a primitive in all engines
- Reinsert the last token when giving up on a path #1025
- Make `/tikz/local bounding box` aware of `name prefix` and `name suffix`
- Add empty Pattern dictionary to Resources dictionary
- Spelling and typo fixes in the manual
- Update Debian installation instructions
- Suppress white space at line end when `datavisualization` reads from a file
#1112
- Form-only patterns have no specified color #1122
- Make `graphdrawing` work with `name prefix` and `name suffix` options #1087
- pgfkeys was a bit too relaxed around `
elax` #1132
- Remove spurious spaces for `3d view` #1151
- Fix incorrectly placed matrix delimiters for implicitly positioned nodes #1102
- Use `/.append` to fix a wrong usage of `/.add` in pgfmanual #1201
### Changed
- Cleanup `
ewif`s
- Remove unused scripts
- Remove experiments/ folder
- Simplify loading by delegating to top-level files
- Promote `Missing character` to errors in building manual
- Flatten the doc tree
- Ensure ` racinglostchars<3` in `pgf@picture`
- Use descriptive workflow job ids
- Ensure `doc` v2 is loaded for pgfmanual
- Ensure active `^^M` is non-expandable in `codeexample`
### Contributors
- 3geek14
- BeneIII
- graue70
- Gábor Braun
- Joel Coffman
- Jonathan Spratte
- Joseph Wright
- Mario Frasca
- Michael Kuron
- Michal Hoftich
- muzimuzhi
- PhelypeOleinik
- QJLc
- Stefan Pinnow
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/pgf/base
More information is at
https://www.ctan.org/pkg/pgf
------------------------------------------------------------------------
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
Karl Berry submitted an update to the
texfot
package.
Version: 1.48 2022-12-16
License: pd
Summary description: Filter clutter from the output of a TeX run
Announcement text:
----------------------------------------------------------------------
texfot is a small Perl script to filter the online output from
a TeX run, attempting to show only those messages which are likely
to deserve some action. The TeX invocation itself can remain unchanged.
This small update adds reporting of errors and warnings from Lua modules
by default (Module.*(Error|Warning)).
This program has no home page other than CTAN and no mailing lists.
Please send bug reports/requests/discussion directly to me,
karl(a)freefriends.org.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/texfot
The package’s files themselves can be inspected at
https://mirrors.ctan.org/support/texfot/
------------------------------------------------------------------------
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
Yifan Liang submitted the
zennote
package.
Version: 1.0.0 2023-01-10
License: cc-by-4
Summary description: Streamline your note-taking process!
Announcement text:
----------------------------------------------------------------------
This package aims to provide you with an easy interface to speed
up the process when organizing and producing elegant notes.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/zennote
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/zennote/
------------------------------------------------------------------------
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: 1.1.2 2023-01-15
License type: lppl1.3c
Summary description: LaTeX thesis template for Nanjing University
Announcement text:
----------------------------------------------------------------------
# Fixed
- Add underline oon abstract page for graduate template
- Fix display problem with second supervisor for graduate template
- Center the emblem for undergraduate template
For more information, see <https://github.com/nju-lug/NJUThesis/blob/master/CHANGELOG.md>.
----------------------------------------------------------------------
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
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
The Association GUTenberg submitted updates to the
letgut
package.
Version: 0.9.6 2023-01-14
License: lppl1.3c
Summary description: Class for the newsletter “La Lettre GUTenberg” of the French TeX User Group GUTenberg
Announcement text:
----------------------------------------------------------------------
0.9.5 2023-01-13 :
### Added
- Files (`.tex` source, images files, bibliographic files, etc.)
used to typeset an article possibly attached to the Lettre's PDF.
- Starred version of `inputarticle` that prevents the previous feature.
- Boolean option that (un)forces the previous feature.
- Plural forms `lettres` and `lettresgut` of `lettre` and `lettregut`.
- Shortcuts for “(a|A)ssociation GUTenberg”.
- Starred versions of `person` and `author` that sort the lists of
persons/authors in alphabetic order.
- Environment for announcements.
- Environments and commands for rebus and their solutions.
### Changed
- `⅛` replaced by `™` as a short equivalent of ~lstinline~ (the former is
considered as math if ~unicode-math~ is loaded).
- Documentation updated.
### Fixed
Several bugs and sub-optimalities.
0.9.6 2023-01-14 :
### Fixed
Hot fix for the attachment of the Lettre's source files to its PDF.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/letgut
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/luatex/latex/letgut/
------------------------------------------------------------------------
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
Tobias Enderle submitted an update to the
PyLuaTeX
package.
Version: 0.6.0 2023-01-14
License: mit lppl1.3c
Summary description: Execute Python code on the fly in your LaTeX documents
Announcement text:
----------------------------------------------------------------------
Added support for logging from Python
The new function tex.log() writes logging messages to the TeX log, e.g.
egin{python}
tex.log('This text goes to the TeX log.')
end{python}
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/pyluatex
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/luatex/latex/pyluatex/
------------------------------------------------------------------------
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 number: 0.13.0 2023-01-13
License type: lppl1.3c
Summary description: A Lua module for parsing key-value options
Announcement text:
----------------------------------------------------------------------
### Added
- New function `utils.log.get()` to get the current log level.
- New function `utils.tex_printf()`: Combines `tex.print()` and Lua’s
`string.format()`.
- More type annotations for better syntax highlighting when used with
the [lua-language-server](https://github.com/sumneko/lua-language-server)
- Documentation for the `error_messages` table.
### Changed
- Rename the function `utils.log.set_log_level()` into `utils.log.set()`
### Fixed
- Keys with the attribute `opposite_keys` always got a value, even if
the key wasn’t set.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/luatex/generic/luakeys
More information is at
https://www.ctan.org/pkg/luakeys
------------------------------------------------------------------------
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
Alceu Frigeri submitted an update to the
ufrgscca
package.
Version: 1.0.6 2023-01-13
License: lppl1.3c gpl
Summary description: A bundle for undergraduate students final work/report (tcc) at UFRGS/EE
Announcement text:
----------------------------------------------------------------------
- added a package option: nonrequired
(ref. internship, see documentation)
- documentation update
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/ufrgscca
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/ufrgscca/
------------------------------------------------------------------------
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
Oberdiek Package Support Group submitted an update to the
embedfile
package.
Version: 2.12 2023-01-12
License: lppl1.3c
Summary description: Embed files into PDF
Announcement text:
----------------------------------------------------------------------
* Improve compability with tex4ht (PR #7)
* Always add a /UF key (PR #6)
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/embedfile
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/embedfile/
------------------------------------------------------------------------
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