Re: [NTG-context] Font and Typescript problems

2009-05-04 Thread Hans Hagen

Alan BRASLAU wrote:
I am perhaps using font typescripts incorrectly. Nevertheless, the recent 
minimals from the garden appears to have introduced a bug handling rscale.


Thanks,

Alan

Minimal example:

\definetypeface [postscript] [rm] [serif] [times] [default]
\definetypeface [postscript] [ss] [sans]  [helvetica] [default] [rscale=.9]
\definetypeface [postscript] [tt] [mono]  [courier]   [default] [rscale=1.1]
\switchtotypeface [postscript] [12pt]
\setupbodyfont [sans,12pt]

\starttext
text
\stoptext


! Missing number, treated as zero.
to be read again
   .
\relativefontsize -.
 9


does 0.9 work?

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] URL \href ... ?

2009-05-04 Thread Hans Hagen

Mohamed Bana wrote:

Hi,

Is there macro for typesetting a URL without defining it before hand?  
E.g., something as simple as, \href{www.google.com}, it'd also be great if


\goto{...}[url(...)]


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Font and Typescript problems

2009-05-04 Thread Alan BRASLAU
On Monday 04 May 2009 10:51:39 Hans Hagen wrote:
 does 0.9 work?

Yes, 0.9 in
\definetypeface [postscript] [ss] [sans]  [helvetica] [default] [rscale=0.9]
works... Thanks!

Nevertheless, 
\usetypescript[postscript]
and other macros are currently broken.

Alan

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Font and Typescript problems

2009-05-04 Thread Wolfgang Schuster


Am 04.05.2009 um 11:10 schrieb Hans Hagen:


does 0.9 work?
It works but can you change this in type-one.tex and type-otf.tex  
for the postscript

typescript and in type-cow.tex (all use rscale=.xx)


sure. (btw, it'd due to the fact that lua does not like var = .123)


Not in my context version, the problem here is the \number in front of  
\relativefontsize

(font-ini.mkiv) which is not there in the mkii code.

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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Font and Typescript problems

2009-05-04 Thread Wolfgang Schuster


Am 04.05.2009 um 10:51 schrieb Hans Hagen:


Alan BRASLAU wrote:
I am perhaps using font typescripts incorrectly. Nevertheless, the  
recent minimals from the garden appears to have introduced a bug  
handling rscale.

Thanks,
Alan
Minimal example:
\definetypeface [postscript] [rm] [serif] [times] [default]
\definetypeface [postscript] [ss] [sans]  [helvetica] [default]  
[rscale=.9]
\definetypeface [postscript] [tt] [mono]  [courier]   [default]  
[rscale=1.1]

\switchtotypeface [postscript] [12pt]
\setupbodyfont [sans,12pt]
\starttext
text
\stoptext
! Missing number, treated as zero.
to be read again
  .
\relativefontsize -.
9


does 0.9 work?


It works but can you change this in type-one.tex and type-otf.tex for  
the postscript

typescript and in type-cow.tex (all use rscale=.xx)

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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Updating bug

2009-05-04 Thread Hans Hagen

Yue Wang wrote:

when will the bug be fixed? I waited for a week, and I still cannot
update context today:(


well. it'a a beta after all so ... anyhow, as those who have to do it 
have been at bachotek (middle of woods, slow internet access etc) you 
hav eto wait till we're home and all in sync


i'll update the beta on the website today

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] URL \href ... ?

2009-05-04 Thread Peter Münster
On Mon, 4 May 2009, Yue Wang wrote:

 useURL can do the first

How?
Peter

-- 
Contact information: http://pmrb.free.fr/contact/

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] multi page TABLE and placetable

2009-05-04 Thread Jos van Gisbergen
Hi,

I'm using TABLE macros for typesetting tables. Since the tables I'm using
may get very long, I set split=yes. This works ... except if I surround
a TABLE with \placetable:

  \placetable[here]{caption} {
\bTABLE ...
\eTABLE
  }

In such a case a table that is too long to fit on a single page is truncated
at page bottom and nothing is printed on the next page.
What am I doing wrong?

Thanks in advance,

Jos



  ___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] FiXme test file

2009-05-04 Thread Wolfgang Schuster


Am 04.05.2009 um 15:50 schrieb Vyatcheslav Yatskovsky:


there is now a test file to show the usage of the module.


Nice. But under mkiv I get an empty list of corrections.


It's a bug with \placelist (you get also a empty list of figures and  
tables).


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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] FiXme test file

2009-05-04 Thread Vyatcheslav Yatskovsky


there is now a test file to show the usage of the module.

   

Nice. But under mkiv I get an empty list of corrections.

Best,
Vyatcheslav
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] \placelist

