CTAN update: cweb

2021-12-29 Thread CTAN Announcements
Andreas Scherer submitted an update to the

cweb

package.

Version number: 4.6
License type: knuth

Summary description: A Web system in C

Announcement text:
--


This new release of CWEB 4.6 comes with the following major changes compared to 
version 4.2:

* ANSI function parameters are (doubly) indented just like K&R function 
parameters by default, so there is no need for @t\1\1@> and @\2\2@> anymore; 
use option '-i' to suppress the indentation.

* New include file 'iso_types.w' in combination with 'c++lib.w'.

* The internal array dimensions of CWEB 3.64c are restored.

* @d/#define/#include lines are formatted more consistently (spacing, '#' 
non-bold).

* Additional C/C++ features:
  - [[attributes]]
  - hex exponents: 0x10p3
  - digit separator: 1'000'000; use option '+k' to "keep '" in the CTANGLE 
output
  - keywords from 'alignas' to 'using' acknowledged
  - binary constants: 0b10111

* Production functions 'squash' and 'reduce' were redesigned by swapping 
special case 'k=1'->'k=0'

* 'typename' handled like 'typedef' in C++ templates with option '+t'

* Fixes and redactions

* General code review


--

This package is located at 
   https://mirrors.ctan.org/web/c_cpp/cweb

More information is at
   https://www.ctan.org/pkg/cweb



   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
___
Ctan-ann mailing list
Ctan-ann@ctan.org
https://lists.dante.de/mailman/listinfo/ctan-ann


CTAN update: babel

2021-12-29 Thread CTAN Announcements
Javier Bezos López submitted an update to the

babel

package.

Version number: 3.68 2021-12-28
License type: lppl1.3

Summary description: Multilingual support for LaTeX, LuaLaTeX, XeLaTeX, 
and Plain TeX

Announcement text:
--


Changes in version 3.68 are described in:

https://latex3.github.io/babel/news/whats-new-in-babel-3.68.html

Here is a summary:

* Fixes:
  - Assamese, Bengali, Gujarati set incorrectly prehyphenchar.
  - The syntax provide=* didn’t work with Hebrew and a few other
languages.
  - Wrong equation direction in first column in array and tabular
