The LaTeX Project Team submitted an update to the
latex-base
package.
Version: 2024-11-01 PL1
License: lppl1.3c
Summary description: Base sources of LaTeX
Announcement text:
--------------------------------------------------------------------------------
#########################
# 2024-11-01 PL1 Release
#########################
2024-11-22 Frank Mittelbach <Frank.Mittelbach(a)latex-project.org>
* lttagging.dtx (section{Implementation}):
Declare ag_if_active:TF and friends in the kernel (gh/1558)
2024-11-19 Frank Mittelbach <Frank.Mittelbach(a)latex-project.org>
* lttextcomp.dtx:
Allow using DeclareEncodingSubset in the document body so that it
can be placed into .fd file (gh/1518)
* cmfonts.fdd:
Add DeclareEncodingSubset declarations in the .fd files for
ts1cmr, ts1cmss, ts1cmtt, and ts1cmvtt (gh/1518)
* ltfssbas.dtx:
Moved DeclareEncodingSubset and CheckEncodingSubset from
lttextcomp.dtx into this file
* fontdef.dtx:
Preload ts1cmr.fd, ts1cmss.fd, and ts1cmtt in the kernel
Drop unnecessary DeclareFontSubstitution declarations
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/base
More information is at
https://www.ctan.org/pkg/latex-base
--------------------------------------------------------------------------------
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 .
gusbrs submitted an update to the
zref-clever
package.
Version: 0.5.0 2024-11-25
License: lppl1.3c
Summary description: Clever LaTeX cross-references based on zref
Announcement text:
----------------------------------------------------------------------
### Added
- Swedish localization (see issue
[#35](https://github.com/gusbrs/zref-clever/issues/35)).
### Changed
- The `declension` option from `zcDeclareLanguage`, the `case` option
from `zcLanguageSetup`, and the `d` general option (from `zcref`)
have been renamed to `variants`, `variant`, and `v`, respectively.
This is a semantic generalization of the existing infrastructure.
In other words, the package now interprets more broadly type name
variants, which can be used for any language-specific needs and not
just declension cases. See discussion at issue [#35]
(https://github.com/gusbrs/zref-clever/issues/35).
### Deprecated
- The `declension` option from `zcDeclareLanguage`, the `case` option
from `zcLanguageSetup`, and the `d` general option (from `zcref`)
have been deprecated in favor of their new names.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/zref-clever
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/zref-clever/
------------------------------------------------------------------------
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
Daniel Flipo submitted an update to the
LeteSansMath
package.
Version: 0.44 2024-11-24
License: ofl lppl1.3c
Summary description: Lato-based OpenType Math font for LuaTeX and XeTeX
Announcement text:
--------------------------------------------------------------------------------
- Glyphs U+0332 and U+23DC to U+23DF resized for consistency.
- Fixed vertical composition of int symbol (U+222B).
- Glyphs U+21D0 to U+21D5, U+27F8 to U+27FA, U+27FD, and U+27FE
slightly changed to be constent with the equal sign (U+003D).
Horizontal composition of these arrows reworked.
- Horizontal composition of triple and quadruple stroked arrows
(U+21DA, U+21DB, U+2B45, U+2B46) reworked.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/fonts/lete-sans-math
More information is at
https://www.ctan.org/pkg/lete-sans-math
--------------------------------------------------------------------------------
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 .
Dohyun Kim submitted an update to the
luamplib
package.
Version number: 2.35.1 2024-11-25
License type: gpl2
Summary description: Use LuaTeX’s built-in MetaPost interpreter
Announcement text:
----------------------------------------------------------------------
* cope with 'TEX(char13)': remove everything from char13 to the end of input string
(https://tug.org/pipermail/metapost/2024-November/003572.html)
* (WIP) avoid internal command names of tagpdf/kernel code (#151)
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/luatex/generic/luamplib
More information is at
https://www.ctan.org/pkg/luamplib
------------------------------------------------------------------------
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
Sašo Živanović submitted an update to the
EasyDTX
package.
Version number: 0.2.0 2024-11-23
License type: gpl3+
Summary description: A simplified DTX format
Announcement text:
----------------------------------------------------------------------
EasyDTX is a variant of the DTX format which eliminates the need for all those
pesky `macrocode` environments. Any line introduced by a single comment counts
as documentation, and documentation lines may be indented.
New in version 0.2.0:
* Generalized to support comments in other programming languages
(used to typeset the documented code of Memoize's extraction scripts).
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/support/easydtx
More information is at
https://www.ctan.org/pkg/easydtx
------------------------------------------------------------------------
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
Sašo Živanović submitted an update to the
Memoize
package.
Version number: 1.4.0 2024-11-24
License type: lppl1.3c
Summary description: Externalization of graphics and memoization of compilation
results in general
Announcement text:
----------------------------------------------------------------------
* New features:
* Support Beamer modes.
* Support externs typeset on landscape pages.
* Implement `salt` and related keys (used by Beamer mode support).
* Minor changes:
* Allow changing `prefix` in `mmznext` (used by Beamer mode support).
* To better support user interaction with foreign package support, any
unknown `/mmz` keys issued in the preamble are retried at `begindocument/end`.
* Bugfixes:
* Allow for (expandable) macros in reference keys advised by `auto/ref`.
* Fix a regular expression in `memoize-clean.py`.
* Documentation:
* Improve the troubleshooting sections (2.9, 3.1).
* Update and rewrite installation instructions (`INSTALL.md`).
* Fix some typos and formatting issues.
* Several under-the-hood changes and changes to the build system, including a
cleaner way to compile the examples and documentation.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/generic/memoize
More information is at
https://www.ctan.org/pkg/memoize
------------------------------------------------------------------------
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
Mingyu Xia submitted an update to the
hduThesiS
package.
Version: 0.4.0 2024-11-25
License: lppl1.3c
Summary description: LaTeX class for bachelor and MPhil theses in Hangzhou Dianzi University
Announcement text:
----------------------------------------------------------------------
- Add module for creating HDU’s stationery.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/hduthesis
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/xetex/latex/hduthesis/
------------------------------------------------------------------------
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
Alain Matthes submitted an update to the
tkz-elements
package.
Version: 3.00c
License: lppl1.3
Summary description: A Lua library for drawing Euclidean geometry with TikZ or tkz-euclide
Announcement text:
--------------------------------------------------------------------------------
It is now possible to use the `directlua` primitive to perform `lua` code. In
this case, tables and scaling can be reset using the `init_elements` function.
You can still use the `tkzelements` environment, but only if you load the
`luacode` package. The documentation is compiled without the `luacode` package.
- Examples have been added to the `transfers` section of the documentation
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/tkz/tkz-elements
More information is at
https://www.ctan.org/pkg/tkz-elements
--------------------------------------------------------------------------------
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 .
Yukoh Kusakabe submitted an update to the
jpnedumathsymbols
package.
Version: 1.3 2024-11-24
License: mit
Summary description: Mathematical equation representation in Japanese education
Announcement text:
--------------------------------------------------------------------------------
Mathematical equation representation in Japanese education differs somewhat
from the standard LaTeX writing style. This package introduces mathematical
equation representation in Japanese education.
Documentation corrections only:
## Version 1.3 2024-11-24
- Rewrited README and documents (added a new acknowledgement and corresponded to a URL change).
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/jpnedumathsymbols
More information is at
https://www.ctan.org/pkg/jpnedumathsymbols
--------------------------------------------------------------------------------
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 .
João M. Lourenço submitted an update to the
stocksize
package.
Version: 1.0.3 2024-11-23
License: lppl1.3c
Summary description: A flexible and easy interface to paper (stock) dimensions
Announcement text:
----------------------------------------------------------------------
Minor fix in the documentation.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/stocksize
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/stocksize/
------------------------------------------------------------------------
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
Battista Benciolini submitted an update to the
linearregression
package.
Version: 2024-11-23
License: lppl
Summary description: Calculate and display linear regressions
Announcement text:
----------------------------------------------------------------------
New version of ** linearregression ** , a package for computing
linear regressions and showing the results.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/linearregression
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/linearregression/
------------------------------------------------------------------------
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
Yukoh Kusakabe submitted an update to the
hideanswer
package.
Version: 1.2 2024-11-23
License: mit
Summary description: Generate documents with and without answers by toggling a switch
Announcement text:
----------------------------------------------------------------------
This package can generate documents with and without answers
from a single file by toggling a switch. However, it can
only be used to create documents to be printed on paper.
Documentation corrections only:
## Version 1.2 2024-11-23
- Fixed errors in documentation (replaced switchanswer and switchanswer*).
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/hideanswer
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/hideanswer/
------------------------------------------------------------------------
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
Francesco Contini submitted the
biblatex-accursius
package.
Version: 1.0
License: lppl1.3
Summary description: Citing features for Italian jurists
Announcement text:
----------------------------------------------------------------------
Lawyers can use LaTeX too. The biblatex-accursius style is designed
for Italian jurists. On the one hand, it offers a citation style
similar to the most popular one in Italian legal scholarship.
On the other hand, and more importantly, it creates new fields
and lists specifically for citing legal materials, such as laws,
soft law, treaties and case law.
This style has already been used in a law thesis. In fact, it was
created to comply with the specific guidelines of the Law School
and of the supervisor. This publication is to share this work with
others, instead of keeping it hidden. Most importantly, it allows
the community to help correct and improve it.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/biblatex-accursius
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/biblatex-contrib/biblatex-acc…
------------------------------------------------------------------------
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
Mingyu Xia submitted an update to the
hduThesiS
package.
Version: 0.3.4 2024-11-23
License: lppl1.3c
Summary description: LaTeX class for bachelor and MPhil theses in Hangzhou Dianzi University
Announcement text:
----------------------------------------------------------------------
- Fixed the wrong page number format.
- Supervisor's title can be specified.
- Changed the dotted line in toc to dashed line.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/hduthesis
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/xetex/latex/hduthesis/
------------------------------------------------------------------------
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 Project Team submitted an update to the
tagpdf
package.
Version number: 0.99j 2024-11-22
License type: lppl1.3c
Summary description: Code for PDF tagging using pdfLaTeX and LuaLaTeX
Announcement text:
----------------------------------------------------------------------
## [2024-11-22]
Version 0.99j
### Changed
- allow ag_if_active: to be defined in the kernel, (latex2e issue#1558)
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/tagpdf
More information is at
https://www.ctan.org/pkg/tagpdf
------------------------------------------------------------------------
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
Jianrui Lyu submitted an update to the
TeXFindPkg
package.
Version: 2024A 2024-11-22
License: gpl3
Summary description: Query or install TeX packages and their dependencies
Announcement text:
--------------------------------------------------------------------------------
This release mainly focuses on helping package writers to install a minimal
TeXLive distribution with all package dependencies resolved, which is useful
for them to run regression tests with GitHub Actions.
- use default extension .sty in -f option
- add -p option for querying all files in a package
- add -i option for reading arguments from file
- add -o option for writing dependent list to files
- record and print full dependent list of packages
- sort package lists before printing them
- ignore commands from package options (#7)
- give better message when all are installed (#10)
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/support/texfindpkg
More information is at
https://www.ctan.org/pkg/texfindpkg
--------------------------------------------------------------------------------
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 .
Yukoh Kusakabe submitted an update to the
jpnedumathsymbols
package.
Version: 1.2 2024-11-22
License: mit
Summary description: Mathematical equation representation in Japanese education
Announcement text:
----------------------------------------------------------------------
Mathematical equation representation in Japanese education differs
somewhat from the standard LaTeX writing style.
This package introduces mathematical equation representation
in Japanese education.
## Version 1.2 2024-11-22
- Adjusted the position of sqrt,
otparallel and similar.
- Add eand*, eor*, simul*, vvec, vvec*, vinp, sum, expectation,
variance, deviation,
omination*, equation**, align** and gather**
(** environments are tagged only the last line).
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/jpnedumathsymbols
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/jpnedumathsymbols/
------------------------------------------------------------------------
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
Daniel Flipo submitted an update to the
kpfonts-otf
package.
Version: 0.64 2024-11-21
License: ofl lppl1.3
Summary description: OTF version of the Kp-fonts
Announcement text:
----------------------------------------------------------------------
Text fonts enhancements:
- The set of sub/super-scripts has been enlarged for supercitations:
punctuation, dashes and delimiters added;
- New option `fakedscripts` added to kpfonts-otf.sty for users
who do not want to load the `realscripts` package.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/kpfonts-otf
The package’s files themselves can be inspected at
https://mirrors.ctan.org/fonts/kpfonts-otf/
------------------------------------------------------------------------
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 Starý Novotný submitted an update to the
markdown
package.
Version number: 3.9.0-0-g4f1abe21 2024-11-21
License type: lppl1.3c
Summary description: Converting and rendering markdown documents inside TeX
Announcement text:
----------------------------------------------------------------------
Development:
- Convert built-in LaTeX themes `witiko/dot` and `witiko/graphicx/http` into
plain TeX themes. (#514, #522, #529)
This allows these themes to be used in formats such as plain TeX and ConTeXt
as well.
Refactoring:
- Remove dependencies on `ifthen`, `gobble`, and `catchfile`. (#514, #522, #529)
- Store small built-in LaTeX themes `witiko/dot`, `witiko/graphicx/http`, and
`witiko/tilde` in expl3 props in files `markdown.tex` and `markdown.sty`.
(#514, #522, #529)
This simplifies the distribution and installation of these themes, which were
previously located in individual `.tex` and `.sty` files.
The built-in plain TeX, LaTeX, and ConTeXt themes `witiko/markdown/defaults`
are still distributed in individual files. This is because inlining these
themes in files `markdown.tex`, `markdown.sty`, and `t-markdown.tex` would
make it more difficult for users to copy and modify these themes without
delaying updates to the Markdown package itself. Furthermore, these themes
are large and storing/executing them from an expl3 prop would make it more
difficult to determine the line numbers when errors occur.
Fixes:
- Protect renderers and renderer prototypes. (#465, #506)
After this change, default renderers and renderer prototypes as well
as renderers and renderers and prototypes defined using the keys
`renderers` and `rendererPrototypes` of the command `markdownSetup`
are protected, which is usually preferable for typesetting.
New keys `unprotectedRenderers` and `unprotectedRendererPrototypes`
were also added to the command `markdownSetup`. These keys define
unprotected renderers and renderer prototypes, respectively, which are easier
to expand and may be preferable for programming.
Defaults:
- Define default LaTeX renderer prototypes for table identifiers.
(#525, suggested by @machitgarha, #528)
This establishes a reliable method for authors to reference tables within
Markdown:
``` tex
documentclass{article}
usepackage[
pipe_tables,
table_attributes,
table_captions,
relative_references,
]{markdown}
egin{document}
egin{markdown}
| Right | *Left* | Default | Center |
|------:|:-------|-------------|:------:|
| 12 | 12 | 12 | 12 |
| 123 | 123 | **123** | 123 |
| 1 | 1 | 1 | 1 |
: Demonstration of *pipe table* syntax with the caption spreading over
multiple lines. {#identifier .class-name key=value}
Demonstration of a *relative reference*: See Table <#identifier>.
end{markdown}
end{document}
```
- Define default LaTeX renderer prototypes for bracketed spans.
(discussed with @MacLotsen at TUG 2024 and with @TeXhackse at matrix.org, #528)
This establishes a reliable method for authors to reference the last LaTeX
counter that has been incremented in e.g. ordered lists.
``` tex
documentclass{article}
usepackage[
bracketed_spans,
relative_references,
start_number = false,
]{markdown}
egin{document}
egin{markdown}
Demonstration of *bracketed spans* syntax:
1. First item
2. [Second item]{#second-item}
3. Third item
Demonstration of a *relative reference*: See item <#second-item>.
end{markdown}
end{document}
```
- Use package LuaXML in default LaTeX renderer prototypes for content blocks,
raw blocks, and inline raw spans. (#469, #532, co-authored by @michal-h21)
This allows authors to render HTML fragments in their LaTeX documents:
`````` tex
documentclass{article}
usepackage[content_blocks, raw_attribute]{markdown}
egin{filecontents}[overwrite, nosearch, noheader]{example_input.html}
<b>foo</b> <i>bar</i>
end{filecontents}
egin{document}
egin{markdown}
Raw text span: `<b>foo</b> <i>bar</i>`{=html}
Raw code block:
``` {=html}
<b>foo</b> <i>bar</i>
```
Content block:
/example_input.html
end{markdown}
end{document}
``````
Deprecation:
- Remove support for TeX Live 2022. (da85e015, 8f2d25c7)
This change also removes the Lua module `markdown-tinyyaml`, which has been
scheduled for removal ever since the Lua module `tinyyaml` was uploaded to
CTAN in TeX Live 2023.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/generic/markdown
More information is at
https://www.ctan.org/pkg/markdown
------------------------------------------------------------------------
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
Mingyu Xia submitted an update to the
hduThesiS
package.
Version: 0.3.3 2024-11-21
License: lppl1.3c
Summary description: LaTeX class for bachelor and MPhil theses in Hangzhou Dianzi University
Announcement text:
--------------------------------------------------------------------------------
Version 0.3.3 released.
- Merge hduthesisdoc.cls from a class to a module hdu.l3doc-module.code.
- Move DocInfo from hduthesis.cls to module unv.layout.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/xetex/latex/hduthesis
More information is at
https://www.ctan.org/pkg/hduthesis
--------------------------------------------------------------------------------
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 .
Jianrui Lyu submitted an update to the
codehigh
package.
Version: 2024A 2024-11-20
License: lppl1.3c
Summary description: Highlight code and demos with l3regex and lpeg
Announcement text:
----------------------------------------------------------------------
- reimplement fakeverb without l3regex (#13)
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/codehigh
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/codehigh/
------------------------------------------------------------------------
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
Hans-Martin Münch submitted an update to the
pagesLTS
package.
Version: 2.0a 2024-11-20
License: lppl1.3c
Summary description: Variants of last page labels
Announcement text:
----------------------------------------------------------------------
• Kernel-updates broke the package, the package was repaired and
updated to the new kernel-code; ports from lastpage.
• Removed unit.
• Removed XXRoman (deprecated at least since 2015).
• Renamed pagesLTS@ifcounter to pagesLTS@providecounter.
• Renamed pagesLTS.lastpage to pagesLTSlastpage.
• Removed code from/need for packages prelim2e, ltxcmds, atveryend,
etoolbox, everyshi, letltxmacro, and rerunfilecheck.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/pageslts
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/pageslts/
------------------------------------------------------------------------
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
Pieter van Oostrum submitted an update to the
fancyhdr
package.
Version: 4.4 2024-11-20
License: lppl1.3
Summary description: Extensive control of page headers and footers in LaTeX2e
Announcement text:
--------------------------------------------------------------------------------
extramarks.sty: Add setting the new style marks for leftmark and
ightmark
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/fancyhdr
More information is at
https://www.ctan.org/pkg/fancyhdr
--------------------------------------------------------------------------------
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
biblatex-ieee
package.
Version: 1.4b 2024-11-20
License: lppl1.3c
Summary description: IEEE style files for BibLaTeX
Announcement text:
----------------------------------------------------------------------
- Sort uncompressed citation list
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/biblatex-ieee
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/biblatex-contrib/biblatex-iee…
------------------------------------------------------------------------
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
Andrew Parsloe submitted an update to the
numerica-tables
package.
Version number: 3.2.0
License type: lppl1.3c
Summary description: Create multi-column tables of mathematical functions
Announcement text:
----------------------------------------------------------------------
Among a number of smaller enhancements, version 3.2.0 of numerica-tables gains
the ability to transpose tables from function values displayed in columns to
function values displayed in rows.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/numerica-tables
More information is at
https://www.ctan.org/pkg/numerica-tables
------------------------------------------------------------------------
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
Mingyu Xia submitted an update to the
hduThesiS
package.
Version: 0.3.2 2024-11-20
License: lppl1.3c
Summary description: LaTeX class for bachelor and MPhil theses in Hangzhou Dianzi University
Announcement text:
--------------------------------------------------------------------------------
Version 0.3.2 released
- Changed to use the interfaces of ctex to format sections.
- Class for user's manual added.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/xetex/latex/hduthesis
More information is at
https://www.ctan.org/pkg/hduthesis
--------------------------------------------------------------------------------
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 LaTeX Project Team submitted updates to the
tagpdf
package.
Version: 0.99i 2024-11-19
License: lppl1.3c
Summary description: Code for PDF tagging using pdfLaTeX and LuaLaTeX
Announcement text:
----------------------------------------------------------------------
## [2024-11-18]
Version 0.99h
### Added
- ag_mc_add_missing_to_stream:Nn, ag_mc_new_stream:n as public
function for multicol.
## [2024-11-19]
Version 0.99i
### Fixed
- ag_socket_use:nnn looses second argument when tagging is suspended.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/tagpdf
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/tagpdf/
------------------------------------------------------------------------
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
Adriano Gomes de Santana submitted the
anima
package.
Version: 1.0
License: lppl1.3c
Summary description: Create slideshows with simple animations
Announcement text:
----------------------------------------------------------------------
The idea for this package arose from noticing that including the
|pause| command from the |beamer| class within the |foreach|
loop command from the |tikz| package creates a sequence of frames,
where each slide presents a step in the construction of the image.
The purpose of the |anima| class is to provide macros that simplify
the use of this effect for creating animated slide presentations.
Although the functionality of this class can be compared to the
transition effects of the |beamer| class, it is not a dependency
of the |anima| class. However, the class makes extensive use of
the image creation language provided by the |tikz| package.
Lastly, it is worth noting a comparison between this class
and the |animate| package. The |animate| package can create
embedded animations within the document, while the |anima|
class produces an animation where each frame corresponds
to a page of the document. This distinction highlights
the different design goals of the |anima| class.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/anima
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/anima/
------------------------------------------------------------------------
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
Joseph Wright submitted an update to the
siunitx
package.
Version: 3.3.24 2024-11-19
License: lppl1.3c
Summary description: A comprehensive (SI) units package
Announcement text:
----------------------------------------------------------------------
### Fixed
- Stack exhaustion with `tabularray` (see issue
[#760](https://github.com/josephwright/siunitx/issues/760))
----------------------------------------------------------------------
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
Yukoh Kusakabe submitted an update to the
jpneduenumerate
package.
Version: 1.3 2024-11-19
License: mit
Summary description: Enumerative expressions in Japanese education
Announcement text:
----------------------------------------------------------------------
Mathematical equation representation in Japanese education differs
somewhat from the standard LaTeX writing style.
This package introduces enumerative expressions in Japanese education.
The term in Japanese education here refers to the results of my own
survey of representations in authorized textbooks for high schools
of several companies.
# Version 1.3 2024-11-19
- Improve the documentation.
- romanenumerate / Romanenumerate environment become replacing
not only |enumi| but also |enumii| and |enumiii| to (i) / (I).
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/jpneduenumerate
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/jpneduenumerate/
------------------------------------------------------------------------
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
Hans-Martin Münch submitted an update to the
turnthepage
package.
Version: 2.0a 2024-11-15
License: lppl1.3c
Summary description: Provide “turn page” instructions
Announcement text:
----------------------------------------------------------------------
The pagesLTS package has been renamed pageslts and since
version 2.0a will require eTeX and thus break the turnpagewoetex
package. The necessary code from the old pagesLTS has been merged
into the turnpagewoetex package, so that pagesLTS (or pageslts)
is no longer required.
turnpageetex now uses the commands provided by modern LaTeX-formats.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/turnthepage
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/turnthepage/
------------------------------------------------------------------------
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
François Pantigny submitted an update to the
nicematrix
package.
Version: 7.0 2024-11-18
License: lppl1.3
Summary description: Improve the typesetting of mathematical matrices with PGF
Announcement text:
--------------------------------------------------------------------------------
Compatibility with the Tagging Project.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/nicematrix
More information is at
https://www.ctan.org/pkg/nicematrix
--------------------------------------------------------------------------------
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 .
François Pantigny submitted an update to the
piton
package.
Version: 4.2 2024-11-18
License: lppl1.3
Summary description: Typeset informatic listings with LPEG of LuaLaTeX
Announcement text:
----------------------------------------------------------------------
New key 'break-numbers-anywhere'
Correction of several bugs.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/piton
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/luatex/latex/piton/
------------------------------------------------------------------------
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
Max Chernoff submitted the
extractbb
package.
Version: 1.0.0 2024-11-17
License: other-free cc-by-sa-4
Summary description: A reimplementation of extractbb, written in Lua
Announcement text:
----------------------------------------------------------------------
“extractbb” is a program that exports the dimensions of an image or PDF
file to a plain text format that is easily parsed by TeX. This tool is
rarely ran directly by users, but is frequently used by packages running
on XeTeX or upTeX. This package specifically contains a Lua-based
reimplementation extractbb that behaves identically to the original
C-based version distributed with dvipdfmx.
There are two variants of “extractbb”:
- “wrapper”: A wrapper script around the original xdvipdmfx-based
“extractbb” that is used to fix a security vulernability in
“xdvipdfmx”.
- “scratch”: A standalone implementation of “extractbb”, written in
Lua from scratch, with no dependencies on “xdvipdfmx”.
Currently, the script “extractbb” defaults to the “wrapper” variant,
but you can manually select any specific variant by setting the
“TEXLIVE_EXTRACTBB” environment variable to either “wrapper” or
“scratch”.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/extractbb
The package’s files themselves can be inspected at
https://mirrors.ctan.org/support/extractbb/
------------------------------------------------------------------------
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
Marei Peischl submitted an update to the
ZUGFeRD
package.
Version: 0.9b 2024-11-17
License: lppl1.3c
Summary description: ZUGFeRD and Faktur-X invoicing using LaTeX
Announcement text:
----------------------------------------------------------------------
* Bugfix: rename the embedded xml file
* Bugfix: remove leftover `
` character
* Adding additional tests
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/zugferd
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/zugferd/
------------------------------------------------------------------------
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
Joseph Wright submitted an update to the
biblatex-ieee
package.
Version: 1.4a 2024-11-17
License: lppl1.3c
Summary description: IEEE style files for BibLaTeX
Announcement text:
----------------------------------------------------------------------
- Correct extcite
- Correct use of
ewbibmacro
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/biblatex-ieee
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/biblatex-contrib/biblatex-iee…
------------------------------------------------------------------------
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
gusbrs submitted an update to the
zref-clever
package.
Version: 0.4.9
License: lppl1.3c
Summary description: Clever LaTeX cross-references based on zref
Announcement text:
--------------------------------------------------------------------------------
## v0.4.9 (2024-11-16)
### Changed
- Convert improved `beamer` work-around into compatibility module.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/zref-clever
More information is at
https://www.ctan.org/pkg/zref-clever
--------------------------------------------------------------------------------
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 .
Christian Tellechea submitted the
tuple
package.
Version: 0.1 2024-11-16
License: lppl1.3c
Summary description: Expandable operations for tuples of numbers
Announcement text:
----------------------------------------------------------------------
A package providing expandable operations for tuples of numbers
with “object.method” syntax.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/tuple
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/generic/tuple/
------------------------------------------------------------------------
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
Akira Yamaji submitted an update to the
mcf2graph
package.
Version: 5.14 2024-11-17
License: mit
Summary description: Draw chemical structure diagrams with MetaPost
Announcement text:
----------------------------------------------------------------------
-change syntax of inverter inside {..}
{n1,n2',n3..} => {n1,*n2,n3..}
-change syntax of separator inside {..}
{n1,*n2,n3..} => {n1'*n2'n3..}
-update mcf2graph.mp
-update main_lib.mcf
-update MCF manual,example,template
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/mcf2graph
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/mcf2graph/
------------------------------------------------------------------------
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
Daniel Flipo submitted an update to the
lettrine
package.
Version number: 2.70 2024-11-14
License type: lppl1.3
Summary description: Typeset dropped capitals
Announcement text:
----------------------------------------------------------------------
- The per letter config file declared with DeclareOptionsFile{<name>}
is loaded only once at egin{document} for better efficiency.
- The commands LettrineOptionsFor{<letter>{key/value} formerly only
available inside a config file can now also be issued in the preamble.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/lettrine
More information is at
https://www.ctan.org/pkg/lettrine
------------------------------------------------------------------------
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
Herbert Voß submitted an update to the
pstricks-base
package.
Version: 3.21
License: lppl1.3
Summary description: PostScript macros for TeX
Announcement text:
--------------------------------------------------------------------------------
version 3.21
- fix for missing pscoor in base pstricks.tex, needed by pst-geometrictools
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/pstricks/base
More information is at
https://www.ctan.org/pkg/pstricks-base
--------------------------------------------------------------------------------
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 .
Mingyu Xia submitted an update to the
HDUThesis
package.
Version: 0.3.1 2024-11-16
License: lppl1.3c
Summary description: LaTeX class for bachelor and MPhil theses in Hangzhou Dianzi University
Announcement text:
--------------------------------------------------------------------------------
Version 0.3.1 released
- Fixed the wrong judgement to the number of stdntid.
- Specified the chapters' and sections' format for postgraduate thesis.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/xetex/latex/hduthesis
More information is at
https://www.ctan.org/pkg/hduthesis
--------------------------------------------------------------------------------
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.3.23 2024-11-15
License: lppl1.3c
Summary description: A comprehensive (SI) units package
Announcement text:
----------------------------------------------------------------------
### Changed
- Adjust `colortbl` support to allow for `tabularray` (see
https://github.com/lvjr/tabularray/issues/512)
### Fixed
- Infinite loop with mixed uncertainties for quantities (see issue
[#754](https://github.com/josephwright/siunitx/issues/754))
- Allow for combination of exponent threshold and uncertainty which is
rounded exceeding main value (see issue
[#755](https://github.com/josephwright/siunitx/issues/755))
- Ignore `drop-zero-decimnal` for values with an uncertainty (see issue
[#756](https://github.com/josephwright/siunitx/issues/756))
- Output of `ohm` with `mathastext` (see issue
[#757](https://github.com/josephwright/siunitx/issues/757))
----------------------------------------------------------------------
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
Hu Zhenzhen submitted an update to the
biblatex-gb7714-2015
package.
Version: 1.1s 2024-11-15
License: lppl1.3c
Summary description: A BibLaTeX implementation of the GBT7714-2015 bibliography style for Chinese users
Announcement text:
----------------------------------------------------------------------
1. add option gbnosameeditor and modify macro bybookauthor.
2. correct macro defdblanentry to remove the bug of multiple set
of related field.
3. add style chinese-cajhss.
4. add style chinese-cajhssay.
----------------------------------------------------------------------
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
Michal Hoftich submitted an update to the
luaxml
package.
Version: 0.2b 2024-11-14
License: other-free
Summary description: Lua library for reading and serialising XML files
Announcement text:
----------------------------------------------------------------------
New features:
- added `luaxml-htmltemplates.lua` library.
It contains rules for HTML to LaTeX transformation.
- added the `default` option for the Luaxml package.
It loads translation rules for converting HTML to LaTeX.
These rules can be used in commands and environments
provided by the package via the html option.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/luaxml
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/luatex/generic/luaxml/
------------------------------------------------------------------------
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
Boris Veytsman submitted an update to the
aomart
package.
Version: 1.29 2024-11-13
License: lppl1.3
Summary description: Typeset articles for the Annals of Mathematics
Announcement text:
--------------------------------------------------------------------------------
Version 1.29
Changed the formatting of addresses at the end of the paper.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/aomart
More information is at
https://www.ctan.org/pkg/aomart
--------------------------------------------------------------------------------
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 .
samcarter submitted an update to the
beamertheme-rainbow
package.
Version: 1.0 2024-11-14
License: lppl1.3c
Summary description: A beamer colour theme which alternates theme colours on every frame
Announcement text:
--------------------------------------------------------------------------------
### New
- new macro `
ainbow` to manually change to the next colour
- new option `auto=...` to change automatic colour changing from every frame to every section or subsection
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/beamer-contrib/themes/beamert…
More information is at
https://www.ctan.org/pkg/beamertheme-rainbow
--------------------------------------------------------------------------------
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 .
Pablo González Luengo submitted an update to the
enumext
package.
Version: 1.1 2024-11-14
License: lppl1.3c
Summary description: Enumerate exercise sheets
Announcement text:
----------------------------------------------------------------------
– Fixed implementation for `font` and `base-fix` keys.
– Added new keys for symbol marks.
– Update and improvements in the internal code.
– Adjustments in the documentation.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/enumext
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/enumext/
------------------------------------------------------------------------
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
Rolf Niepraschk submitted an update to the
texlive-dummy-opensuse
package.
Version: 2024.9999-2 2024-11-14
License: lppl1.3
Summary description: Dummy TeX Live RPM for use with Open SUSE
Announcement text:
----------------------------------------------------------------------
Support for path current
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/texlive-dummy-opensuse
The package’s files themselves can be inspected at
https://mirrors.ctan.org/support/texlive/texlive-dummy/openSUSE/
------------------------------------------------------------------------
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
João M. Lourenço submitted an update to the
stocksize
package.
Version: 1.0.2 2024-11-13
License: lppl1.3c
Summary description: A flexible and easy interface to paper (stock) dimensions
Announcement text:
----------------------------------------------------------------------
The new version includes:
— A new option (keepmargins) to keep the current left/right/top/
bottom margins in the new paper/stock size.
— Updated documentation.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/stocksize
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/stocksize/
------------------------------------------------------------------------
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