Claudio Fiandrino submitted an update to the
sa-tikz
package.
Summary description: TikZ library to draw switching architectures
License type: lppl
Announcement text:
----------------------------------------------------------------------
The version 0.6 introduces support to Omega and Flip Networks, particular kind of Banyan Networks.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/graphics/pgf/contrib/sa-tikz
. More information is at
http://www.ctan.org/pkg/sa-tikz
(if the package is new it may take a day for that information to
appear). We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Rainer Schöpf
Karl Berry submitted an update to the
epstopdf
package.
Version number: 2.20
License type: other-free
Summary description: convert EPS to PDF (or other formats)
Announcement text:
----------------------------------------------------------------------
All thanks to Heiko Oberdiek, changes in this version of epstopdf:
* New command line argument --(no)safer which allows setting
-dNOSAFER instead of -dSAFER (only for non-restricted).
* New command line argument --pdfsettings for
Ghostscript's -dPDFSETTINGS.
* New command line argument --(no)quiet.
* New command line argument --device for specifying a differnt
Ghostscript device (limited set of devices for restricted mode).
* New command line arguments --gsopts and --gsopt for adding
Ghostscript options.
* Full support of Ghostscript's option -r, DPIxDPI added.
* Support for DOS EPS binary files (TN 5002) added.
* Removes PJL commands at start of file.
Home page: http://tug.org/epstopdf/
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/support/epstopdf/
More information is at
http://www.ctan.org/pkg/epstopdf
We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
Dwight Aplevich submitted an update to the
Circuit_macros
package.
Version number: 7.7
License type: lppl
Summary description: Electric circuits and other diagrams for latex and the web
Announcement text:
----------------------------------------------------------------------
This version fixes a bug in one of the logic macros.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/graphics/circuit_macros/
More information is at
http://www.ctan.org/pkg/circuit-macros
We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
Thomas F. Sturm submitted an update to the
csvsimple
package.
Version number: 1.07
License type: lppl
Summary description: csv file processing, comma separated values
Announcement text:
----------------------------------------------------------------------
- internal macro 'TrimSpaces' renamed to avoid name clashed with 'xparse'
- new option 'separator' to set the data value separator to
'comma', 'semicolon', or 'pipe'
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/csvsimple/
More information is at
http://www.ctan.org/pkg/csvsimple
We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
Clemens Niederberger submitted an update to the
acro
package.
Version number: 1.4b
License type: lppl
Summary description: typeset acronyms
Announcement text:
----------------------------------------------------------------------
Bug fix: option `only-used=false' works again as advertised
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/acro/
More information is at
http://www.ctan.org/pkg/acro
We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
Boris Veytsman submitted an update to the
resphilosophica
package.
Version number: 1.15
License type: lppl
Summary description: Typesetting Articles For Res Philosophica
Announcement text:
----------------------------------------------------------------------
Typesetting Articles For Res Philosophica
This package provides a class for typesetting articles for the journal
Res Philosophica, http://www.resphilosophica.org.
This work was commissioned by the Saint Louis University.
Changes
version 1.15: New command: suppresscomma
version 1.14: Bug fix
version 1.13: New command: itlenote
New options: preprint and forthcoming
version 1.12: Bibliography changes
version 1.11: Automatic doi generation
Bibliography formatting changes
version 1.10: Bibliography formatting changes
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/resphilosophica/
More information is at
http://www.ctan.org/pkg/resphilosophica
We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
Pavel Farar submitted an update to the
dejavu
package.
Version number: 2.34
License type: lppl & others
Summary description: LaTeX support for the fonts DejaVu
Announcement text:
----------------------------------------------------------------------
Updated the fonts to version 2.34.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/fonts/dejavu/
More information is at
http://www.ctan.org/pkg/dejavu
We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
Jean-François Burnol submitted an update to the
xint
package.
Version number: 1.09a
License type: lppl
Summary description: Expandable operations on long numbers
Announcement text:
----------------------------------------------------------------------
xintexpr..
elax is an expandable parser of expressions written
with infix operators. It computes *exactly* on arbitrarily big
numbers or fractions.
Release 1.09a has added to its syntax:
* functions with one, two, or arbitrarily many argments,
among them reduce, sqr, sqrt, abs, sgn, floor, ceil, quo,
rem, round, trunc, float, gcd, lcm, max, min, sum, prd,
add, mul, all, any, xor, not.
* comparison (<, >, =) and logical (|, &) operators,
* 2way ? and 3way : conditional branching (skipped branches
are /not/ evaluated),
* xintexpr <stuff>,<stuff>,...
elax returns the comma
separated list where each <stuff> has been evaluated,
* use of the standard macro parameter character # in the
command constructor xintNewExpr.
Some new macros correspond to some of the xintexpr recognized
functions mentioned functions, such as xintGCDof, xintLCMof
(package xintgcd), xintMaxof, xintMinof, e.g. to be used e.g.
as xintLCMof {{12}{15}{32}} with arbitrarily many arguments,
etc... lcm(12,15,32) in the easier xintexpr syntax.
Macros for expandable conditional code xintifSgn, xintifGt, etc...
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/generic/xint/
More information is at
http://www.ctan.org/pkg/xint
We are supported by the TeX Users Group http://www.tug.org .
Please join a users group; see http://www.tug.org/usergroups.html .
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese