ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Context 2005.11.24 Released
@ 2005-12-01 10:03 Taco Hoekwater
  2005-12-02 12:27 ` VnPenguin
  0 siblings, 1 reply; 7+ messages in thread
From: Taco Hoekwater @ 2005-12-01 10:03 UTC (permalink / raw)
  Cc: mailing list for ConTeXt users



Hello all,

I am pleased to announce that the new ConTeXt release from Hans Hagen
can be downloaded as of now from the Pragma ADE website or one of its
mirrors.

   http://www.pragma-ade.com/context/current/cont-tmf.zip
   http://context.aanhet.net/context/current/cont-tmf.zip
   http://mirror.contextgarden.net/context/current/cont-tmf.zip

The current release has version 2005.11.30. As usual, there is a
page with more detailed release notes available on the Wiki,
see: http://wiki.contextgarden.net/Context_2005.11.30

New features since 2005.11.24:

* A support module for loading DraTex

* Itemgroups now accept a command parameter. This allows \item c.s.
   to work on bits of the following paragraph, like so:

    \def\MyItemCommand#1{{\bf#1}\quad}
    \setupitemgroup[itemize][command=\MyItemCommand]
    \startitemize
    \item {test} is this okay?
    \item {test} is this okay?
    \item {test} is this okay?
    \stopitemize

* Extension for the use of marks in column sets using a new,
   three-argument, call to \getmarking :

    \getmarking[subsection][first][1] % column 1
    \getmarking[subsection][first][3] % column 3

* A set of font synonyms to enable easy ligature prevention
   (esp. useful in XML)

     \usetypescript[serif][handling][noligs]
     \definetypeface[mine][rm][serif]
       [latin-modern][default][encoding=texnansi]
     \definetypeface[mine][rm][serif]
       [latin-modern][default][encoding=texnansi]

     \setupbodyfont[mine,10pt]
     \starttext
     asjemenou-het--lijkt---te----werken
     \stoptext

* \setupinterlinespace[auto] makes interline (double) spacing
   work even across bodyfont switches

* new system modes for the current language:

   {\language[nl]
    \startmode[*en] english \stopmode
    \startmode[*nl] dutch   \stopmode
    \language[en]
    \startmode[*en] english \stopmode
    \startmode[*nl] dutch   \stopmode}

Bug fixes:

* ConTeXt now allows more MP specials, on user request (through
   \manyMPspecials). This is sometimes needed when MetaPost is called
   in-between runs instead of using the shell_escape mechanisms

* use TEXMFTE and TEXMFGW in type-tmf.dat. This allows texfont to
   function correctly under gwtex.

* Use the new map file names for the font families/typescripts antt,
   iwona, and kurier.

* Footnote markers no longer appear in headings


Happy TeXing,

Taco Hoekwater

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Context 2005.11.24 Released
  2005-12-01 10:03 Context 2005.11.24 Released Taco Hoekwater
@ 2005-12-02 12:27 ` VnPenguin
  2005-12-02 12:34   ` Taco Hoekwater
  0 siblings, 1 reply; 7+ messages in thread
From: VnPenguin @ 2005-12-02 12:27 UTC (permalink / raw)


Subject : Context 2005.11.24 Released ?

Q.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Context 2005.11.24 Released
  2005-12-02 12:27 ` VnPenguin
@ 2005-12-02 12:34   ` Taco Hoekwater
  0 siblings, 0 replies; 7+ messages in thread
From: Taco Hoekwater @ 2005-12-02 12:34 UTC (permalink / raw)


VnPenguin wrote:
> Subject : Context 2005.11.24 Released ?
> 
> Q.

cut&paste error, should have been 2005.11.30.

Taco

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Context 2005.11.24 Released
  2005-11-24 18:52 ` VnPenguin
  2005-11-24 19:02   ` Taco Hoekwater
@ 2005-11-24 20:53   ` Hans Hagen
  1 sibling, 0 replies; 7+ messages in thread
From: Hans Hagen @ 2005-11-24 20:53 UTC (permalink / raw)


VnPenguin wrote:

>On 11/24/05, Taco Hoekwater <taco@elvenkind.com> wrote:
>  
>
>[skip]
>  
>
>>New features compared to the 2005.11.16 version:
>>
>>* As of this version, ConTeXt has a new zip archive: cont-fnt.zip.
>>
>>   This zip will contain font support files. Currently included
>>   are texfont-generated metric and map files for these font families
>>   (with their typescript names in braces):
>>
>>     - Adobe Utopia (utopia)
>>     - Bitstream Charter (charter)
>>     - Antykwa Poltawskiego (antykwa-poltawskiego)
>>     - URW Bookman (bookman)
>>     - URW Nimbus Mono (courier)
>>     - URW Nimbus Sans (helvetica)
>>     - URW Century Schoolbook (schoolbook)
>>     - URW Palladio (palatino)
>>     - URW Nimbus Roman No9 (times)
>>     - URW Chancery (chancery)
>>    
>>
>
>1. There are .tex file in root of zip file ? why not in tex/context/.... ?
>  
>

they will go away

>2. There are .bak files ?
>      591  11-24-05 15:27   fonts/map/pdftex/context/ec-adobe-utopia.bak <--- ?
>      670  11-24-05 15:27   fonts/map/pdftex/context/ec-adobe-utopia.map
>      611  11-24-05 15:28  
>  
>
these result from a duplicate run (ec/texnansi); next time i'll remove them