2009-05-04 Thread Otared Kavian


On 4 mai 09, at 18:09, Wolfgang Schuster wrote:


Hi Hans,

\placelist produce no output in mkiv.

\starttext

%\placelistoffigure
\completelistoffigures

here

\placefigure{dummy}{\framed{DUMMY}}

\stoptext

Wolfgang



Hi,

As a matter of fact, the above example of \placelist gives a LuaTeX  
error
(ConTeXt  ver: 2009.04.21 16:11 MKIV  fmt: 2009.4.25  int: english/ 
english):


%%% begin console output
structure   : title @ level 2 : (0.0) . - \headtext {figures}
! LuaTeX error ...imal/tex/texmf-context/tex/context/base/strc-doc.lua: 
502: attempt to index field 'sectiontitle' (a nil value)

stack traceback:
	...imal/tex/texmf-context/tex/context/base/strc-doc.lua:502: in  
function 'sectiontitle'
	...imal/tex/texmf-context/tex/context/base/strc-lst.lua:308: in  
function 'title'

main ctx instance:1: in main chunk.
\structurelistsectiontitle ...\currentlistindex )}

\listtextcommand #1-\begstrut #1
 \endstrut
argument ...tentry {\structurelistsectiontitle }
  }\egroup \ifdim \wd  
4=\zer...

\secondoftwoarguments #1#2-#2

\dosomelistelement ... 4\relax \relax \fi }\hss }}
  \endgraf  
\nointerlineskip ...

\dodolistelement ...ement {#1}{#2}{#3}{#4}{#5}{#6}
  \global  
\utilitydonetrue

...
l.9

?
Process aborted
%%% end console output

Best regards: OK
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] \placelist

2009-05-04 Thread Wolfgang Schuster


Am 04.05.2009 um 18:20 schrieb Otared Kavian:


Hi,

As a matter of fact, the above example of \placelist gives a LuaTeX  
error
(ConTeXt  ver: 2009.04.21 16:11 MKIV  fmt: 2009.4.25  int: english/ 
english):


Make a update.

ConTeXt  ver: 2009.05.04 11:10 MKIV  fmt: 2009.5.4  int: english/english
This is LuaTeX, Version beta-0.40.0-2009050311 luatex.web = v2356

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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] mkII with minimals

2009-05-04 Thread Wolfgang Werners-Lucchini
Hallo, 

I just installed the minimals and got the following error
-
texmfstart texexec --autopdf --pdf antrag.tex
TeXExec | processing document 'antrag.tex'
TeXExec | no ctx file found
TeXExec | tex processing method: context
TeXExec | TeX run 1
TeXExec | writing option file antrag.top
TeXExec | using randomseed 768
TeXExec | tex engine: pdftex
TeXExec | tex format: cont-en
This is pdfTeX, Version 3.1415926-1.40.10 (Web2C 7.5.7)
 \write18 enabled.
 (d:/context/tex/texmf-context/web2c/natural.tcx)
I can't find the format file `cont-en.fmt'!

kpathsea: Running mktexfmt cont-en.fmt
TeXExec | runtime: 2.794
Exit code: 1
-

luatex is working ok.

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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] mkII with minimals

2009-05-04 Thread Mojca Miklavec
On Mon, May 4, 2009 at 21:28, Wolfgang Werners-Lucchini wrote:
 Hallo,

 I just installed the minimals and got the following error
 -
texmfstart texexec --autopdf --pdf antrag.tex
 TeXExec | processing document 'antrag.tex'
 TeXExec | no ctx file found
 TeXExec | tex processing method: context
 TeXExec | TeX run 1
 TeXExec | writing option file antrag.top
 TeXExec | using randomseed 768
 TeXExec | tex engine: pdftex
 TeXExec | tex format: cont-en
 This is pdfTeX, Version 3.1415926-1.40.10 (Web2C 7.5.7)
  \write18 enabled.
  (d:/context/tex/texmf-context/web2c/natural.tcx)
 I can't find the format file `cont-en.fmt'!

Sorry, I must have been drunk while fixing the file. In texmf/web2c/texmf.cnf:
TEXFORMATS= .;$TEXMFOS/web2c/{$engine,}

I accidentally fixed TEXMFCNF instead of TEXFORMATS. Hopefully formats
won't fly to luatex/pdftex again. I'll fix.

Mojca
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] replacement for \nolist ?

2009-05-04 Thread Henning Hraban Ramm
Another command that disappeared from MkIV is \nolist (to exclude  
parts of a title from a table of contents).


What's its replacement?


Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] \footnotetext

2009-05-04 Thread Wolfgang Werners-Lucchini
Hallo,

