John H. Lienhard submitted an update to the
mitthesis
package.
Version: 1.15 2024-08-31
License: mit
Summary description: A LaTeX template for an MIT thesis
Announcement text:
--------------------------------------------------------------------------------
The mitthesis class formats an MIT thesis or dissertation according to the
current requirements of the MIT Libraries. This template is appropriate for
MIT theses of all types. This class was new in 2023, and it is a complete
replacement for the original mitthesis.cls written in the 1980s.
This update adds a sample thesis committee members page and a sample multipage
table. Other updates have been made to the code, documentation, and typography.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/mitthesis
More information is at
https://www.ctan.org/pkg/mitthesis
--------------------------------------------------------------------------------
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 .
Zeping Lee submitted an update to the
citation-style-language
package.
Version: 0.6.3 2024-08-28
License: mit cc-by-sa-3
Summary description: Bibliography formatting with Citation Style Language
Announcement text:
----------------------------------------------------------------------
### Added
- Add support for citation affixes.
### Fixed
- Fix `
ef` with underscore in citation affixes ([#74]
(https://github.com/zepinglee/citeproc-lua/issues/74)).
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/citation-style-language
The package’s files themselves can be inspected at
https://mirrors.ctan.org/biblio/citation-style-language/
------------------------------------------------------------------------
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
Erik Nijenhuis submitted an update to the
fmtcount
package.
Version: 3.08 2024-08-31
License: lppl1.3
Summary description: Display the value of a LaTeX counter in a variety of formats
Announcement text:
--------------------------------------------------------------------------------
Version 3.08
* Added Dutch language support
* Updated special characters for German and Spanish
* Fixed test suite
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/fmtcount
More information is at
https://www.ctan.org/pkg/fmtcount
--------------------------------------------------------------------------------
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 .
Agni Datta submitted the
csthm
package.
Version: 1.2 2024-08-31
License: lppl1.3c
Summary description: Customized theorem environments for computer science documents
Announcement text:
----------------------------------------------------------------------
Version 1.2 of the csthm package has been released.
This version includes:
- Improved documentation with real-life usage examples
- Enhanced code structure for better maintainability
- Added new highlight environments: important, highlight, and keypoint
- Fixed minor bugs in the numbering of nested environments
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/csthm
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/csthm/
------------------------------------------------------------------------
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
coloredtheorem
package.
Version: 1.0.3 2024-08-28
License: lppl1.3c
Summary description: A colourful boxed theorem environment
Announcement text:
----------------------------------------------------------------------
This package provides a colourful boxed theorem environment,
combining tcolorbox and breakable boxes.
Version 1.0.3 contains minor bug fixes.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/coloredtheorem
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/coloredtheorem/
------------------------------------------------------------------------
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
Josh Fogg submitted the
beamertheme-edmaths
package.
Version: 0.99
License: lppl1.3c
Summary description: A beamer theme for the University of Edinburgh (UoE)
Announcement text:
--------------------------------------------------------------------------------
This beamer theme is a companion to the edmaths package. While the latter makes
it easy to comply with the University's typesetting rules for theses and
reports, this package focuses on complying with the brand guidelines in
presentations.
It was originally developed by Saturnino Luz for the Usher Institute
(ed.ac.uk/usher) but was updated by current PhD students and staff for more
general usage throughout the University. This new release has also been cleared
for public distribution by the university, so we share it with you all here.
--------------------------------------------------------------------------------
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-edmaths
--------------------------------------------------------------------------------
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 .
VÃt Starý Novotný submitted an update to the
markdown
package.
Version: 3.7.0-0-g98dece19 2024-08-30
License: lppl1.3c
Summary description: Converting and rendering markdown documents inside TeX
Announcement text:
--------------------------------------------------------------------------------
Development:
- Add renderer `jekyllDataProgrammaticString` for processing YAML
string scalars that do not contain markdown markup and are not
intended for typesetting.
(istqborg/istqb_product_base#46, #440, #451, sponsored by @istqborg)
- Add option `ensureJekyllData` for processing standalone YAML files.
- Add renderers `warning` and `error` that represent warnings and errors
produced by the markdown parser. (#452, #473)
- Support user-defined LaTeX environments with LaTeX markup.
(#20, #477, suggested by @cdupont)
Fixes:
- Produce more meaningful error message when KPathSea fails to
locate a file. (#458, #472, 33e6eef2, reported by @Yggdrasil128)
- Fix soft line breaks in citation prenotes and postnotes.
(#483, #484, contributed by @lostenderman)
Speed improvements:
- Precompile snippets to improve the speed of setting them.
(#467, #479, inspired by the TUG 2024 talk by @josephwright)
- Use an optimized parser to determine Unicode punctuation.
(#458, #474, #482, 4c1a7de2, co-authored by @Yggdrasil128,
sponsored by @istqborg)
This improves the speed of parsing markdown input by up to 500%.
- Enable option `eagerCache` by default. (#468, #490, sponsored by @istqborg)
This improves the speed by up to 25% for large documents with many
markdown fragments that require multiple compilation runs.
- Prevent loading the full Markdown package when converting cached markdown
fragments. (#487, #491, 40f0803f, 6609d43d, sponsored by @istqborg)
This significantly improves the speed for large documents with many
markdown fragments that require multiple compilation runs in pdfTeX.
Deprecation:
- Deprecate `jekyllDataString` renderer and renderer prototype.
Users should use `jekyllDataTypographicString` instead.
(istqborg/istqb_product_base#46, #440, #451, sponsored by @istqborg)
Continuous Integration:
- Ensure that all code lines are shorter than 72 characters.
(#478, e7160d60, 3ac95efe)
Experiments:
- Measure the speed of the Markdown package across recent versions.
(249552e5, 55ede824, efeaecbe, #474, 7b2b2431, fcf0064c)
--------------------------------------------------------------------------------
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
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 .