environment (#158).
  - Tentative fixes for labels in displayed math (#159).


--

This package is located at 
   https://mirrors.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
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
___
Ctan-ann mailing list
Ctan-ann@ctan.org
https://lists.dante.de/mailman/listinfo/ctan-ann


CTAN update: pst-geometrictools

2021-12-29 Thread CTAN Announcements
Herbert Voß submitted an update to the

pst-geometrictools

package.

Version:  1.3 2021-12-28
License:  lppl1.3c

Summary description:  A PSTricks package to draw geometric tools

Announcement text:
--

 This version has several fixes for the use with LuaLaTeX.

--

The package’s Catalogue entry can be viewed at
   https://ctan.org/pkg/pst-geometrictools
   Apologies: Unfortunately, the database behind our website is
   currently suffering from a serious problem preventing it
   from importing the updates that have been made to the
   Catalogue’s source.
   The data shown here are therefore not up to date!

The package’s files themselves can be inspected at
   https://mirrors.ctan.org/graphics/pstricks/contrib/pst-geometrictools/
   (These should indeed be the current files, thanks to the mirrors!)



   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
___
Ctan-ann mailing list
Ctan-ann@ctan.org
https://lists.dante.de/mailman/listinfo/ctan-ann


New on CTAN: wrapfig2

2021-12-29 Thread CTAN Announcements
Claudio Beccari submitted the

wrapfig2

package.

Version number: 4.0
License type: lppl1.3c

Summary description: Wrap text around figures

Announcement text:
--


New fork of the wrapfig package by Donald Arseneau (2003) that defines a 
new environment for wrapping text.


--

This package is located at 
   https://mirrors.ctan.org/macros/latex/contrib/wrapfig2

More information is at
   https://www.ctan.org/pkg/wrapfig2



   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
___
Ctan-ann mailing list
Ctan-ann@ctan.org
https://lists.dante.de/mailman/listinfo/ctan-ann


CTAN update: latexdiff

2021-12-29 Thread CTAN Announcements
Frederik Tilmann submitted an update to the

   latexdiff

package.

Version:  1.3.2 2021-12-27
License:  gpl3

Summary description:  Determine and mark up significant differences between 
LaTeX files

Announcement text:
--
 
 # latexdiff
 ## API adaptions:
 - latexdiff now completes with exit code 0 after --help or --version command 
(see issue #248)
 ## New features / feature extensions
 - extend CUSTOMDIFCMD related postprocessing to deal properly with multiline 
commands,
   or a sequence of several commands in the same line (see github issue #204)
 - support for additional macros from import package (\import, \inputfrom, 
\includefrom,
   \subimport,\subinputfrom, \subincludefrom). Provided by janniklasrose in PR 
#243 (fixes #239)
 - replace default driver dvips->pdftex
 ## Bug fixes:
 - fix bug reported in issue #218 by replacing \hspace{0pt} after \mbox{..} 
auxiliary commands with \hskip0pt
   (IMPORTANT as old way apparently breaks latexdiff output under default 
setting with recent versions pdflatex)
 - fix issue #206 affecting proper markup of text commands which are not also 
safe cmds and
   have multiple arguments
 - fix issue #210 by adding \eqref (amsmath package) to the list of safe 
commands
 - fix bug reported in issue #168 mangled verbatim line environment
 - more ways to process \frac correctly with atomic arguments. Provided by 
julianuu PR #246
 - fix a bug in biblatex mode, which prevented proper processing of modified 
\textcite (see:
   
https://tex.stackexchange.com/questions/555157/latexdiff-and-biblatex-citation-commands)
 - -h string fix: add -driver option


 # latexdiff-vc
 ## Bug fixes:
 - when setting config variables with the command lines it is now possible to 
use quotes
   to include spaces in the value, e.g. `-c LATEX="pdflatex --shell-escape"`
 - as --only-changes is not compatible with graphics markup, 
--graphics-markup=none is now
   set automatically when this option is selected
 - when --pdf or --postscript is select, then replace tildes in version names 
with underscores
   in output file (e.g. diffHEAD_1 instead of diff HEAD~1. This is necessary 
because
   pdflatex strips ~n strings at the end of the filename, when generating 
output file names

 # latexrevise
 ## New features
 - Introduce option -r / --replace which removes markup of the form
   \replaced{new text}{old text} in the changes package
 - Functionality -c option: if comment to be deleted is the last in the line 
replace
   new line by space character. This is done to avoid errors or unintended line 
breaks
   from empty lines after deletion (which are interpreted as \par)

--

The package’s Catalogue entry can be viewed at
   https://ctan.org/pkg/latexdiff

The package’s files themselves can be inspected at
   https://mirrors.ctan.org/support/latexdiff/



   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
___
Ctan-ann mailing list
Ctan-ann@ctan.org
https://lists.dante.de/mailman/listinfo/ctan-ann


CTAN update: ProfCollege

2021-12-29 Thread CTAN Announcements
Christophe Poulain submitted an update to the

ProfCollege

package.

Version number: 0.99-j
License type: lppl1.3c

Summary description: A LaTeX package for French maths teachers in college

Announcement text:
--

Some improvements, new commands and less bugs...

--

This package is located at
   https://mirrors.ctan.org/macros/latex/contrib/profcollege

More information is at
   https://www.ctan.org/pkg/profcollege




   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 .
___
Ctan-ann mailing list
Ctan-ann@ctan.org
https://lists.dante.de/mailman/listinfo/ctan-ann


CTAN update: ccfonts

2021-12-29 Thread CTAN Announcements
Keiran Harcombe submitted an update to the

  ccfonts

package.

Version:  2021-12-13
License:  lppl

Summary description:  Support for Concrete text and math fonts in LaTeX

Announcement text:
--
 
 Ongoing maintainer for this package will be Keiran Harcombe
 in memory of Walter A. Schmidt.

--

The package’s Catalogue entry can be viewed at
   https://ctan.org/pkg/ccfonts

The package’s files themselves can be inspected at
   https://mirrors.ctan.org/macros/latex/contrib/ccfonts/



   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
___
Ctan-ann mailing list
Ctan-ann@ctan.org
https://lists.dante.de/mailman/listinfo/ctan-ann


CTAN update: asymptote

2021-12-29 Thread CTAN Announcements
John Bowman submitted updates to the

 asymptote

package.

Version:  2.73  2021-12-27
License:  lgpl3

Summary description:  2D and 3D TeX-Aware Vector Graphics Language

Announcement text:
--
 
 Release Notes for Version 2.73

 The asygl library was updated to support embedding of WebGL and
 WebGL2 scenes on the same page.

 
 Release Notes for Version 2.72

 WebGL2 is enabled by default only for examples that use image-based
 lighting.  Multiple output formats in threaded interactive mode are
 now handled correctly.  CPU partial sum indexing is used in the
 3D transparency shader if the compute shader fails to compile.


 Release Notes for Version 2.71

 Support for the portable compressed 3D vector file format V3D was
 added.  The default value of settings.prc was changed to false.
 Efficient order-independent transparency was implemented for
 modern OpenGL platforms and the OSMesa offscreen rendering engine
 (with no interactive transparency support for Mac OS X and WebGL).
 The WebGL library now uses WebGL2 if available.
 Image-based lighting was implemented.
 Many bug fixes and improvements were made to Xasy, allowing objects
 drawn with the graphical editor to be saved to and restored from
 a .xasy file, as well as being exportable to an .asy file.
 A function was added to graph a parametric function with control
 points determined by the specified derivative.
 The recommended PostScript viewer for MSWindows is now Sumatra PDF.
 The workflow for generating transparent PDFs and PNGs was fixed.
 Emacs lasy-mode was patched to work with Emacs >= 23.
 Support for the Language Server Protocol was added.
 Compilation with COMPACT=0 is supported again.
 All threads now return the same error code.
 A remote command-line interface to
 http://asymptote.ualberta.ca is now available.

--

The package’s Catalogue entry can be viewed at
   https://ctan.org/pkg/asymptote

The package’s files themselves can be inspected at
   https://mirrors.ctan.org/graphics/asymptote/



   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
___
Ctan-ann mailing list
Ctan-ann@ctan.org
https://lists.dante.de/mailman/listinfo/ctan-ann