CTAN Announcements | 18 Apr 2013 20:30
Picon
Favicon

CTAN Update: win32-emacs-auctex

Reinhard Kotucha submitted an update to the

  win32-emacs-auctex

package.

Summary description: Emacs and AucTeX for Windows
License type: other-free

Announcement text: 
----------------------------------------------------------------------

Upgrade to Emacs 24.2 and AucTeX 11.87

----------------------------------------------------------------------

This package is located at 
   http://mirror.ctan.org/support/win32-emacs-auctex
.  More information is at
   http://www.ctan.org/pkg/win32-emacs-auctex
(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
(Continue reading)

CTAN Announcements | 18 Apr 2013 20:29
Picon
Favicon

CTAN Update: tcolorbox

Thomas F. Sturm submitted an update to the

  tcolorbox

package.

Summary description: colored text boxes, LaTeX examples, theorems, documentation
License type: lppl

Announcement text: 
----------------------------------------------------------------------

version 2.20 (2013/04/17)
- bug fix: problem with breaking boxes after headings
- new feature: support for boxes with side by side content
- new keys:
  'sidebyside', 'sidebyside align', 'sidebyside gap',
  'lefthand width', 'righthand width', 'lefthand ratio', 'righthand ratio'
- key 'nofloat' documented
- new keys for the 'listings' library:
  'listing side text', 'text side listing'
  'listing outside text', 'text outside listing'
- new keys for the 'skins' library:
  'frame hidden', 'interior hidden', 'segmentation hidden', 'title hidden'
- new environments for the 'documentation' library:
  'dispExample*', 'dispListing*'
- the default style for 'highlight math' is changed to have no title
- minor change of internal width computation
- minor internal fixes
- slight overhaul of the documentation
(Continue reading)

CTAN Announcements | 17 Apr 2013 11:37
Picon
Favicon

CTAN Update: luatexbase

Elie Roux submitted an update to the

  luatexbase

package.

Summary description: Resource management for the LuaTeX macro programmer
License type: pd

Announcement text: 
----------------------------------------------------------------------

all
  - input luatex.sty before doing anything, as luatex.sty
    breaks if loaded after luatexbase

mcb and loader
  - compatibility with Lua 5.2 (LuaTeX >= 0.74)

loader
  - fix an important bug making the kpse lua loader never used, it should make package searching a bit faster.
  - dropping support for LuaTeX < 0.45.
  - small improvement to make x.y.lua look for x/y.lua, not x/y/lua.

----------------------------------------------------------------------

This package is located at 
   http://mirror.ctan.org/macros/luatex/generic/luatexbase
.  More information is at
   http://www.ctan.org/pkg/luatexbase
(Continue reading)

CTAN Announcements | 17 Apr 2013 09:14
Picon
Favicon

CTAN Update: dtxgen

Wybo Dekker submitted an update to the

  dtxgen

package.

Summary description: generate template for LaTeX self-extracting .dtx file
License type: gpl

Announcement text: 
----------------------------------------------------------------------

- dtx files contain only one version number
- presence of sed executable is tested

----------------------------------------------------------------------

This package is located at 
   http://mirror.ctan.org/support/dtxgen
.  More information is at
   http://www.ctan.org/pkg/dtxgen
(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
(Continue reading)

CTAN Announcements | 16 Apr 2013 21:05
Picon
Favicon

CTAN Update: eledmac

Maïeul Rouquette submitted an update to the

  eledmac

package.

License type: lppl

Announcement text: 
----------------------------------------------------------------------

This release fixes a bug with the memoir class introduced by the version 1.4.5.

----------------------------------------------------------------------

This package is located at 
   http://mirror.ctan.org/macros/latex/contrib/eledmac
.  More information is at
   http://www.ctan.org/pkg/eledmac
(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
(Continue reading)

CTAN Announcements | 16 Apr 2013 17:03
Picon
Favicon

CTAN update: pst-optexp

the daemon reports:

> The following information was provided by the package's contributor.
> 
> Name of contribution: pst-optexp
> Author's name: Christoph Bersch
> Package version: 4.0
> Location on CTAN: graphics/pstricks/contrib/pst-optexp/
> Summary description: Drawing optical experimental setups
> License type: lppl
> 
> 
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> Version 4.0:
> 
> * Added electrical components.
> * Added wire connections with \drawwire.
> * Added component \optarrowcomp.
> * Added component \optbarcomp.
> * Improved \optdetector.
> * Extended \drawfiber to support component ranges.
> * Extended couplersep to support automatic calculation.
> * Fixed appearance of \optfiber.
> * Fixed extnodealign to affect also multipoles.
> * Fixed pswarning.
> * Removed old, buggy beam connection code.
> * Removed option conn.
> * Removed option connjoin.
> * Removed \newOptexpDipoleNolabel.
(Continue reading)

CTAN Announcements | 16 Apr 2013 16:59
Picon
Favicon

CTAN update: xint

the daemon cheerfully reports:

> Name of contribution: xint
> Author's name: Jean-François Burnol
> Package version: 1.03
> Location on CTAN: macros/generic/xint/
> Summary description: Expandable operations on long numbers
> License type: lppl
> 
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
>    version 1.03 of xint (2013/04/14)
> 
>    The xint bundle has two new components:
>        xintfrac.sty   Expandable operations on fractions
>        xintseries.sty Expandable partial sums with xint package
> 
>    xintfrac.sty extends the macros of xint.sty to apply to
>    fractions of arbitrary sizes (please don't type in numerators
>    or denominators with more than 2147483639 digits, if I may ask).
> 
>    As with xint.sty, all computations are done in a manner
>    compatible with expansion-only context. The computations are
>    always done exactly and when printing a fraction with an
>    asked-for given number of digits, all digits are exact.
> 
>    xintseries.sty provides some basic functionality to compute
>    partial sums of series or power series. The computations may be
>    done exactly or with a truncation at a given number of digits
>    after the decimal point. 
(Continue reading)

CTAN Announcements | 16 Apr 2013 10:20
Picon
Favicon

CTAN Update: caption

Axel Sommerfeldt submitted an update to the

  caption

package.

Summary description: Customise the captions in floating environments like figure and table.
License type: lppl

Announcement text:
----------------------------------------------------------------------

- Bugfix: Cached sub-caption list entries will be flushed after regular caption list entries again (like
it was before in v3.2)
- Ticket #3 "Is there an incompatibility between caption and picinpar packages?" fixed
- Ticket #6 "subfloatrow: incorrect continued numbering" fixed
- Ticket #7 "caption interfering with glossaries first/subsequent use mechanism" fixed

----------------------------------------------------------------------

This package is located at 
   http://mirror.ctan.org/macros/latex/contrib/caption
.  More information is at
   http://www.ctan.org/pkg/caption
(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 .

------------------------------------------------------------------------

(Continue reading)

CTAN Announcements | 15 Apr 2013 22:42
Picon
Favicon

New on CTAN: vdmlisting

Kenneth Lausdahl submitted the

  vdmlisting

package.

Summary description: Typesetting VDM in ASCII syntax
License type: lppl

Announcement text:
----------------------------------------------------------------------

This is a new package that defined a number of listing environments that enables 
VDM model to be displayed in ASCII.

----------------------------------------------------------------------

This package is located at 
   http://mirror.ctan.org/macros/latex/contrib/vdmlisting
.  More information is at
   http://www.ctan.org/pkg/vdmlisting
(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
(Continue reading)

CTAN Announcements | 15 Apr 2013 12:40
Picon
Favicon

CTAN update: gnuplottex

the daemon calls to say:

> Name of contribution: gnuplottex
> Author's name: Lars Kotthoff
> Package version: 0.4.6
> Location on CTAN: macros/latex/contrib/gnuplottex/
> Summary description: Gnuplot graphs in LaTeX
> License type: gpl
> 
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> Fix bug with temporary file creation in LuaTeX (Henri Menke).
>
> Users may view the package catalogue entry at
>   http://www.ctan.org/pkg/gnuplottex
> or they may browse the package directory at
>   http://mirror.ctan.org/macros/latex/contrib/gnuplottex/

thanks for the upload; i've installed the new version, and updated the
catalogue repository.

Robin Fairbairns

For the CTAN team
_______________________________________________
Ctan-ann mailing list
Ctan-ann@...
https://lists.dante.de/mailman/listinfo/ctan-ann

(Continue reading)

CTAN Announcements | 15 Apr 2013 12:38
Picon
Favicon

CTAN update: logicpuzzle

the daemon slips yet more conundrums before us:

> The following information was provided by the package's contributor.
> 
> Name of contribution: logicpuzzle
> Author's name: Josef Kleber
> Package version: v1.8
> Location on CTAN: graphics/pgf/contrib/logicpuzzle/
> Summary description: Typesetting logic puzzles
> License type: lppl
> 
> 
> Announcement text given by the package's contributor:
> ----------------------------------------------------------------------
> The logicpuzzle bundle allows you to typeset various logic
> puzzles. At the moment the following puzzles are supported:
> 
> * 2D-Sudoku (aka Magiequadrat, Diagon, ...)
> * Battleship (aka Bimaru, Marinespiel, Batalla Naval, ...)
> * Bokkusu (aka Kakurasu, Feldersummenrätsel, ...)
> * Chaos Sudoku
> * Hakyuu (aka Seismic, Ripple Effect, ...)
> * Hitori
> * Kendoku (aka Mathdoku, Calcudoku, Basic, MiniPlu, Ken Ken,
>                Square Wisdom, Sukendo, Caldoku, ...)
> * Killer Sudoku (aka Samunapure, Sum Number Place, Sumdoku,
>                      Gebietssummen, ...)
> * Skyline (aka Skycrapers, Wolkenkratzer, Hochhäuser, ...)
>   incl. Skyline Sudoku and Skyline Sudoku (N*N) variants
> * Sudoku
(Continue reading)


Gmane