[NTG-context] start page numbering in MKIV

2013-04-01 Thread john Culleton
The command 
\setuppagenumber[number=3,state=start] seems not to work under
MKIV. Here is the sequence:

\setuppagenumber[number=3,state=start]
\completecontent
\chapter[Introduction}

but Chapter 1 Introduction is shown in the TOC with page 3. It
should be page 5 since the TOC starts on physical page 3 and there is
one blank page in between. 

--  
John Culleton
Wexford Press

-- 
John Culleton
Wexford Press
Free list of books for self-publishers:
http://wexfordpress.net/shortlist.html
PDF e-book: Create Book Covers with Scribus
available at http://www.booklocker.com/books/4055.html
___
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] Visualcounter: style parameter not working as expected

2013-04-01 Thread Romain Diss
Hi all,

I'm actually using the visualcounter module for a presentation and I can't 
modify the style of the page number inside the countdown counter. The 
documentation let me think the 'style' parameter should do the job but it 
doesn't seem to work.

Do I miss something or is this a bug?

%% Minimal working exemple %%
\usemodule[visualcounter]

\definevisualcounter
  [test]
  [countdown]
  [counter=userpage]

\setupvisualcounter
  [test]
  [style=\tfd] % This is not taken into account

\setupfootertexts[][\usevisualcounter{test}]

\starttext
  \dorecurse{3}{\input knuth \par \input knuth \page}
\stoptext
%%

Thanks in advance.

-- 
Romain Diss
romain.d...@yahoo.fr
___
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] Problem with local installation - MKIV- register

2013-04-01 Thread WolfgangZ

Hello,
I have a problem with a using a register in my local installation 
(MKIV). The minimal example works on contextgarden.


The example:
\defineregister[Erf][Erflist]
\starttext
\chapter{F53667}
Hello world!
\Erf{Bla} Fool
\page
\placeregister[Erf]
\stoptext


The error I get:
mtx-context | run 1: luatex 
--fmt=D:/context/tex/texmf-cache/luatex-cache/c
ontext/5fe67e0bfe781ce0dde776fb1556f32e/formats/luatex/cont-en 
--jobname=test1
 
--lua=D:/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776f
b1556f32e/formats/luatex/cont-en.lui --no-parse-first-line 
--c:currentrun=1 --c
:fulljobname=./test1.tex --c:input=./test1.tex --c:kindofrun=1 
--c:maxnofrun

s=8 cont-yes.mkiv
This is LuaTeX, Version beta-0.77.0-2013033008 (rev 4622)
 \write18 enabled.