in order to use footnotes in a table, I use \footnotetext and \note. 
But it is not workink. The following test

\starttext
Bla\note[bla].
\footnotetext[bla]{blub}
\stoptext

gives the following error:

-
texmfstart texexec --autopdf --luatex tst.tex
TeXExec | processing document 'tst.tex'
TeXExec | no ctx file found
TeXExec | tex processing method: context
TeXExec | TeX run 1
TeXExec | writing option file tst.top
TeXExec | using randomseed 1433
TeXExec | tex engine: luatex
TeXExec | tex format: cont-en
This is LuaTeX, Version beta-0.40.0-2009042221 (Web2C 7.5.7)
 \write18 enabled.
(tst.tex

ConTeXt  ver: 2009.04.29 20:23 MKIV  fmt: 2009.5.4  int: 
english/english

system  : cont-new loaded
(d:/context/tex/texmf-context/tex/context/base/cont-new.tex
systems : beware: some patches loaded from cont-new.tex
(d:/context/tex/texmf-context/tex/context/base/cont-new.mkiv) 
(d:/context/tex/texmf-context/tex/context/base/cont-mtx.tex))
system  : cont-fil loaded
(d:/context/tex/texmf-context/tex/context/base/cont-fil.tex
loading : ConTeXt File Synonyms
)
system  : cont-sys.rme loaded
(d:/context/tex/texmf-context/tex/context/user/cont-sys.rme 
(d:/context/tex/texmf-context/tex/context/base/type-tmf.tex) 
(d:/context/tex/texmf-context/tex/context/base/type-siz.tex 
(d:/context/tex/texmf-context/tex/context/base/type-siz.mkiv)) 
(d:/context/tex/texmf-context/tex/context/base/type-otf.tex 
(d:/context/tex/texmf-context/tex/context/base/type-otf.mkiv)))
system  : tst.top loaded
(tst.top)
fonts   : preloading latin modern fonts
bodyfont: 12pt rm is loaded
language: language en is active
systems : begin file tst at line 1
references  : unknown reference [][bla]
load otf | loading: 
d:/context/tex/texmf/fonts/opentype/public/lm/lmroman10-regular.otf
load otf | file size: 107188
load otf | enhancing ...
load otf | saving in cache: 
d:/context/tex/texmf/fonts/opentype/public/lm/lmroman10-regular.otf
load otf | loading: 
d:/context/tex/texmf/fonts/opentype/public/lm/lmroman8-regular.otf
load otf | file size: 107404
load otf | enhancing ...
load otf | saving in cache: 
d:/context/tex/texmf/fonts/opentype/public/lm/lmroman8-regular.otf
! Undefined control sequence.
l.3 \footnotetext
 [bla]{blub}
? 
-

What is wrong here?

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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] lists and notes (was: \placelist)

2009-05-04 Thread Henning Hraban Ramm
Not only list handling, but also footnotes and headers are broken (at  
least), while the index seems fixed in the latest beta of MkIV:



\setuphead[chapter][page=no]
\setupheadertexts[text][chapter][pagenumber]
\setupheader[text][state=start]

\setupregister[index]%
	[n=2, balance=no, align=yes, alternative=A, indicator=yes,  
pagestyle=normal, location=right, style=type]


\starttext

\chapter{Lalala}
\index{jajaja}
\input tufte\footnote{Tufte 1!}

\chapter{Bingo\dots}
\input tufte

\chapter{Abrakadabra}
\input tufte\footnote{Tufte 2!}

\page
\chapter{Bobbele}
\input tufte\footnote{Tufte 3!}

\chapter{Laberbla}
\input tufte\footnote{Tufte 4!}
\index{Lalala}

\completeindex

\completecontent

\stoptext

- table of contents is empty, as reported
- I get no chapter name in the header
- footnotes are numbered like 3.2
- the footnote marker is missing in the text


I need to get a book of proceedings to the printshop within this week,  
and I very much hope that these issues are easy to fix...



Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] lists and notes (was: \placelist)

2009-05-04 Thread Wolfgang Schuster


Am 04.05.2009 um 22:22 schrieb Henning Hraban Ramm:

Not only list handling, but also footnotes and headers are broken  
(at least), while the index seems fixed in the latest beta of MkIV:


- table of contents is empty, as reported


And a simple \completecontent at end of the document has worked
for you in the past? I needed here \completecontent[criterium=all].

I need to get a book of proceedings to the printshop within this  
week, and I very much hope that these issues are easy to fix...


Because of such a situation it is a good idea to make a copy
of the last stable which you should use for critical projects.

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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] \placelist

2009-05-04 Thread Otared Kavian


On 4 mai 09, at 20:18, Wolfgang Schuster wrote:



