Re: [NTG-context] repeat option in itemize not working correctly

2011-09-09 Thread Wolfgang Schuster

Am 08.09.2011 um 17:26 schrieb Hans Hagen:

 On 8-9-2011 10:56, Wolfgang Schuster wrote:
 
 It can be solved with something like this:
 
 thanks for analyzing this
 
 \def\doactualitemnumber
   {\begingroup
 
  %\c!numberconversionset=,
 
 ^^ we can use \c!numberconversionset=itemgroup:\currentitemgroup,
 
 but my solution above doesn’t work with complex itemize constructs.
 
 and then add (someplace) in the define macro:
 
 \definestructureconversionset[itemgroup:#1][\currentitemconversionset][\currentitemsymbol]%
 
 and at the end of the restarter:
 
   \ifx\currentrepeatstart\empty
 \let\currentitemconversionset\currentitemsymbol
   \else
 \edef\currentitemconversionset{\currentitemconversionset,\currentitemsymbol}%
   \fi
 
 which seems to work (baking a beta now)

Thanks, the numbers are now correct.

What’s missing is a fix for the problem Aditya mentioned (missing number for 
the first level item):

\unexpanded\def\actualitemnumber
  {\ifconditional\repeatlistitem
-\ifcase\currentitemlevel\or\else
+\ifcase\currentitemlevel\else
   \doactualitemnumber
 \fi
   \else
 \doactualitemnumber
   \fi}

and \noitem is broken with the changes in MkIV:

\def\doitemgroupnoitem
- {\doadvanceitem\donolistitem}
+ {\let\currentitemreference\empty
+  \doadvanceitem\donolistitem}

Wolfgang
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Fwd: [OS X TeX] ConTeXt issues

2011-09-09 Thread Steffen Wolfrum
Hi,

does anyone here has MacTeX 2011 installed and could help Joseph?
(I just saw this on OSX_TEX list, see below). 

Thanks,
Steffen





Anfang der weitergeleiteten E-Mail:

 Von: Joseph Wright joseph.wri...@morningstar2.co.uk
 Datum: 9. September 2011 16:48:37 MESZ
 An: macosx-...@email.esm.psu.edu
 Betreff: [OS X TeX] ConTeXt issues
 Antwort an: TeX on Mac OS X Mailing List macosx-...@email.esm.psu.edu
 
 Hello all,
 
 I'm trying to get ConTeXT MkIV working with MacTeX 2011. My system seems
 to be up to date, but running 'context' from the Terminal (MAc OS
 10.6.8) gives:
 
 mtxrun  | forcing cache reload
 resolvers   | resolving | configuration files already identified
 resolvers   | resolving | skipping configuration file
 'selfautoparent:/texmfcnf.lua' (no content)
 resolvers   | resolving | no texmf paths are defined (using TEXMF)
 resolvers   | resolving |
 mtxrun  | the resolver databases are not present or outdated
 resolvers   | resolving | using suffix based filetype 'lua'
 resolvers   | resolving | using suffix based filetype 'lua'
 resolvers   | resolving | remembered file 'mtx-context.lua'
 resolvers   | resolving | using suffix based filetype 'lua'
 mtxrun  | unknown script 'context.lua' or 'mtx-context.lua'
 
 'luatools --generate' gives a similar issue
 
 mtxrun  | forcing cache reload
 resolvers   | resolving | configuration files already identified
 resolvers   | resolving | skipping configuration file
 'selfautoparent:/texmfcnf.lua' (no content)
 resolvers   | resolving | no texmf paths are defined (using TEXMF)
 resolvers   | resolving |
 mtxrun  | the resolver databases are not present or outdated
 resolvers   | resolving | using suffix based filetype 'lua'
 resolvers   | resolving | using suffix based filetype 'lua'
 resolvers   | resolving | remembered file 'mtx-base.lua'
 resolvers   | resolving | using suffix based filetype 'lua'
 mtxrun  | unknown script 'base.lua' or 'mtx-base.lua'
 
 I'm not sure at the moment if this is MacTeX-specific or a TeX Live 2011
 issue. Does anyone have any ideas?
 --
 Joseph Wright
 --- Please Consult the Following Before Posting ---
 TeX FAQ: http://www.tex.ac.uk/faq
 List Reminders and Etiquette: http://email.esm.psu.edu/mac-tex/
 List Archive: http://tug.org/pipermail/macostex-archives/
 TeX on Mac OS X Website: http://mactex-wiki.tug.org/
 List Info: http://email.esm.psu.edu/mailman/listinfo/macosx-tex
 

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Fwd: [OS X TeX] ConTeXt issues

2011-09-09 Thread Mojca Miklavec
On Fri, Sep 9, 2011 at 17:12, Steffen Wolfrum wrote:
 Hi,

 does anyone here has MacTeX 2011 installed and could help Joseph?
 (I just saw this on OSX_TEX list, see below).

This is a known problem in the sense that it happens pretty often,
but it is unclear what exactly goes wrong. MacTeX should usually work
by default.

More information is needed, in particular contents of
/usr/local/texlive/2011/texmfcnf.lua

Mojca

 Anfang der weitergeleiteten E-Mail:

 Von: Joseph Wright joseph.wri...@morningstar2.co.uk
 Datum: 9. September 2011 16:48:37 MESZ
 An: macosx-...@email.esm.psu.edu
 Betreff: [OS X TeX] ConTeXt issues
 Antwort an: TeX on Mac OS X Mailing List macosx-...@email.esm.psu.edu

 Hello all,

 I'm trying to get ConTeXT MkIV working with MacTeX 2011. My system seems
 to be up to date, but running 'context' from the Terminal (MAc OS
 10.6.8) gives:

 mtxrun          | forcing cache reload
 resolvers       | resolving | configuration files already identified
 resolvers       | resolving | skipping configuration file
 'selfautoparent:/texmfcnf.lua' (no content)
 resolvers       | resolving | no texmf paths are defined (using TEXMF)
 resolvers       | resolving |
 mtxrun          | the resolver databases are not present or outdated
 resolvers       | resolving | using suffix based filetype 'lua'
 resolvers       | resolving | using suffix based filetype 'lua'
 resolvers       | resolving | remembered file 'mtx-context.lua'
 resolvers       | resolving | using suffix based filetype 'lua'
 mtxrun          | unknown script 'context.lua' or 'mtx-context.lua'

 'luatools --generate' gives a similar issue

 mtxrun          | forcing cache reload
 resolvers       | resolving | configuration files already identified
 resolvers       | resolving | skipping configuration file
 'selfautoparent:/texmfcnf.lua' (no content)
 resolvers       | resolving | no texmf paths are defined (using TEXMF)
 resolvers       | resolving |
 mtxrun          | the resolver databases are not present or outdated
 resolvers       | resolving | using suffix based filetype 'lua'
 resolvers       | resolving | using suffix based filetype 'lua'
 resolvers       | resolving | remembered file 'mtx-base.lua'
 resolvers       | resolving | using suffix based filetype 'lua'
 mtxrun          | unknown script 'base.lua' or 'mtx-base.lua'

 I'm not sure at the moment if this is MacTeX-specific or a TeX Live 2011
 issue. Does anyone have any ideas?
 --
 Joseph Wright
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Fwd: [OS X TeX] ConTeXt issues

2011-09-09 Thread Hans Hagen

On 9-9-2011 17:12, Steffen Wolfrum wrote:

Hi,

does anyone here has MacTeX 2011 installed and could help Joseph?
(I just saw this on OSX_TEX list, see below).


I remember that Mojca looked into it and it mostly a missing 
configuration error. But anyway, luatools is obsolete. Maybe an mtxrun 
--generate helps. Minimals should work ok.


Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Fwd: [OS X TeX] ConTeXt issues

2011-09-09 Thread Matthias Weber
Hi,

I do have MacTeX 2011 installed (for LaTeX needs), but use the Standalone 
(former minimals) for CoNTeXt.

Besides being more recent, this has the advantage that one can archive a done 
project together with the Standalone tree
in case changes to CoNText happen break the project. 

The relevant wiki page for installing and configuring with editors  is at

http://wiki.contextgarden.net/ConTeXt_Standalone/Mac_Installation

Matthias

On Sep 9, 2011, at 11:12 AM, Steffen Wolfrum wrote:

 Hi,
 
 does anyone here has MacTeX 2011 installed and could help Joseph?
 (I just saw this on OSX_TEX list, see below). 
 
 Thanks,
 Steffen
 
 
 
 
 
 Anfang der weitergeleiteten E-Mail:
 
 Von: Joseph Wright joseph.wri...@morningstar2.co.uk
 Datum: 9. September 2011 16:48:37 MESZ
 An: macosx-...@email.esm.psu.edu
 Betreff: [OS X TeX] ConTeXt issues
 Antwort an: TeX on Mac OS X Mailing List macosx-...@email.esm.psu.edu
 
 Hello all,
 
 I'm trying to get ConTeXT MkIV working with MacTeX 2011. My system seems
 to be up to date, but running 'context' from the Terminal (MAc OS
 10.6.8) gives:
 
 mtxrun  | forcing cache reload
 resolvers   | resolving | configuration files already identified
 resolvers   | resolving | skipping configuration file
 'selfautoparent:/texmfcnf.lua' (no content)
 resolvers   | resolving | no texmf paths are defined (using TEXMF)
 resolvers   | resolving |
 mtxrun  | the resolver databases are not present or outdated
 resolvers   | resolving | using suffix based filetype 'lua'
 resolvers   | resolving | using suffix based filetype 'lua'
 resolvers   | resolving | remembered file 'mtx-context.lua'
 resolvers   | resolving | using suffix based filetype 'lua'
 mtxrun  | unknown script 'context.lua' or 'mtx-context.lua'
 
 'luatools --generate' gives a similar issue
 
 mtxrun  | forcing cache reload
 resolvers   | resolving | configuration files already identified
 resolvers   | resolving | skipping configuration file
 'selfautoparent:/texmfcnf.lua' (no content)
 resolvers   | resolving | no texmf paths are defined (using TEXMF)
 resolvers   | resolving |
 mtxrun  | the resolver databases are not present or outdated
 resolvers   | resolving | using suffix based filetype 'lua'
 resolvers   | resolving | using suffix based filetype 'lua'
 resolvers   | resolving | remembered file 'mtx-base.lua'
 resolvers   | resolving | using suffix based filetype 'lua'
 mtxrun  | unknown script 'base.lua' or 'mtx-base.lua'
 
 I'm not sure at the moment if this is MacTeX-specific or a TeX Live 2011
 issue. Does anyone have any ideas?
 --
 Joseph Wright
 --- Please Consult the Following Before Posting ---
 TeX FAQ: http://www.tex.ac.uk/faq
 List Reminders and Etiquette: http://email.esm.psu.edu/mac-tex/
 List Archive: http://tug.org/pipermail/macostex-archives/
 TeX on Mac OS X Website: http://mactex-wiki.tug.org/
 List Info: http://email.esm.psu.edu/mailman/listinfo/macosx-tex
 
 
 ___
 If your question is of interest to others as well, please add an entry to the 
 Wiki!
 
 maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
 webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
 archive  : http://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net
 ___

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] syst-ini.mkii missing

2011-09-09 Thread Aditya Mahajan
syst-ini.mkii is missing from the latest beta. Trying to update the 
minimals gives


! I can't find file `syst-ini.mkii'.
to be read again
   \relax
l.46 \loadmarkfile{syst-ini}

Aditya
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___