Dwight Aplevich submitted an update to the
circuit-macros
package.
Version: 9.7
License: lppl1.3c
Summary description: M4 macros for electric circuit diagrams
Announcement text:
----------------------------------------------------------------------
Numerous small additions, new macro options, and a new macro,
with revised documentation.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/circuit-macros
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/circuit_macros/
------------------------------------------------------------------------
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
Dominic Flück submitted the
truthtable
package.
Version: 0.0.1 2021-10-01
License: lppl1.3c
Summary description: Automatically generate truth tables for given variables and statements
Announcement text:
----------------------------------------------------------------------
The truthtable package provides a macro to automatically generate
the content of a truth table given its variables and statements.
The package loads the luacode package to function.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/truthtable
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/luatex/latex/truthtable/
------------------------------------------------------------------------
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
Longaster submitted an update to the
zitie
package.
Version number: 1.4.0
License type: lppl1.3c
Summary description: Create CJK character calligraphy practicing sheets
Announcement text:
----------------------------------------------------------------------
This is a LaTeX package for creating CJK character calligraphy
practicing sheets (copybooks). XeTeX and LuaTeX are supported.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/xetex/latex/zitie
More information is at
https://www.ctan.org/pkg/zitie
------------------------------------------------------------------------
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 .
Yu Xiong submitted an update to the
njuthesis
package.
Version number: 0.11.0
License type: lppl1.3c
Summary description: LaTeX thesis template for Nanjing University
Announcement text:
----------------------------------------------------------------------
# What's new
The class now comes with an built-in njuvisual package, which provides
the commands for depicting school logo.
Commands for personal information were refactored to simplify input
procedure.
Several known issues were solved.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/unicodetex/latex/njuthesis
More information is at
https://www.ctan.org/pkg/njuthesis
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
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 .
Herbert Voß submitted an update to the
pst-fill
package.
Version number: 1.02
License type: lppl
Summary description: Fill or tile areas with PSTricks
Announcement text:
----------------------------------------------------------------------
1.02 2021-10-01 make it run under lualatex without Ghostscript
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/pstricks/contrib/pst-fill
More information is at
https://www.ctan.org/pkg/pst-fill
------------------------------------------------------------------------
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 .
Simon Vandevelde submitted an update to the
decision-table
package.
Version number: 0.0.4 2021-10-01
License type: lppl1.3c
Summary description: An easy way to create Decision Model and Notation decision tables
Announcement text:
----------------------------------------------------------------------
The decision-table package has been extended with support for 2 DMN
extensions, cDMN and pDMN. It also includes a new type of table,
without input columns.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/decision-table
More information is at
https://www.ctan.org/pkg/decision-table
------------------------------------------------------------------------
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
tabularray
package.
Version number: 2021P 2021-10-01
License type: lppl1.3
Summary description: Typeset tabulars and arrays with LaTeX3
Announcement text:
----------------------------------------------------------------------
- fix lost lines in some long tables in PDF readers (#88)
- add counter library for manipulate LaTeX counters (#89)
- add mode option for cells/columns/rows (#45)
- allow to modify fg settings (#62)
- allow to modify cmd settings (#57)
- define +array, +cases, +pmatrix, etc with amsmath library (#87)
- use ablename in caption-tag templates (#103)
- fix an error caused by verb option (#112)
- update endpos and expand options in the manual (#92, #110)
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/tabularray
More information is at
https://www.ctan.org/pkg/tabularray
------------------------------------------------------------------------
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 Novotný submitted an update to the
markdown
package.
Version: 2.11.0-0-g4505824 2021-09-26
License: lppl1.3
Summary description: A package for converting and rendering markdown documents inside TeX
Announcement text:
----------------------------------------------------------------------
Fixes:
- Remove a spurious print when handling the `texComments` Lua option. (4ee94ec)
- Escape `escaped_minimal_strings` even in `hybrid` mode. (c1fd53b)
- Make assignments in `writer->set_state()` and `writer->defer_call()` local. (9261349)
- Don't let default LaTeX renderer prototype for `ulItem` gobble next token. (reported by @writersglen, 8d8023f)
- In LaTeX, prevent `@ifundefined` from making `markdownOptionTightLists` into `
elax`.
- Fix even backslashes before newline being gobbled by the `texComments` Lua option. (9ca0511)
Development:
- Add [`taskLists` Lua option][4] for writing task lists. (suggested by @xvrabcov, #95)
- Add [`jekyllData` Lua option][5] for writing YAML metadata. (contributed by @TeXhackse, #22, #77)
Documentation:
- Add a link to @witiko's TUG 2021 talk, preprint, and slides to the README. (4b89f84, 6f61e48, 745a6f3, 99b1041, 872fb4d)
- Add a cornucopia of badges to the README. (60f7033, 8e9a34c)
- Use HTTPS links for CTAN in the README. (b068b65, a743b06)
- Use emoji in the technical documentation. (ccfcaf4)
- Add block and sequence diagrams to the technical documentation. (6168473, 0b4bb91, 5fd2e19, 3b4af9c, 4e99cb9, cbccf36, a7f9a60, 48d5a21)
- Add index to the technical documentation. (3ee5a99, 32d93e8)
- Add a list of figures to the technical documentation. (48d5a21)
- Use varioref in the technical documentation. (2f8e85e)
- Describe Lua command-line interface (CLI) in the README. (ba27b51, 1ad85a2)
- Publish user manual to [GitHub Pages][2]. (4a812a4, 4f1f349)
- Document that the `hybrid` option is `false` by default. (955d7c1)
- Show how [`tugboat.bib`][3] can be used to cite the Markdown package. (7e20eee)
Continuous Integration and Distribution:
- [Rename `master` branch to `main`][1]. (513de1f)
- Make `make implode` clean up auxiliary markdown files. (fe25ae9)
- Add `Dockerfile` and make continuous integration use Docker image. (#97, cbc0089, f64bfa5, 8a7b656, e185547, 1bb7075)
- Rebuild the Docker image every Monday at 4:30AM (UTC). (c9f87a9, 28b0e93)
- Automatically prerelease the latest version. (cd7fbd2)
- Use MarkdownLint in continuous integration. (2440659, aa1e14b)
- Test Lua command-line interface in continuous integration. (6a84f98, 4e28ef0)
- Matrix-test all supported TeX Live versions. (69b9edc)
[1]: https://www.zdnet.com/article/github-to-replace-master-with-alternative-ter…
[2]: https://witiko.github.io/markdown
[3]: http://mirrors.ctan.org/info/digests/tugboat/biblio/tugboat.bib
[4]: https://witiko.github.io/markdown#option-tasklists
[5]: https://witiko.github.io/markdown#option-jekylldata
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/markdown
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/generic/markdown/
------------------------------------------------------------------------
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
lwarp
package.
Version: 0.902 2021-10-01
License: lppl1.3
Summary description: Converts LaTeX to HTML
Announcement text:
----------------------------------------------------------------------
Added beamerarticle.
Improved parnotes, sympytex.
Updated luatexko, xetexko, tagpdf.
Improved footnotes and paragraph tags.
Added oe, etc. for MathJax.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/lwarp
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/lwarp/
------------------------------------------------------------------------
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
tex4ebook
package.
Version number: 0.3e 2021-09-30
License type: lppl1.3
Summary description: Converter from LaTeX to ebook formats
Announcement text:
----------------------------------------------------------------------
This release fixes two issues:
- TeX4ebook will use Calibre's `ebook-convert` command to create ebooks
in Mobi and Azw formats if `kindlegen` is not available
- fixed cross-referencing error:
https://tex.stackexchange.com/a/611611/2891
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/support/tex4ebook
More information is at
https://www.ctan.org/pkg/tex4ebook
------------------------------------------------------------------------
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 .