Am 04.05.2009 um 18:20 schrieb Otared Kavian:


Hi,

As a matter of fact, the above example of \placelist gives a LuaTeX  
error
(ConTeXt  ver: 2009.04.21 16:11 MKIV  fmt: 2009.4.25  int: english/ 
english):


Make a update.

ConTeXt  ver: 2009.05.04 11:10 MKIV  fmt: 2009.5.4  int: english/ 
english

This is LuaTeX, Version beta-0.40.0-2009050311 luatex.web = v2356

Wolfgang


Hi Wolfgang,

Indeed I need an update, but here is the dilemma… If I do an update,  
then I can't use my good old mkii with the latest Minimals: I get


 begin console ouput
 \write18 enabled.
 (/Volumes/OK-10.4/context-minimal/tex/texmf-context/web2c/natural.tcx)
I can't find the format file `cont-en.fmt'!
TeXExec | runtime: 0.074115
 end console ouput

However with mkiv and the latest Minimals I get the same result as you.

Best regards: OK
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] mkII with minimals

2009-05-04 Thread Otared Kavian


On 4 mai 09, at 21:56, Mojca Miklavec wrote:


On Mon, May 4, 2009 at 21:28, Wolfgang Werners-Lucchini wrote:

Hallo,

I just installed the minimals and got the following error
-

texmfstart texexec --autopdf --pdf antrag.tex

TeXExec | processing document 'antrag.tex'
TeXExec | no ctx file found
TeXExec | tex processing method: context
TeXExec | TeX run 1
TeXExec | writing option file antrag.top
TeXExec | using randomseed 768
TeXExec | tex engine: pdftex
TeXExec | tex format: cont-en
This is pdfTeX, Version 3.1415926-1.40.10 (Web2C 7.5.7)
 \write18 enabled.
 (d:/context/tex/texmf-context/web2c/natural.tcx)
I can't find the format file `cont-en.fmt'!


Sorry, I must have been drunk while fixing the file. In texmf/web2c/ 
texmf.cnf:

   TEXFORMATS= .;$TEXMFOS/web2c/{$engine,}

I accidentally fixed TEXMFCNF instead of TEXFORMATS. Hopefully formats
won't fly to luatex/pdftex again. I'll fix.

Mojca


Dear Mojca,

For your information, on Mac OS X Intel I have also the following  
problem with the latest Minimals: mkii does not work anymore


 begin console ouput
\write18 enabled.
(/Volumes/OK-10.4/context-minimal/tex/texmf-context/web2c/natural.tcx)
I can't find the format file `cont-en.fmt'!
TeXExec | runtime: 0.074115
 end console ouput

However with mkiv works with the latest Minimals and has the bugs  
reported elsewhere…).


Best regards: OK

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] lists and notes (was: \placelist)

2009-05-04 Thread Henning Hraban Ramm

Am 2009-05-04 um 22:34 schrieb Wolfgang Schuster:


- table of contents is empty, as reported


And a simple \completecontent at end of the document has worked
for you in the past? I needed here \completecontent[criterium=all].


Ah, sorry, I had criterium=all always in my setup.
Just an inconvenient default, then.

Is there also a simple workaround/setup for the footnotes and headers  
issues?


I need to get a book of proceedings to the printshop within this  
week, and I very much hope that these issues are easy to fix...


Because of such a situation it is a good idea to make a copy
of the last stable which you should use for critical projects.


I know, I shouldn't have switched to MkIV. I can't remember any MkIV  
release that did everything what I needed...



Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] replacement for \nolist ?

2009-05-04 Thread Kevin D. Robbins
I asked this one last week. Wolfgang provided the (one?) answer:

http://archive.contextgarden.net/message/20090424.173741.4c33e4d3.en.html

Kevin

On Mon, May 4, 2009 at 2:12 PM, Henning Hraban Ramm hra...@fiee.net wrote:

 Another command that disappeared from MkIV is \nolist (to exclude parts of
 a title from a table of contents).

 What's its replacement?


 Greetlings from Lake Constance!
 Hraban
 ---
 http://www.fiee.net/texnique/
 http://wiki.contextgarden.net
 https://www.cacert.org (I'm an assurer)


 ___
 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  : https://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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] How to prevent TeX ligatures in \starttyping..\stoptyping?

2009-05-04 Thread Kevin D. Robbins
From older posts to the mailing list, it seems that the way to prevent TeX
ligatures, specifically -- and ---, in \starttyping...\stoptyping in MkIV is
to

1. define a font feature with tlig=no
2. define a font synonym for the monospace font that uses this font feature
3. setup typing to use this font synonym

Is this currently the best way to solve the problem?

Thanks,

Kevin
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___