(D:/context/tex/texmf-context/tex/context/base/cont-yes.mkiv

ConTeXt  ver: 2013.03.29 01:03 MKIV  fmt: 2013.4.2  int: english/english

system   'cont-new.mkiv' loaded
(D:/context/tex/texmf-context/tex/context/base/cont-new.mkiv
system   beware: some patches loaded from cont-new.mkiv
)
system   files  jobname 'test1', input 'test1', result 'test1'
fontslatin modern fonts are not preloaded
languageslanguage 'en' is active
(test1.tex{D:/context/tex/texmf-context/fonts/map/pdftex/context/mkiv-base.map}
fontspreloading latin modern fonts (second stage)
fontstypescripts  unknown library 'loc'
{D:/context/tex/texmf/fonts/map/dvips/lm/lm-math.map}{D:/context/tex/texmf/fonts
/map/dvips/lm/lm-rm.map}
fonts'fallback modern rm 12pt' is loaded
structuresectioning  chapter @ level 2 : 0.1 - F53667
backend  xmp  using file 
'D:/context/tex/texmf-context/tex/context/bas

e/lpdf-pdx.xml'
pagesflushing realpage 1, userpage 1
! Missing number, treated as zero.
log
system   tex  error on line 8 in file test1.tex: Missing 
number, treat

ed as zero ...


to be read again

\strc_registers_place ...\registerparameter \c!n 
  \plusone 
\startcolumns [\c...

\syst_helpers_double_empty_one_spaced ...1[{#2}][]

to be read again
\stoptext
l.8 \stoptext

?


Any help is welcome.
Best regards
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
___


Re: [NTG-context] Problem with local installation - MKIV- register

2013-04-01 Thread Philipp Gesang
Hi Wolfgang!

···date: 2013-04-02, Tuesday···from: WolfgangZ···

 Hello,
 I have a problem with a using a register in my local installation
 (MKIV). The minimal example works on contextgarden.
 
 The example:
 \defineregister[Erf][Erflist]

\defineregister[Erf]

It doesn’t appear to be documented anywhere (even the source ...)
but in mkiv \defineregister is an ordinary command handler so no
fancy plurals anymore. Now the second arg expects an assignment:

\defineregister[Erf][style=slanted,pagestyle=bold]

Regards
Philipp


 \starttext
 \chapter{F53667}
 Hello world!
 \Erf{Bla} Fool
 \page
 \placeregister[Erf]
 \stoptext
 
 
 The error I get:
 mtx-context | run 1: luatex
 --fmt=D:/context/tex/texmf-cache/luatex-cache/c
 ontext/5fe67e0bfe781ce0dde776fb1556f32e/formats/luatex/cont-en
 --jobname=test1
  
 --lua=D:/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776f
 b1556f32e/formats/luatex/cont-en.lui --no-parse-first-line
 --c:currentrun=1 --c
 :fulljobname=./test1.tex --c:input=./test1.tex --c:kindofrun=1
 --c:maxnofrun
 s=8 cont-yes.mkiv
 This is LuaTeX, Version beta-0.77.0-2013033008 (rev 4622)
  \write18 enabled.
 (D:/context/tex/texmf-context/tex/context/base/cont-yes.mkiv
 
 ConTeXt  ver: 2013.03.29 01:03 MKIV  fmt: 2013.4.2  int: english/english
 
 system   'cont-new.mkiv' loaded
 (D:/context/tex/texmf-context/tex/context/base/cont-new.mkiv
 system   beware: some patches loaded from cont-new.mkiv
 )
 system   files  jobname 'test1', input 'test1', result 'test1'
 fontslatin modern fonts are not preloaded
 languageslanguage 'en' is active
 (test1.tex{D:/context/tex/texmf-context/fonts/map/pdftex/context/mkiv-base.map}
 fontspreloading latin modern fonts (second stage)
 fontstypescripts  unknown library 'loc'
 {D:/context/tex/texmf/fonts/map/dvips/lm/lm-math.map}{D:/context/tex/texmf/fonts
 /map/dvips/lm/lm-rm.map}
 fonts'fallback modern rm 12pt' is loaded
 structuresectioning  chapter @ level 2 : 0.1 - F53667
 backend  xmp  using file
 'D:/context/tex/texmf-context/tex/context/bas
 e/lpdf-pdx.xml'
 pagesflushing realpage 1, userpage 1
 ! Missing number, treated as zero.
 log
 system   tex  error on line 8 in file test1.tex: Missing
 number, treat
 ed as zero ...
 
 
 to be read again
 
 \strc_registers_place ...\registerparameter \c!n 
   \plusone
 \startcolumns [\c...
 \syst_helpers_double_empty_one_spaced ...1[{#2}][]
 
 to be read again
 \stoptext
 l.8 \stoptext
 
 ?
 
 
 Any help is welcome.
 Best regards
 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
 ___

-- 
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments


pgppaAvGySpgk.pgp
Description: PGP signature
___
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] Visualcounter: style parameter not working as expected

2013-04-01 Thread Aditya Mahajan

On Tue, 2 Apr 2013, Romain Diss wrote:


I'm actually using the visualcounter module for a presentation and I can't
modify the style of the page number inside the countdown counter. The
documentation let me think the 'style' parameter should do the job but it
doesn't seem to work.

Do I miss something or is this a bug?


This is a bug. Thanks for the report. I have fixed it on the github dev 
branch, and will upload a new version soon.


In case anyone is interested, this is what was happening:

Context parses the parameter of `\useMPgraphic` to 
determine the MP instance. The code was using


\useMPgraphic{\visualcounterparameter\c!mp}

`\useMPgraphic` does not expand its arguments, so the proper MP instance 
was not initialized. Changed the above line to


\expanded{\useMPgraphic{\visualcounterparameter\c!mp}}

and now style and color parameters work.

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
___


Re: [NTG-context] start page numbering in MKIV

2013-04-01 Thread Wolfgang Schuster

Am 01.04.2013 um 22:42 schrieb john Culleton j...@wexfordpress.com:

 The command 
 \setuppagenumber[number=3,state=start] seems not to work under
 MKIV. Here is the sequence:
 
 \setuppagenumber[number=3,state=start]
 \completecontent
 \chapter[Introduction}
 
 but Chapter 1 Introduction is shown in the TOC with page 3. It
 should be page 5 since the TOC starts on physical page 3 and there is
 one blank page in between. 

Use \setcounter[userpage][number] to change the start value for the 
pagenumber.

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
___