Hans

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Context 2005.11.24 Released
  2005-11-24 18:52 ` VnPenguin
@ 2005-11-24 19:02   ` Taco Hoekwater
  2005-11-24 20:53   ` Hans Hagen
  1 sibling, 0 replies; 7+ messages in thread
From: Taco Hoekwater @ 2005-11-24 19:02 UTC (permalink / raw)


Boy, you are fast.

VnPenguin wrote:
> 1. There are .tex file in root of zip file ? why not in tex/context/.... ?

They will probably go away, or move to doc/context

> 2. There are .bak files ?
>       591  11-24-05 15:27   fonts/map/pdftex/context/ec-adobe-utopia.bak <--- ?

A side-effect of calling texfont. It appends a definition to the map
file whilst saving the old one as ".bak"

Taco

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Context 2005.11.24 Released
  2005-11-24 17:46 Taco Hoekwater
@ 2005-11-24 18:52 ` VnPenguin
  2005-11-24 19:02   ` Taco Hoekwater
  2005-11-24 20:53   ` Hans Hagen
  0 siblings, 2 replies; 7+ messages in thread
From: VnPenguin @ 2005-11-24 18:52 UTC (permalink / raw)


On 11/24/05, Taco Hoekwater <taco@elvenkind.com> wrote:
>
[skip]
>
> New features compared to the 2005.11.16 version:
>
> * As of this version, ConTeXt has a new zip archive: cont-fnt.zip.
>
>    This zip will contain font support files. Currently included
>    are texfont-generated metric and map files for these font families
>    (with their typescript names in braces):
>
>      - Adobe Utopia (utopia)
>      - Bitstream Charter (charter)
>      - Antykwa Poltawskiego (antykwa-poltawskiego)
>      - URW Bookman (bookman)
>      - URW Nimbus Mono (courier)
>      - URW Nimbus Sans (helvetica)
>      - URW Century Schoolbook (schoolbook)
>      - URW Palladio (palatino)
>      - URW Nimbus Roman No9 (times)
>      - URW Chancery (chancery)

1. There are .tex file in root of zip file ? why not in tex/context/.... ?
2. There are .bak files ?
      591  11-24-05 15:27   fonts/map/pdftex/context/ec-adobe-utopia.bak <--- ?
      670  11-24-05 15:27   fonts/map/pdftex/context/ec-adobe-utopia.map
      611  11-24-05 15:28  
fonts/map/pdftex/context/ec-bitstrea-charter.bak <--- ?
      693  11-24-05 15:29   fonts/map/pdftex/context/ec-bitstrea-charter.map
      483  11-24-05 15:24   fonts/map/pdftex/context/ec-public-antp.map
      854  11-24-05 15:29   fonts/map/pdftex/context/ec-urw-bookman.bak <--- ?
...

Regards,
--
http://vnoss.org
Vietnamese Open Source Software Community

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Context 2005.11.24 Released
@ 2005-11-24 17:46 Taco Hoekwater
  2005-11-24 18:52 ` VnPenguin
  0 siblings, 1 reply; 7+ messages in thread
From: Taco Hoekwater @ 2005-11-24 17:46 UTC (permalink / raw)
  Cc: mailing list for ConTeXt users



Hello all,

I am pleased to announce that the new ConTeXt release from Hans Hagen
can be downloaded as of now from the Pragma ADE website or one of its
mirrors.

   http://www.pragma-ade.com/context/current/cont-tmf.zip
   http://context.aanhet.net/context/current/cont-tmf.zip
   http://mirror.contextgarden.net/context/current/cont-tmf.zip

If you have not updated your Latin Modern fonts in the past
month, then you will need to fetch the latest redistribution
of the LM fonts as well:

   http://www.pragma-ade.com/context/current/cont-lmt.zip
   http://context.aanhet.net/context/current/cont-lmt.zip
   http://mirror.contextgarden.net/context/current/cont-lmt.zip

The current release has version 2005.11.24. As usual, there is a
page with more detailed release notes available on the Wiki,
see: http://wiki.contextgarden.net/Context_2005.11.24


New features compared to the 2005.11.16 version:

* As of this version, ConTeXt has a new zip archive: cont-fnt.zip.

   This zip will contain font support files. Currently included
   are texfont-generated metric and map files for these font families
   (with their typescript names in braces):

     - Adobe Utopia (utopia)
     - Bitstream Charter (charter)
     - Antykwa Poltawskiego (antykwa-poltawskiego)
     - URW Bookman (bookman)
     - URW Nimbus Mono (courier)
     - URW Nimbus Sans (helvetica)
     - URW Century Schoolbook (schoolbook)
     - URW Palladio (palatino)
     - URW Nimbus Roman No9 (times)
     - URW Chancery (chancery)

* \txt is a new command to be used like \item, \head and \sym
   inside itemgroups (e.g. '\startitemize ... \stopitemize')

* texmfstart can be used to generate the stub commands like
   'texfont' now

Bugs fixed compared to the 2005.11.16 version:

* the new texexec (in ruby) has gained some backward compatibility
   switches, like pdfarrange.
* The incorrect LMSans-Italic font mapping has been fixed
* The command \usetypescript[adobekb][ec] works properly now


Happy TeXing,

Taco Hoekwater

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-12-02 12:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-01 10:03 Context 2005.11.24 Released Taco Hoekwater
2005-12-02 12:27 ` VnPenguin
2005-12-02 12:34   ` Taco Hoekwater
  -- strict thread matches above, loose matches on Subject: below --
2005-11-24 17:46 Taco Hoekwater
2005-11-24 18:52 ` VnPenguin
2005-11-24 19:02   ` Taco Hoekwater
2005-11-24 20:53   ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).