Richard Zach submitted an update to the
fitch
package.
Version number: 1.0 2023-12-17
License type: lppl1.3
Summary description: LaTeX macros for Fitch-style natural deduction
Announcement text:
----------------------------------------------------------------------
- Internal command names changed from nonstandard nd* to nd@
- Add key-value options to package and environments to configure dimensions and enable
use of environments other than array to generate proof table (e.g., tabular, longtable)
- Add fitchproof environment
- Add commands to make printing of rule names, justifications, and line references
configurable
- Add option to suppress printing of outermost scope line
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/fitch
More information is at
https://www.ctan.org/pkg/fitch
CTAN is run entirely by volunteers and supported by TeX user groups
Please join a user group or donate to one, see https://ctan.org/lugs
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Ina Dau
--
Uwe Ziegenhagen submitted an update to the
dtk-bibliography
package.
Version: 2023-04
License: lppl1.3c
Summary description: Bibliography of “Die TeXnische Komödie”
Announcement text:
--------------------------------------------------------------------------------
2023-12-17: updated for issue 2023/03 and 2023-04
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/info/dtk-bibliography
More information is at
https://www.ctan.org/pkg/dtk-bibliography
--------------------------------------------------------------------------------
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 .
Bob Tennent submitted an update to the
oldstandard
package.
Version number: 2.7 2023-12-17
License type: ofl lppl gpl
Summary description: OldStandard fonts with LaTeX support
Announcement text:
----------------------------------------------------------------------
Updated to release 2.7. Oldstyle and proportional figures are new and are now the
default figure style.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/fonts/oldstandard
More information is at
https://www.ctan.org/pkg/oldstandard
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
--
Antonis Tsolomitis submitted an update to the
fontsetup
package.
Version: 2.0 2023-12-16
License: gpl3
Summary description: A front-end to fontspec, for selected fonts with math support
Announcement text:
----------------------------------------------------------------------
This is a major release of fontsetup which mainly speeds up the
use of the package.
It also adds the newcmbb option for the NewComputerModern v5,
switches to the new OldStandard-Math for the oldstandard
option, and for the gfsdidot option it uses a new font that
merges to GFSOlga (which is only Greek) the Latin part of
GFSDidot-Italic.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/fontsetup
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/unicodetex/latex/fontsetup/
------------------------------------------------------------------------
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
l3build
package.
Version number: 2023-12-15
License type: lppl1.3c
Summary description: A testing and building system for (La)TeX
Announcement text:
----------------------------------------------------------------------
## [2023-12-15]
### Fixed
- Test for blank `runtest_tasks()` (issue #327)
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/l3build
More information is at
https://www.ctan.org/pkg/l3build
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
--
Michal Hoftich submitted the
responsive
package.
Version number: 0.1 2023-12-15
License type: lppl1.3
Summary description: Responsive design methods for LaTeX
Announcement text:
----------------------------------------------------------------------
The Responsive package enables dynamic adjustment of document
elements for various output formats and devices. Key features include:
- Font Size Adjustment: Set the font size to achieve an average number of
characters per line, enabling suitable font size selection for various sizes
of page formats or devices such as tablets and e-book readers.
- Typographic Scales: Choose from predefined or define custom typographic
scales using options such as number and ratio.
- Media Queries: Test document properties using media queries, allowing
conditional execution of code based on test results.
- Line Spacing Control: adjust line spacing determining the x-height percentage
for enhanced readability.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/responsive
More information is at
https://www.ctan.org/pkg/responsive
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
--
Farshad Rasuli submitted an update to the
iran-bibtex
package.
Version: 0.2.0 2023-12-15
License: lppl1.3c
Summary description: A bibliography style for BibTeX based on the “Iran Manual of Style”
Announcement text:
----------------------------------------------------------------------
The iran-bibtex package has some improvements.
This package now supports `@article`, `@incollection`,
`@proceedings`, `@inproceedings`, and `@conference` entries.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/iran-bibtex
The package’s files themselves can be inspected at
https://mirrors.ctan.org/biblio/bibtex/contrib/iran-bibtex/
------------------------------------------------------------------------
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: 1.60c
License: lppl1.3
Summary description: A Lua library for drawing Euclidean geometry with TikZ or tkz-euclide
Announcement text:
----------------------------------------------------------------------
- added Internal and external tangents common to two circles:
- function circle : `external_tangent`(C)
- function circle : `internal_tangent(C)
- radical_center and radical_circle are also valid for two circles
- function `radical_center` (C1,C2,C3)
- function `radical_circle` (C1,C2,C3)
- function `circles_position` (C1,C2)
- function `midcircle` (C1,C2) powerful tool for working with inversions
- Bug corrected in midarc now use get_angle instead of get_angle_
- Modification of a triangle attribute `ca` replaces `ac` to
designate the line passing through the third and first points
- The center of symmetry of a parallelogram is named center
instead of i.
- Correction documentation
- Correction of examples using the circle:point (k) method, where
k is now a real number rather than an angle.
- An important example `Golden Arbelos` using the package is
on the site (http://altermundus.fr).
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/tkz-elements
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/tkz/tkz-elements/
------------------------------------------------------------------------
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
Cédric Pierquet submitted an update to the
ProfSio
package.
Version: 0.1.9 2023-12-13
License: lppl1.3c
Summary description: Commands (with TikZ) to work with French “BTS SIO” maths themes
Announcement text:
--------------------------------------------------------------------------------
Travail sur les matrices d'adjacence (chemins, transitive), uniquement via LUA
(grâce au package lualinalg).
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/pgf/contrib/profsio
More information is at
https://www.ctan.org/pkg/profsio
--------------------------------------------------------------------------------
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 .
Martin Vassor submitted an update to the
messagepassing
package.
Version: 1.2
License: lppl1.3
Summary description: Draw diagrams to represent communication protocols
Announcement text:
--------------------------------------------------------------------------------
In this update of the messagepassing package, the following features were added
(w.r.t. v1.0):
- Add an option for fine tuning the position of message labels
- Add an option for fine tuning the display of process names.
In addition, a few typos have been fixed, and we now consistently use colour
instead of a mix of color/colour. The later modification breaks backward
compatibility, as the names of a few commands have changed.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/pgf/contrib/messagepassing
More information is at
https://www.ctan.org/pkg/messagepassing
--------------------------------------------------------------------------------
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 .
Cédric Pierquet submitted an update to the
OutilsGeomTikZ
package.
Version: 0.1.5 2023-12-13
License: lppl1.3c
Summary description: Some geometric tools, with TikZ
Announcement text:
--------------------------------------------------------------------------------
Modification des graduations intérieures pour le rapporteur 180.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/pgf/contrib/outilsgeomtikz
More information is at
https://www.ctan.org/pkg/outilsgeomtikz
--------------------------------------------------------------------------------
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
LiteSolution
package.
Version: 1.2a
License: lppl1.3c
Summary description: A template providing a light design for solutions of test papers
Announcement text:
--------------------------------------------------------------------------------
- Fixed the bug that the gap around the chapter image.
- Added some commands for matrices.
- Redesigned the chapterfont command.
- Redesigned the proof environment.
- Supports to adjust the height of solution box when output the exam paper
without answer.
- Add the Typesetting Specifications in Chinese(Simplified) after the package
document.
- Fixed the bug that warnings of the packages xeCJK and fontspec.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/litesolution
More information is at
https://www.ctan.org/pkg/litesolution
--------------------------------------------------------------------------------
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 an update to the
l3build
package.
Version number: -2 2023-12-13
License type: lppl1.3c
Summary description: A testing and building system for (La)TeX
Announcement text:
----------------------------------------------------------------------
## [2023-12-13]
### Fixed
- Syntax warning on Windows with some test setups
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/l3build
More information is at
https://www.ctan.org/pkg/l3build
------------------------------------------------------------------------
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
modes
package.
Version: 4.3 2023-12-12
License: pd
Summary description: A collection of Metafont mode_def’s
Announcement text:
--------------------------------------------------------------------------------
This update to modes.mf adds a mode for potrace usage at 7200 dpi,
requested by Hans Hagen and Mikael Sundqvist.
The modes.mf file collects all known Metafont modes for printing or
display devices, of whatever printing technology. Special provision is
made for write-white printers, and `landscape' support is available, for
making suitable fonts for printers with pixels whose aspect is
non-square.
The file also provides definitions that make specials identifying the
mode in Metafont's GF output, and put coding information and other
Xerox-world information in the TFM file.
Feel free to send me or tex-k(a)tug.org any questions, comments, bug
reports, or new modes.
The only web page is on CTAN: https://ctan.org/pkg/modes
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/fonts/modes
More information is at
https://www.ctan.org/pkg/modes
--------------------------------------------------------------------------------
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 .
Farshad Rasuli submitted the
iran-bibtex
package.
Version: 0.1.0 2023-12-12
License: lppl1.3c
Summary description: A bibliography style for BibTeX based on the “Iran Manual of Style”
Announcement text:
----------------------------------------------------------------------
The iran-bibtex package is an implementation of the
Iran Manual of Style Citation Guide for BibTeX.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/iran-bibtex
The package’s files themselves can be inspected at
https://mirrors.ctan.org/biblio/bibtex/contrib/iran-bibtex/
------------------------------------------------------------------------
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
postnotes
package.
Version number: 0.2.8 2023-12-12
License type: lppl1.3c
Summary description: Endnotes for LaTeX
Announcement text:
----------------------------------------------------------------------
## v0.2.8 (2023-12-12)
## Fixed
- Fixed `multibool` test in `\__postnotes_verify_multipass:N`.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/postnotes
More information is at
https://www.ctan.org/pkg/postnotes
------------------------------------------------------------------------
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 LaTeX Project Team submitted an update to the
l3build
package.
Version number: 2023-12-12
License type: lppl1.3c
Summary description: A testing and building system for (La)TeX
Announcement text:
----------------------------------------------------------------------
## [2023-12-12]
### Changed
- Document default value of `ctanpkg` as a valid lua expression
- Improve log for failed checks with no diff files
- Document full syntaxes of `SHOWFILE` and `ASSERT(STR)`
### Fixed
- Short-circuit `check --rerun` if `testdir` doesn't exist
- Retain errorlevel on Windows during `check` target
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/l3build
More information is at
https://www.ctan.org/pkg/l3build
------------------------------------------------------------------------
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
Marei Peischl submitted an update to the
tuda-ci
bundle.
Version: 3.35 2023-12-11
License: lppl1.3c
Summary description: LaTeX templates of Technische Universität Darmstadt
Announcement text:
----------------------------------------------------------------------
First CTAN version of TU Darmstadts new slide design.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/tuda-ci
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/tuda-ci/
------------------------------------------------------------------------
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
Jürgen Spitzmüller submitted an update to the
polyglossia
package.
Version number: 1.66 2023-12-11
License type: mit lppl1.3 cc0
Summary description: An alternative to babel for XeLaTeX and LuaLaTeX
Announcement text:
----------------------------------------------------------------------
1.66 (2023/12/02)
Bug fixes
‣ Fix OpenType language and script tags in Chinese (#606).
‣ Fix resetting of language specifications at the end of a local font set with babel legacy means (foreignlanguage or otherlanguage* environment) (#607).
‣ Fix lowercasing of extlang’s first mandatory argument. Now the casing does not change (language tag was lower-cased always) (#608).
‣ Add missing BCP-47 alias for Khmer (#611).
‣ Stop charifavailable from looking ahead for more numbers or gobbling a space (#613).
New Features
‣ Add support for Odia, provided by AviseK Jena and AshoK Das.
‣ New auxiliary package odiadigits
‣ Add auxiliary command IfCharIsAvailableTF to complement charifavailable.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/unicodetex/latex/polyglossia
More information is at
https://www.ctan.org/pkg/polyglossia
------------------------------------------------------------------------
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
Jürgen Spitzmüller submitted an update to the
covington
package.
Version: 2.14 2023-12-11
License: lppl1.3
Summary description: LaTeX macros for Linguistics
Announcement text:
----------------------------------------------------------------------
- Add ownexcounterprep macro to add a prefix (e.g., the chapter)
to the (owncounter) example counter.
- Document how to (not) number examples per chapter.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/covington
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/covington/
------------------------------------------------------------------------
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
l3kernel
bundle.
Version: 2023-12-11
License: lppl1.3c
Summary description: LaTeX3 programming conventions
Announcement text:
----------------------------------------------------------------------
### Fixed
- Support for deprecated `pdf` module functions (issue #1373)
- Generate stub `l3bitset` for transitional support
### Changed
- Use keyval handler for `l3doc` class options
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/l3kernel
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/l3kernel/
------------------------------------------------------------------------
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
Jianrui Lyu submitted an update to the
jnuexam
package.
Version: 2.0 2023-12-11
License: lppl1.3
Summary description: Exam class for Jinan University
Announcement text:
----------------------------------------------------------------------
- require LaTeX release 2022-11-01 or newer
- remove class options display and reverse
- add class options medmath, solidot and random
- define setexam command
- add setexam options binding, scratch and seed
- rename command score as points
- remove commands rue and false
- add commands ickin and ickout
- remove command step
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/jnuexam
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/jnuexam/
------------------------------------------------------------------------
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
Sajad Kazemi submitted an update to the
parsimatn
package.
Version: 2.1a 2023-12-11
License: ofl
Summary description: Contemporary Persian font for scientific and formal writings
Announcement text:
----------------------------------------------------------------------
Changes:
- Changed Persian and Arabic number three to improve readability.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/parsimatn
The package’s files themselves can be inspected at
https://mirrors.ctan.org/fonts/parsimatn/
------------------------------------------------------------------------
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
bookmark
package.
Version: 1.31 2023-12-10
License: lppl1.3c
Summary description: A new bookmark (outline) organization for hyperref
Announcement text:
----------------------------------------------------------------------
* Simplified the .dtx. It is no longer a self-extracting archive
instead the newly added .ins should be used for installation.
(issue #7)
* Removed the now outdated frozen drivers from 2019.
* Removed the dependency on ltxcmds.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/bookmark
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/bookmark/
------------------------------------------------------------------------
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
Javier Bezos López submitted an update to the
babel
package.
Version: 3.99 2023-12-10
License: lppl1.3
Summary description: Multilingual support for LaTeX, LuaLaTeX, XeLaTeX, and Plain TeX
Announcement text:
----------------------------------------------------------------------
Changes in version 3.99 are described in:
https://latex3.github.io/babel/news/whats-new-in-babel-3.99.html
Here is a summary:
* Fix spurious space in some cases because of a missing %
(introduced in 3.98).
* Two new locales: chakma and lowgerman.
* And more bare minimum locales: aramaic, avestan, aymara,
bashkir, bataktoba, bavarian, classicalmandaic, ingush, komi,
lepcha, limbu, lineara, lu, makasar, samaritan, sinteromani,
tainua, tangut, waray.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/babel
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/required/babel/base/
------------------------------------------------------------------------
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