Weijian Wu submitted an update to the
SJTUTeX
package.
Version: 2.1.1 2024-03-23
License: lppl1.3c
Summary description: LaTeX classes for Shanghai Jiao Tong University
Announcement text:
--------------------------------------------------------------------------------
This version mainly focused on the built-in theorem environments issues,
and added support for `thmtools` package.
For detailed changes, please refer to
https://github.com/sjtug/SJTUTeX/compare/v2.1...v2.1.1
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/sjtutex
More information is at
https://www.ctan.org/pkg/sjtutex
--------------------------------------------------------------------------------
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: 2.27.0 2024-03-23
License: gpl2
Summary description: Use LuaTeX’s built-in MetaPost interpreter
Announcement text:
----------------------------------------------------------------------
- when 'mplibcodeinherit' is enabled, 'mplibglobaltextext' is
implicitly enabled as well.
- when instance name is used to mplibcode environments, btex ...
etex boxes are also shared among the environments of the same
instance name.
- transparency functionality does not conflict with transparent package.
----------------------------------------------------------------------
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
Brian Dunn submitted an update to the
docsurvey
package.
Version: 2024-03-23
License: lppl1.3
Summary description: A survey of LaTeX documentation
Announcement text:
----------------------------------------------------------------------
Added sections for the The LaTeX Project, advanced programming,
PDF management, key/value documentation.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/docsurvey
The package’s files themselves can be inspected at
https://mirrors.ctan.org/info/docsurvey/
------------------------------------------------------------------------
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
Christoph P. Neumann submitted the
cs-techrep
package.
Version: 0.1
License: lppl1.3c
Summary description: Technical Reports in Computer Science and Software Engineering
Announcement text:
----------------------------------------------------------------------
This package provides a class for the creation of technical reports
in computer science and software engineering.
The style is a two-column format similar to IEEE.
It is intended for lab reports and provides a beginner-friendly
template example.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/cs-techrep
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/cs-techrep/
------------------------------------------------------------------------
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
Oliver Beery submitted an update to the
fontscale
package.
Version number: 1.0.2 2024-03-22
License type: lppl1.3c
Summary description: A flexible interface for setting font sizes
Announcement text:
----------------------------------------------------------------------
Performance and code improvements. Fixed issue where the key 'reset=preamble'
relied on an unsupported 'V'-type TINYINT(1) argument.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/fontscale
More information is at
https://www.ctan.org/pkg/fontscale
------------------------------------------------------------------------
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: 2.8 2024-03-22
License: lppl1.3c gpl
Summary description: A bundle for undergraduate students final work/report (tcc) at UFRGS/EE
Announcement text:
----------------------------------------------------------------------
Code speedup thanks to 'linked' property lists.
Code now relies on a more recent l3kernel.
No changes otherwise.
----------------------------------------------------------------------
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
Alceu Frigeri submitted an update to the
starray
package.
Version: 1.8 2024-03-22
License: lppl1.3c gpl
Summary description: A structured array (of properties) based on expl3
Announcement text:
----------------------------------------------------------------------
Code speedup thanks to 'linked' property lists.
Code now relies on a more recent l3kernel.
No changes otherwise.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/starray
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/starray/
------------------------------------------------------------------------
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
Alexander Krumeich submitted an update to the
biber-linux-aarch64
package.
Version: 2.20
License: artistic2
Summary description: Biber binaries for Linux_aarch64
Announcement text:
--------------------------------------------------------------------------------
These are biber binaries for the linux-aarch64 platform.
See https://ctan.org/pkg/biber for documentation, sources, and all else.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/biblio/biber/biber-linux-aarch64
More information is at
https://www.ctan.org/pkg/biber-linux-aarch64
--------------------------------------------------------------------------------
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 .
Linus Romer submitted an update to the
bezierplot
package.
Version: 1.5
License: lppl1.3c
Summary description: Approximate smooth function graphs with cubic bezier splines for use with TikZ or MetaPost
Announcement text:
----------------------------------------------------------------------
The Lua script bezierplot.lua has to work as a main with an
external call from pdfLaTeX as well as a library with a direct
use of the function bezierplot() when used with LuaLaTeX.
However, Lua does not seem to support a natural distinction
between the main and the library:
https://stackoverflow.com/questions/4521085/main-function-in-lua.
As https://www.tug.org/pipermail/luatex/2024-February/007935.html states,
LuaTeX 1.18.0 has disabled the use of the debug library. Hence, using
pcall(debug.getlocal, 4, 1) is no longer possible without restriction.
The problem with the now chosen method is that arg could be defined
as a global variable in the calling code.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/bezierplot
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/luatex/latex/bezierplot/
------------------------------------------------------------------------
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 the
thmlist
package.
Version: 0.1a 2024-03-21
License: lppl1.3c
Summary description: A LaTeX package for adding theorem environments quickly
Announcement text:
----------------------------------------------------------------------
The new thmlist package provides a simple way for adding
theorem environments quickly.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/thmlist
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/thmlist/
------------------------------------------------------------------------
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