The LaTeX Project Team submitted an update to the
latex-base-dev
package.
Version: 2022-11-01 pre-release 1
License: lppl1.3c
Summary description: Development pre-release of the LaTeX kernel
Announcement text:
----------------------------------------------------------------------
This pre-release mainly focusses on merging fixes to the
main LaTeX kernel release into the development release.
See draft LaTeX News 36 for changes from the main
LaTeX release to date.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/latex-base-dev
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex-dev/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
Charles Baynham submitted an update to the
gitver
package.
Version: 1.4 2022-07-16
License: lppl1.3c
Summary description: Get the current git hash of a project and typeset it in the document
Announcement text:
----------------------------------------------------------------------
Updated to detect online LaTeX editors like overleaf.com
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/gitver
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/gitver/
------------------------------------------------------------------------
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
François Pantigny submitted an update to the
nicematrix
package.
Version: 6.11 2022-07-16
License: lppl1.3
Summary description: Improve the typesetting of mathematical matrices with PGF
Announcement text:
----------------------------------------------------------------------
New key 'matrix/columns-type' to set the default type of column
used in the matrices ({pNiceMatrix}, etc.).
New key 'cccommand' in custom-line to create commands similar to
'cline' but with different types of lines (dotted, dashed, etc.).
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/nicematrix
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/nicematrix/
------------------------------------------------------------------------
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
Teemu Likonen submitted an update to the
kaytannollista-latexia
package.
Version: 2022.7
License: cc-by-sa-4
Summary description: Practical manual for LaTeX (Finnish)
Announcement text:
----------------------------------------------------------------------
* Add information about calc package.
* Add information about wrapfig package.
* Small fixes.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/kaytannollista-latexia
The package’s files themselves can be inspected at
https://mirrors.ctan.org/info/kaytannollista-latexia/
------------------------------------------------------------------------
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 the
tkzexample
package.
Version number: 1.45c
License type: lppl1.3
Summary description: Package for the documentation of all tkz-* packages
Announcement text:
----------------------------------------------------------------------
tkzexample.sty is a package based on the code used by T.Tantau for the pgfmanual
to present examples and their sources in the documentation of my packages
like tkz- euclide.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/tkz/tkzexample
More information is at
https://www.ctan.org/pkg/tkzexample
------------------------------------------------------------------------
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
Alain Matthes submitted an update to the
tkz-euclide
package.
Version: 4.2c
License: lppl1.3
Summary description: Tools for drawing Euclidean geometry
Announcement text:
----------------------------------------------------------------------
Except for bug fixes, this version 4.2 is the last one of tkz-euclide
in the current form. I can now try to use lua for the definition and
calculation part. The first tests are conclusive but there will surely
be some difficulties to overcome. Either tkz-euclide will be upgraded
to version 5, or will change its name, or in case of failure will remain
globally frozen.
Here are the changes brought by this new version:
_ tkz-euclide now allows to create more and more complex geometrical
figures and it appeared that it became difficult to use the scale
option of TikZ. I introduced a patch proposed by Muzimuzhi that modifies
pgfmathreciprocal. I propose in the documentation other ways to get
around the problem. Of course, lua will be one of the solutions.
_ The macros kzDrawLine, kzDrawCircle, kzDrawSemiCircle,
kzDrawSquare, kzDrawTriangle and kzDrawRectangle allow you
to draw while defining points. This is no longer allowed.
For example kzDrawSquare(A,B) used to draw a square by defining
two other points, now the method consists in defining the square
then drawing the polygon: kzdefSquare(A,B) kzgetPoints{C}{D}
kzDrawPloygon(A,...,D). In the same way, kzDrawCircle[circum](A,B,C)
must be replaced by kzDefCircle[circum](A,B,C) kzGetPoint{O}
kzDrawCircle[circum](O,A). kzDrawTriangle has been deleted.
kzDrawTriangle[equilateral] was handy but it is better to get
the third point with kzDefTriangle[equilateral] and then draw
with kzDrawPolygon; idem for kzDrawSquare and kzDrawGoldRectangle etc.
_ Now kzDefCircle gives two points as results: the center of the
circle and a point of the circle. When a point of the circle is known,
it is enough to use kzGetPoint or kzGetFirstPoint to get the center,
otherwise kzGetPoints will give you the center and a point of
the circle. You can always get the length of the radius with
kzGetLength . I wanted to favor working with nodes and banish
the appearance of numbers in the code.
_ The circle inversion was badly defined so I rewrote the macro.
_ The definition of a circle defines in priority the center (if
necessary), a point of the circle and the radius.
_ The following macros kzDefCircleBy[orthogonal through]
and kzDefCircleBy[orthogonal from] become
kzDefCircle[orthogonal through] and kzDefCircle[orthogonal from]
_ The new option euler with kzDefLine[euler](A,B,C) is a
macro that allows you to obtain the line of kzname{Euler}
when possible. The result gives you the Euler point and the
orthocenter of the triangle.
_ kzDefTangent is replaced by kzDelLine[tangent from = ...]
or kzDelLine[tangent at = ...]
_ I added the macro tkzPicAngle[tikz options](A,B,C) for those
who prefer to use TIKZ .
_ Correct allocation for gold sublime and euclide triangles.
— Correct option isoceles right in kzDefTriangle
_ add kzDefMidArc: kzDefMidArc(O,A,B) gives the middle of
the arc center O from A to B.
_ Some useful tools have been added. They are present on an
experimental basis and will undoubtedly need to be improved
(with lua !):
kzDotProduct(A,B,C) computes the scalar product in an
orthogonal reference system of the vectors vec{AB} and vec{AC}.
kzDotProduct(A,B,C)=aa'+bb' if vec{AB} =(a,b) and vec{AC} =(a',b').
kzPowerCircle(A)(B,C) power of point A with respect to the circle
of center B passing through C.
kzDefRadicalAxis(A,B)(C,D) Radical axis of two circles of
center A and C;
Some tests : kzIsOrtho(A,B,C) and kzIsLinear(A,B,C)
The first indicates whether the lines (A,B) and (A,C) are orthogonal.
The second indicates whether the points A, B and C are aligned.
kzIsLinear(A,B,C) if A,B,C are aligned then kzLineartrue
you can use iftkzLinear (idem for kzIsOrtho);
_ A style for vectors has been added that you can of course modify
ikzset{vector style/.style={>=Latex,->}}.
_ Now it's possible to add an arrow on a line or a circle with
the option tkz arrow
_ correction compatibility between tkz-base and tkz-euclide
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/tkz-euclide
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/tkz/tkz-euclide/
------------------------------------------------------------------------
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-base
package.
Version: 4.2c
License: lppl1.3
Summary description: Tools for drawing with a cartesian coordinate system
Announcement text:
----------------------------------------------------------------------
Adaptation to the new version of tkz-euclide.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/tkz-base
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/tkz/tkz-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
The LaTeX Project Team submitted updates to the
l3kernel
package.
Version: 2022-07-15
License: lppl1.3c
Summary description: LaTeX3 programming conventions
Announcement text:
----------------------------------------------------------------------
## [2022-07-14]
### Changed
- Improved approach to ` ext_case_switch:nnnn` expansion
## [2022-07-15]
### Fixed
- Correct argument order in ` ext_case_switch:nnnn`
----------------------------------------------------------------------
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
Alain Matthes submitted an update to the
tkz-doc
package.
Version number: 1.45c
License type: lppl1.3
Summary description: Documentation macros for the TKZ series of packages
Announcement text:
----------------------------------------------------------------------
Class to compile the documentation of all tkz series packages
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/tkz-doc
More information is at
https://www.ctan.org/pkg/tkz-doc
------------------------------------------------------------------------
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 .
Brian Dunn submitted an update to the
lwarp
package.
Version: 0.908 2022-07-13
License: lppl1.3
Summary description: Converts LaTeX to HTML
Announcement text:
----------------------------------------------------------------------
Fixed obscure reference bug, sometimes seen in citations.
----------------------------------------------------------------------
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
Luuk Tijssen submitted an update to the
eulerpx
package.
Version number: 1.0 2022-07-14
License type: lppl1.3
Summary description: A modern interface for the Euler math fonts
Announcement text:
----------------------------------------------------------------------
First major release!
- Now with pdf documentation;
- Increased coverage of Euler symbols;
- Deprecated `sansmath' and `unicode' options;
- Added a key-value option scale to enable scaling the font;
- It is now possible to use eulerpx with math fonts other than
newpxmath with option `nonpxmath';
- Other miscellaneous and under-the-hood improvements.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/fonts/eulerpx
More information is at
https://www.ctan.org/pkg/eulerpx
------------------------------------------------------------------------
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 .
Yukoh Kusakabe submitted an update to the
jpneduenumerate
package.
Version number: 1.2 2022-07-15
License type: mit
Summary description: Enumerative expressions in Japanese education
Announcement text:
----------------------------------------------------------------------
Mathematical equation representation in Japanese education differs somewhat from
the standard LaTeX writing style. This package introduces enumerative
expressions in Japanese education.
The term in Japanese education here refers to the results of my own survey of
representations in authorized textbooks for high schools of several companies.
# Version 1.2 2022-07-15
+ Improve README.
+ Improve the documentation.
+ Add the [casebracket] and [stepbracket] option.
+ Add the bracketenumerate environment.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/jpneduenumerate
More information is at
https://www.ctan.org/pkg/jpneduenumerate
------------------------------------------------------------------------
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
Tingxuan Zhang submitted an update to the
fixdif
package.
Version number: 1.3
License type: lppl1.3c
Summary description: Macros for typesetting differential operators
Announcement text:
----------------------------------------------------------------------
New commands included: mathdif and mathdif*.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/fixdif
More information is at
https://www.ctan.org/pkg/fixdif
------------------------------------------------------------------------
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
Magnus Lie Hetland submitted an update to the
pseudo
package.
Version: 1.2 2022-07-14
License: mit
Summary description: Straightforward pseudocode
Announcement text:
----------------------------------------------------------------------
New functionality:
- Support for indent marks/indent lines witih `indent-mark`
- Support for floats and inline boxes using `tcolorbox`, with custom styles
- Support for extra space in `\`
- New `
ng` command for ranges typeset using `:`
- Support for extra space under `hd`, with `hd-space` key
Bug fixes:
- Correct spacing before/after `pseudo` environment
Deprecations:
- `pseudoslash` is deprecated, in favor of `RestorePseudoBackslash`
- `pseudoeq` is deprecated, in favor of `RestorePseudoEq`
- Using `hl` without `hpad` now emits a warning, which can be turned off
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/pseudo
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/pseudo/
------------------------------------------------------------------------
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
Hendrik G Seliger submitted the
texlive-dummy-fedora
package.
Version: 2022-07-17
License: lppl1.3
Summary description: Dummy TeX Live RPM for use with Fedora and similar distributions
Announcement text:
----------------------------------------------------------------------
This is an update of the Enterprise Linux 8 version of the
texlive-dummy rpms, as the original maintainer does not have
access to the required systems anymore.
It is built on Fedora 36, but should work on other RHEL-derived
distributions as well (read the enclosed health warning!).
It includes numerous packages with changed names in the
current Fedora 36 (fc36) distribution.
Updates and additions welcome!
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/texlive-dummy-fedora
The package’s files themselves can be inspected at
https://mirrors.ctan.org/support/texlive/texlive-dummy/Fedora/
------------------------------------------------------------------------
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-s
License type: lppl1.3c
Summary description: A LaTeX package for French maths teachers in college
Announcement text:
----------------------------------------------------------------------
Some new keys and new bugs fixed :)
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/profcollege
More information is at
https://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
--
Noriyuki Abe submitted an update to the
jlreq
package.
Version: 2022-07-13
License: bsd2
Summary description: Japanese document class based on requirements for Japanese text layout
Announcement text:
----------------------------------------------------------------------
- Fixed a bug: The position of running heads was not correct.
(jlreq-trimmarks)
- Fixed a bug: an error occurred when loading.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/jlreq
The package’s files themselves can be inspected at
https://mirrors.ctan.org/language/japanese/jlreq/
------------------------------------------------------------------------
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
Igathinathane Cannayen submitted the
ndsu-thesis-2022
package.
Version number: 2022-07-10
License type: lppl1.3c
Summary description: North Dakota State University disquisition class 2022
Announcement text:
----------------------------------------------------------------------
Updated (2022) North Dakota State University LaTeX thesis class features several
functionalities, including not limited to, numbered and non-numbered versions,
overall justification, document point sizes, fonts options, SI units, show
frames, URL breaking, long tables, subfigures, multi-page figures, chapter
styles, subfiles, algorithm listing, BibTeX and BibLaTeX support, individual
chapter and whole document bibliography, natbib citations, and clever
references. The supplied simple and extended samples illustrate these features
and guide students to use the class.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/ndsu-thesis-2022
More information is at
https://www.ctan.org/pkg/ndsu-thesis-2022
------------------------------------------------------------------------
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 .
Brian Dunn submitted an update to the
lwarp
package.
Version number: 0.907 2022-07-11
License type: lppl1.3
Summary description: Converts LaTeX to HTML
Announcement text:
----------------------------------------------------------------------
Fix for SVG images with Windows.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/lwarp
More information is at
https://www.ctan.org/pkg/lwarp
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 an update to the
create-theorem
package.
Version number: 2022-07-11
License type: lppl1.3c
Summary description: Multilingual support for theorem-like environments
Announcement text:
----------------------------------------------------------------------
Main change since the last version:
- The cref/Cref name setting has been slightly improved when the definite article or the
name is empty / not given.
This has been a problem since the birth of this package, due to an issue with the
mechanism of crefthe, which the current package uses as the base for setting cref/Cref
names. The current solution is still not perfect and may cause an extra small whitespace
in some rare cases, but the idea is rather clear by now and it shall be no doubt that
this problem can be fully fixed in a future version.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/create-theorem
More information is at
https://www.ctan.org/pkg/create-theorem
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
--
Paolo De Donato submitted an update to the
lt3rawobjects
package.
Version: 1.1.1 2022-07-11
License: gpl3+
Summary description: Objects and proxies in LaTeX3
Announcement text:
----------------------------------------------------------------------
New additional features:
- Near and remote constants. A near constant is a constant defined
directly inside the object whereas a remote constant is defined
instead in its proxy generator, so it will be available for
every generated object.
- Anonymous allocation. If you don't want to specify a unique name
for each of your generated objects you can perform an anonymous
allocation: generate a new object name from the value of an
INT variable which value is increased after, very useful
if you need to instantiate many objects from the same proxy.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/lt3rawobjects
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/lt3rawobjects/
------------------------------------------------------------------------
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
Maxime Chupin submitted an update to the
luamesh
package.
Version number: 0.7
License type: lppl1.3
Summary description: Computes and draws 2D Delaunay triangulation
Announcement text:
----------------------------------------------------------------------
adding of thickness options, creation of the MetaPost package, and improvement
of the documentation.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/luatex/latex/luamesh
More information is at
https://www.ctan.org/pkg/luamesh
------------------------------------------------------------------------
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 .
David Carlisle submitted an update to the
textcase
package.
Version number: 1.03 2022-07-10
License type: lppl
Summary description: Case conversion ignoring mathematics, etc
Announcement text:
----------------------------------------------------------------------
Minor adjustment to the test for a new format.
textcase remains obsolete for new LaTeX formats
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/textcase
More information is at
https://www.ctan.org/pkg/textcase
------------------------------------------------------------------------
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 Oberdiek Package Support Group submitted an update to the
rerunfilecheck
package.
Version: 1.10 2022-07-10
License: lppl1.3c
Summary description: Checksum based rerun checks on auxiliary files
Announcement text:
----------------------------------------------------------------------
Fixed the glossary option, issue #1
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/rerunfilecheck
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/rerunfilecheck/
------------------------------------------------------------------------
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
Yukoh Kusakabe submitted an update to the
jpnedumathsymbols
package.
Version: 1.1 2022-07-10
License: mit
Summary description: Mathematical equation representation in Japanese education
Announcement text:
----------------------------------------------------------------------
+ Rewrite README.
+ License changed from GNU/GPL to MIT (stopped using codes under GNU/GPL).
+ Add the document (jpnedumathsymbols.pdf).
+ Add the [curriculum] option, and the default is changed to [nocurriculum].
+ Adjusted the position of
econcave, seconcave, seconvex and
econvex.
+ Bug fix (dint, exttherefore and extbecause).
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/jpnedumathsymbols
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/jpnedumathsymbols/
------------------------------------------------------------------------
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