Christian Feuersänger submitted an update to the
pgfplots
package.
Version number: 1.18.1 2021-05-17
License type: gpl3+
Summary description: Create normal/logarithmic plots in two and three dimensions
Announcement text:
----------------------------------------------------------------------
1.18.1
- fixed a compatibility issue with PGF that slipped in right after
running the release tests.
1.18
- new feature: 'contour lua', implemented and contributed by
Francesco Poli
- new feature: ignore empty coordinates when computing regression
lines
- new feature: improve log-regression fitting of exponential
functions (using variance format=linear)
- fixed bug #390: image plots in log mode failed to work. Also fixed
issues with mesh/ordering=y varies
- fixed bug #219: handle NaN in stacked plots
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/graphics/pgf/contrib/pgfplots
More information is at
https://www.ctan.org/pkg/pgfplots
------------------------------------------------------------------------
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 .
John Collins submitted an update to the
latexmk
package.
Version number: 4.74 2021-05-16
License type: gpl2
Summary description: Fully automated LaTeX document generation
Announcement text:
----------------------------------------------------------------------
1. Correct treatment of aux_dir and out_dir to avoid bugs that appeared on MS-Windows.
2. Remove some informational messages (about rc files, and the state of aux and dir
settings after normalization).
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/support/latexmk
More information is at
http://www.ctan.org/pkg/latexmk
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
--
Mustafa Ibrahim submitted the
tiscreen
package.
Version: 2021-05-17
License: lppl1.3c
Summary description: Mimic the screen of older Texas Instruments calculators
Announcement text:
----------------------------------------------------------------------
A small package to mimic the screen of older Texas instruments
dot matrix display calculators (specifically the TI-82 STATS).
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/tiscreen
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/tiscreen/
------------------------------------------------------------------------
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.0.0 2021-05-17
License: lppl1.3c
Summary description: A comprehensive (SI) units package
Announcement text:
----------------------------------------------------------------------
Version 3 is a major update to `siunitx`, which has largely been
re-written internally. A significant number of key-value
settings have new, more descriptive, names. Where possible,
older names are mapped to newer ones internally: you will be
warned in the log if this is the case.
It is possible to use the LaTeX kernel mechanism to load the
last version 2 release for documents that cannot be successfully
processed using version 3. This can be achieved using
```
usepackage{siunitx}[=2021-04-09]
or
```latex
usepackage{siunitx}[=v2]
```
In version 3, the document commands have been revised to be more
descriptive. As such, the commands `SI`,`SIlist`, `SIrange`
and `si` remain available but are not recommended for use in
new use.
Some changes have been made to the semantics of commands or
options. Most notably
- prefixes cannot now be given without units;
- prefixes can only be interconverted with numbers as part of a
quantity, not as stand-alone units.
The font control system has been completely re-written for
version 3. The method used in entirely different from version 2.
Emulation is therefore not provided for some aspects: if you
need non-standard font settings, you will need to adjust your
source.
The input approach for version 3 is slightly more structured and
restricted than for version 2. As well as the updated names for
document commands, this means that
- Products of numbers must now be given using the dedicated
`
umproduct` and `qtyproduct` commands;
- Quotients of numbers are only supported as literals;
- Complex values need to be given using the dedicated command
`complexnum`
The letter used for a numerical tabular column can now be
selected by the user: the letter `S` has been retained as the
standard interface. The unit column (`s`) has been removed from
this release. It can be emulated using the `collcell` package,
for example
```latex
usepackage{collcell}
ewcolumntype{s}{>{collectcellunit}c<{endcollectcell}}
```
or
```latex
usepackage{collcell}
ewcolumntype{s}{>{collectcellsi}c<{endcollectcell}}
```
A new approach has been taken to providing non-Latin symbols for
use in units: these are now handled directly where needed, for
example in the definition of the `micro` prefix.
If you are using `table-column-width` to have fixed-width
columns, you also now need `table-fixed-width` to set this
option active.
----------------------------------------------------------------------
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
Hironori Kitagawa submitted an update to the
luatexja
package.
Version number: 20210517.0
License type: bsd
Summary description: Typeset Japanese with Lua(La)TeX
Announcement text:
----------------------------------------------------------------------
This release fixes several bugs.
* lltjext.sty: fixed that ialign is unintentionally expanded.
* ltj-ruby.lua: fix that sometimes nil is compared with a number.
* For each primitive <prim> which will be redefined by LuaTeX-ja,
- The meaning before loading LuaTeX-ja is back up into
ltj@@orig@<prim>.
- The new meaning by LuaTeX-ja is also stored in ltj@@<prim>.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/luatex/generic/luatexja
More information is at
https://www.ctan.org/pkg/luatexja
------------------------------------------------------------------------
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 .
Jean-François Burnol submitted an update to the
bnumexpr
package.
Version number: 1.5 2021-05-17
License type: lppl1.3c
Summary description: Extends eTeX’s
umexpr...
elax construct to big
integers
Announcement text:
----------------------------------------------------------------------
- breaking: power operators ^ and ** now right-associative.
- bugfixes: two bugs related to hexadecimal input and
inherited from usptream xintexpr were fixed.
- customizability and extendibility now total: added numdefinfix and
numdefpostfix to extend or modify the existing syntax.
Already with numsetup (new name of numexprsetup) it was possible, as
is now done in the documentation, to let numeval become for example a
calculator operating on fractions.
With the added numdefinfix and numdefpostfix it is possible to
redefine or extend arbitrarily the implemented syntax. For example to
add support for numbers in scientific notation via new infix operators
`.' and `e' or `E'. Of course, it would then also be needed to map via
numsetup the arithmetic operations to suitable macros.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/bnumexpr
More information is at
https://www.ctan.org/pkg/bnumexpr
------------------------------------------------------------------------
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
Javier Bezos López submitted an update to the
babel
package.
Version number: 3.59 2021-05-16
License type: lppl1.3
Summary description: Multilingual support for Plain TeX or LaTeX
Announcement text:
----------------------------------------------------------------------
Changes in version 3.59 are described in:
https://github.com/latex3/babel/blob/master/news-guides/news/whats-new-in-b…
Here is a summary:
* Tentative kashida with user-definable rules (via transforms).
* Fixes:
- abel@texpdf inconsistently defined (#130)
- Partial fix for #131 (quotation with CJK).
* Removed doubleletter.hyphen (Norsk), which serves to nothing.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/required/babel/base
More information is at
https://www.ctan.org/pkg/babel
------------------------------------------------------------------------
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 .
Hugo Gomes submitted an update to the
pgf-spectra
package.
Version number: 2.1.0
License type: lppl1.3
Summary description: Draw continuous or discrete spectra using PGF/TikZ
Announcement text:
----------------------------------------------------------------------
pgf-spectra, version 2.1.0
Major changes:
- the continuous visible region is now drawn via TikZ shading improving a little bit the
speed of the whole process. Minor fix:
- the width of the emission/absortion lines are now correctly drawn.
New commands:
- empercolor (correlated color temperature, Kelvin to rgb color)
- pgfspectrashade (for usage with TikZ package)
- pgfspectraplotshade (for usage with PGFPLOTS package)
- pgfspectraplotmap (for usage with PGFPLOTS package)
- pgfspectrarainbow (draws a rainbow)
New keys for pgfspectra:
- use visible shading
- backVIS
- axis unit
- axis unit precision
Keys for pgfspectraplotshade:
- shade end
- shade opacity
- shade opacity color
Keys for pgfspectrarainbow:
- rainbow fade
- rainbow start
- rainbow knock out
- rainbow background
- rainbow transparency
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/graphics/pgf/contrib/pgf-spectra
More information is at
http://www.ctan.org/pkg/pgf-spectra
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
Yvon Henel submitted an update to the
paresse
package.
Version: 5.0.2 2021-05-16
License: lppl1.3c
Summary description: Define simple macros for greek letters
Announcement text:
----------------------------------------------------------------------
paresse, version 5.0.2, correction of a typo in documentation.
The package defines macros using § to type greek letters so that
the user may (for example) type §a to get the effect of $alpha$.
However, it takes care only of letters which have a macro name
like alpha or Omega.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/paresse
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/paresse/
------------------------------------------------------------------------
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
Hironobu Yamashita submitted an update to the
dviinfox
package.
Version number: 1.06 2021-05-15
License type: mit
Summary description: Perl script to print DVI meta information
Announcement text:
----------------------------------------------------------------------
* Support more than 256 fonts.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/dviware/dviinfox
More information is at
https://www.ctan.org/pkg/dviinfox
------------------------------------------------------------------------
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 PGF/TikZ Team submitted an update to the
pgf
package.
Version number: 3.1.9a
License type: lppl1.3c gpl2 fdl
Summary description: Create PostScript and PDF graphics in TeX
Announcement text:
----------------------------------------------------------------------
Emergency release to fix pgfplots which depends on unreleased parts of
PGF.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/graphics/pgf/base
More information is at
https://www.ctan.org/pkg/pgf
------------------------------------------------------------------------
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
Hironobu Yamashita submitted an update to the
plautopatch
package.
Version number: 0.9o 2021-05-15
License type: bsd3
Summary description: Automated patches for pLaTeX/upLaTeX
Announcement text:
----------------------------------------------------------------------
* Do not delay pxjahyper loading.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/language/japanese/plautopatch
More information is at
https://www.ctan.org/pkg/plautopatch
------------------------------------------------------------------------
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
Hironobu Yamashita submitted an update to the
platex-tools
package.
Version number: 2021-05-15
License type: bsd3
Summary description: pLaTeX standard tools bundle
Announcement text:
----------------------------------------------------------------------
* Bug fix for pxeveryshi.sty.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/language/japanese/platex-tools
More information is at
https://www.ctan.org/pkg/platex-tools
------------------------------------------------------------------------
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
Ulrike Fischer submitted an update to the
tagpdf
package.
Version: 0.81 2021-05-14
License: lppl1.3c
Summary description: Tools for experimenting with tagging using pdfLaTeX and LuaLaTeX
Announcement text:
----------------------------------------------------------------------
Version 0.81
### Changed
- agmcend no longer issues an unskip in vertical mode. This disturbed
to often spacing in unwanted places.
- key `add-new-tag` has been extended to support the PDF 2.0 name spaces
- key `tag` of agpdfstructbegin has been extended to support the
PDF 2.0 name spaces
### Added
- Support for PDF 2.0 name spaces.
- keys paratagging and paratagging-show for automatic tagging of paragraphs,
commands agpdfparaOn and agpdfparaOff to disable the automatic tagging.
This requires a current latex-dev
- The code to tag links has been moved from the documentation to the main
package. Links are now tagged automatically (if hyperref or the commands
from l3pdfannot are used). This requires a current latex-dev.
- added commands ag_mc_end_push: and ag_mc_begin_pop:n which allow to interrupt
a mc-chunk to insert some sub structure by moving the current tag onto a stack.
This is for example used by the links.
----------------------------------------------------------------------
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
Christophe Poulain submitted an update to the
ProfCollege
package.
Version number: 0.99-b
License type: lppl1.3c
Summary description: A LaTeX package for French maths teachers in college
Announcement text:
----------------------------------------------------------------------
Some improvements and corrections.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/profcollege
More information is at
http://www.ctan.org/pkg/ProfCollege
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
--
Falk Hanisch submitted an update to the
noindentafter
package.
Version: 1.00 2021-05-14
License: lppl1.3c
Summary description: Prevent paragraph indentation after environments or macros
Announcement text:
----------------------------------------------------------------------
Bug fix for kernel 2019-10-01 and later
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/noindentafter
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/noindentafter/
------------------------------------------------------------------------
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 Team submitted an update to the
pdfmanagement-testphase
bundle.
Version: 0.95d 2021-05-14
License: lppl1.3c
Summary description: LaTeX PDF management testphase bundle
Announcement text:
----------------------------------------------------------------------
### Fixed
- xcolor patch for [ps] type used in pstricks
- value of citecolor wasn't expanded (errored with tcolorbox)
- url, href, hrefurl, hrefrun and hrefpdf leaves now vmode
- handling of pdfauthor, pdftitle and pdfsubject in hyperxmp patch
### Changes
- the module for formfield and checkboxes has been in part rewritten to
better fit to the new module for textfield.
Keys and documentation has been extended.
- some internal changes
### Added
- generic command hooks have been added to url, href, hrefurl,
hrefrun and hrefpdf. Their use require a latex 2021-06-01.
- dictionaries widget/AA, widget/AP, widget/MK and widget/BS in l3pdfannot.
- a new module for form textfields (part of l3pdffield-testphase)
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/pdfmanagement-testphase
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/pdfmanagement-testphase/
------------------------------------------------------------------------
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
Bob Tennent submitted an update to the
MusiXTeX
package.
Version number: 1.32 2021-05-13
License type: gpl2+
Summary description: Sophisticated music typesetting
Announcement text:
----------------------------------------------------------------------
Includes a new add-on package musixvbm to support vectorized beams. Two minor
corrections to musixtex.tex.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/musixtex
More information is at
http://www.ctan.org/pkg/MusiXTeX
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
--
Ekkart Kleinod submitted an update to the
changes
package.
Version number: 4.0.4 2021-05-13
License type: lppl1.3
Summary description: Manual change markup
Announcement text:
----------------------------------------------------------------------
The changes-package allows the user to manually markup changes of text, such as
additions, deletions, or replacements. Changed text is shown in a different color;
deleted text is striked out. Additionally, text can be highlighted and/or commented.
The package allows free definition of additional authors and their associated color.
It also allows you to change the markup of changes, authors, highlights or comments.
Release 4.0.0 is a substantial rewrite with some additions, changes and bugfixes.
Release 4.0.4 adds missing regression.dtx to ctan archive; no code change.
For a list of changes see: https://gitlab.com/ekleinod/changes/-/blob/main/changelog.md
Please inform me about any errors or improvements as you see fit.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/changes
More information is at
http://www.ctan.org/pkg/changes
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 Vlasák submitted the
pdfextra
package.
Version: 0.1
License: other-free
Summary description: Extra PDF features for OpTeX
Announcement text:
----------------------------------------------------------------------
This is the first release of the pdfextra package. It extends OpTeX macro
package / format with handling of mainly interactive and multimedia features.
Summary of supported features:
- insertion of multimedia (audio, video, 3D);
- hyperlinks and other actions,
- trigger events;
- transitions;
- attachments.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/pdfextra
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/luatex/optex/pdfextra/
------------------------------------------------------------------------
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 the
tabularray
package.
Version: 2021H 2021-05-13
License: lppl1.3
Summary description: Typeset tabulars and arrays with LaTeX3
Announcement text:
----------------------------------------------------------------------
LaTeX tables are implemented using TeX commands such as halign,
oalign, span, and omit. In order to implement new features,
many macro packages have modified the inner table commands inside
LaTeX. This makes package code complicated, difficult to maintain,
and often conflicts with each other.
At present, the LaTeX3 programming layer is basically mature.
This tabularray package will discard the old halign commands
and directly use LaTeX3 functions to parse the table, and then
typeset the entire table.
Under the premise of being compatible with the basic syntax of
LaTeX2 tables, this macro package will completely separate the
content and style of the table, and the style of the table can
be completely set in keyval way.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/tabularray
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/tabularray/
------------------------------------------------------------------------
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
Herbert Voß submitted an update to the
hvfloat
package.
Version number: 2.24
License type: lppl
Summary description: Rotating caption and object of floats independently
Announcement text:
----------------------------------------------------------------------
2.24 - allow a caption on the bottom of a preceding or a
following page of double page floats (left-right)
- new option for a binding correction of doublepage floats
- fix for caption number in multifloat pages
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/hvfloat
More information is at
https://www.ctan.org/pkg/hvfloat
------------------------------------------------------------------------
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
Jean-François Burnol submitted an update to the
bnumexpr
package.
Version number: 1.4 2021-05-12
License type: lppl1.3c
Summary description: Extends eTeX’s
umexpr...
elax construct to big integers
Announcement text:
----------------------------------------------------------------------
- The expanded primitive is now required (TeXLive 2019).
- Addition to the syntax of the prefix for hexadecimal input.
- Addition of evaltohex which is like numeval with an extra
conversion step of the output to hexadecimal notation.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/bnumexpr
More information is at
http://www.ctan.org/pkg/bnumexpr
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
--
Jinwen XU submitted the
ProjLib
package.
Version number: 2021-05-12
License type: lppl1.3c
Summary description: A series of tools to simplify your workflow
Announcement text:
----------------------------------------------------------------------
ProjLib Toolkit contains a collection of tools that help you write
LaTeX document. With `PLtoolkit` loaded, you no longer need to set up
the theorem-like environments nor to manually configure the appropriate
multilingual settings. In addition, a series of auxiliary
functionalities are introduced.
It contains:
1. `PLamssim.sty`
- Simulate some features of `amsart` in the standard classes
2. `PLauthor.sty`
- Enhanced author information block
- Offers `address`, `curraddr` and `email`
3. `PLdate.sty`
- Offers a macro `PLdate` to convert `yyyy-mm-dd` to normal
datetime format, with multi-language support 4. `PLdraft.sty`
- Useful macros during the draft stage: `dnf` and `
eedgraph`,
with multi-language support 5. `PLlang.sty`
- Multi-language configuration based on `babel` or `polyglossia`
- Offers `UseLanguage`, `UseOtherLanguage` and
`AddLanguageSetting`
- Currently support Chinese (simplified and traditional), English,
French, German, Japanese and Russian, *more to be added* 6. `PLlogo.sty`
- Draw the ProjLib logo
7. `PLpaper.sty`
- Paper style configuration: yellow theme, dark theme and nord theme
8. `PLthm.sty`
- Theorem setup and configuration
- Offers a macro `CreateTheorem` for creating theorem-like
environments with multi-language support
- Preset environments include: `assumption`, `axiom`, `conjecture`,
`convention`, `corollary`, `definition`, `definition-proposition`,
`definition-theorem`, `example`, `exercise`, `fact`, `hypothesis`,
`lemma`, `notation`, `problem`, `property`, `proposition`, `question`,
`remark`, `theorem`, and the corresponding unnumbered version with an
asterisk `*` in the name. 9. `PLtoolkit.sty`, *the all-in-one solution*
- A collective interface of ProjLib Toolkit
- Provide some pre-defined font configuration
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/projlib
More information is at
https://www.ctan.org/pkg/projlib
------------------------------------------------------------------------
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 .