Re: [NTG-context] \nolist deprecated?

2015-12-28 Thread Hans Hagen

On 12/28/2015 3:30 PM, Procházka Lukáš Ing. - Pontex s. r. o. wrote:

Hello,

\nolist produces "Undefined control sequence" - bug? Deprecated command?

Try:


\starttext
   \placecontent

   \section{Aaa \nolist{Bbb}}
\stoptext


gone

you can set list entries explictly when you use \startsection


-
  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] \nolist deprecated?

2015-12-28 Thread Wolfgang Schuster

Procházka Lukáš Ing. - Pontex s. r. o. <mailto:l...@pontex.cz>
28. Dezember 2015 um 15:30
Hello,

\nolist produces "Undefined control sequence" - bug? Deprecated command?
The command was removed because you can set different texts for the 
header, list or bookmarks with the \startsection command.


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] \nolist deprecated?

2015-12-28 Thread Procházka Lukáš Ing . - Pontex s . r . o .

Hello,

\nolist produces "Undefined control sequence" - bug? Deprecated command?

Try:


\starttext
  \placecontent

  \section{Aaa \nolist{Bbb}}
\stoptext


Best regards,

Lukas


--
Ing. Lukáš Procházka | mailto:l...@pontex.cz
Pontex s. r. o.  | mailto:pon...@pontex.cz | http://www.pontex.cz
Bezová 1658
147 14 Praha 4

Tel: +420 241 096 751
Fax: +420 244 461 038

NoList.log
Description: Binary data


NoList.mkiv
Description: Binary data
___
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 context.startsection (was: Problem with \nolist)

2010-11-30 Thread Wolfgang Schuster

Am 30.11.2010 um 17:51 schrieb Procházka Lukáš Ing. - Pontex s. r. o.:

> On Sun, 28 Nov 2010 19:00:37 +0100, Wolfgang Schuster 
>  wrote:
> 
>> \startsection[title={AAA aaa},list={AAA}]
>> 
>> ...
>> 
>> \stopsection
>> 
> 
> ... OK, the example above works well when called from ConTeXt. But from Lua? 
> - This Lua code seems to be wrong:
> 
> ---
> \enableregime[cp1250]
> 
> \starttext
>  \placecontent % = TOC
> 
>  \startsection[title=TI,list=LI] % That's OK -
>sss
>  \stopsection
> 
>  \startluacode
>context.startsection{title = "ti", list = "li"} % - but this is wrong

You forgot the braces:

context.startsection({title = "title", list = "list"})

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 context.startsection (was: Problem with \nolist)

2010-11-30 Thread Procházka Lukáš Ing . - Pontex s . r . o .

On Sun, 28 Nov 2010 19:00:37 +0100, Wolfgang Schuster 
 wrote:


\startsection[title={AAA aaa},list={AAA}]

...

\stopsection



... OK, the example above works well when called from ConTeXt. But from Lua? - 
This Lua code seems to be wrong:

---
\enableregime[cp1250]

\starttext
  \placecontent % = TOC

  \startsection[title=TI,list=LI] % That's OK -
sss
  \stopsection

  \startluacode
context.startsection{title = "ti", list = "li"} % - but this is wrong
 ttt
context.stopsection()
  \stopluacode
\stoptext
---

Normally, I don't have problem to call Lua, but in this case... Where's my 
mistake?

Kind regards,

Lukas


--
Ing. Lukáš Procházka [mailto:l...@pontex.cz]
Pontex s. r. o.  [mailto:pon...@pontex.cz] [http://www.pontex.cz]
Bezová 1658
147 14 Praha 4

Tel: +420 244 062 238
Fax: +420 244 461 038

t.mkiv
Description: Binary data
___
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 \nolist

2010-11-28 Thread Procházka Lukáš

... Thanks.

Lukas


On Sun, 28 Nov 2010 19:00:37 +0100, Wolfgang Schuster 
 wrote:



Am 28.11.2010 um 18:29 schrieb Procházka Lukáš:


Hello,

I'm receiving errors when compiling the following code (although a .pdf is 
created):

[...]
! Undefined control sequence.
l.1 AAA \nolist
   {aaa}
[...]

I'm trying to get something similar as described in contextref.pdf on the page 
213. What's the problem?


Exactly what the error message tells you, the command \nolist is not defined in 
MkIV.

You can find a solution to a similar problem here:

http://wiki.contextgarden.net/MkIV_Differences#Nomarking.2FSelect

A alternative is to use the start/stop-commands where you can set a different
test for the table of contents with

\startsection[title={AAA aaa},list={AAA}]

...

\stopsection

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 \nolist

2010-11-28 Thread Wolfgang Schuster

Am 28.11.2010 um 18:29 schrieb Procházka Lukáš:

> Hello,
> 
> I'm receiving errors when compiling the following code (although a .pdf is 
> created):
> 
> [...]
> ! Undefined control sequence.
> l.1 AAA \nolist
>{aaa}
> [...]
> 
> I'm trying to get something similar as described in contextref.pdf on the 
> page 213. What's the problem?

Exactly what the error message tells you, the command \nolist is not defined in 
MkIV.

You can find a solution to a similar problem here:

http://wiki.contextgarden.net/MkIV_Differences#Nomarking.2FSelect

A alternative is to use the start/stop-commands where you can set a different
test for the table of contents with

\startsection[title={AAA aaa},list={AAA}]

...

\stopsection

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] Problem with \nolist

2010-11-28 Thread Procházka Lukáš

Hello,

I'm receiving errors when compiling the following code (although a .pdf is 
created):

---
\starttext
  \placecontent

  \section{AAA \nolist{aaa}}
\stoptext
---

Error message:

---
structure   : section @ level 3 : 0.0.1 -> AAA \nolist {aaa}
! Undefined control sequence.
l.1 AAA \nolist
{aaa}
\structuretitle ...a {structures.sections.title()}

\getstructureheadtitle ... \relax \structuretitle
  \else \normalexpanded {\no...
\doplaceheadtextcomponent ...setstrut \begstrut #1
  \endstrut }\xdef \localhea...
\@@ns::normal ...eadtextwidth \fi \noindent \fi #2
  }
\placestructureheadnumbertext ...uctureheadtitle }
  }\fi \endheadplacement {\g...
...
l.4   \section{AAA \nolist{aaa}}
---

I'm trying to get something similar as described in contextref.pdf on the page 
213. What's the problem?

Latest ctx minimals.

Best regards,

Lukas

t-NoList.log
Description: Binary data


t-NoList.mkiv
Description: Binary data


t-NoList.pdf
Description: Adobe PDF document
___
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] replacement for \nolist ?

2009-05-05 Thread Henning Hraban Ramm

Am 2009-05-05 um 01:07 schrieb Kevin D. Robbins:


I asked this one last week. Wolfgang provided the (one?) answer:
http://archive.contextgarden.net/message/20090424.173741.4c33e4d3.en.html



Thank you!
Sorry, I forgot to search the ML first.

\select works; good to learn about that mechanism (I hope it won't  
disappear soon like some others...), even if \nolist was much simpler.



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  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] 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
___


Re: [NTG-context] nolist still gives textellipsis???

2008-09-16 Thread Steffen Wolfrum

Am 16.09.2008 um 08:32 schrieb Wolfgang Schuster:

> On Mon, Sep 15, 2008 at 5:09 PM, Steffen Wolfrum <[EMAIL PROTECTED] 
> > wrote:
>> Hi,
>>
>> I remember Henning was fighting with this quite a while ... but
>> eventually this was solved, wasn't it?
>> Shouldn't the following give NO textellipsis in the TOC:
>
> \setuplanguage[de][limittext=]
>
> \mainlanguage[de]
>
>> \starttext
>>
>
> %\setuplist[chapter][limittext={}]
>
>> \completecontent
>>
>> \chapter{aaa\nolist{bbb}ccc}
>>
>> \stoptext


uhh! this is surprising ... but clean and convenient to do it per  
language not per section.

I will correct henning's wiki pages with this issue.

thanks a lot wolfgang!


steffen
___
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] nolist still gives textellipsis???

2008-09-15 Thread Wolfgang Schuster
On Mon, Sep 15, 2008 at 5:09 PM, Steffen Wolfrum <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I remember Henning was fighting with this quite a while ... but
> eventually this was solved, wasn't it?
> Shouldn't the following give NO textellipsis in the TOC:

\setuplanguage[de][limittext=]

\mainlanguage[de]

> \starttext
>

%\setuplist[chapter][limittext={}]

> \completecontent
>
> \chapter{aaa\nolist{bbb}ccc}
>
> \stoptext

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] nolist still gives textellipsis???

2008-09-15 Thread Steffen Wolfrum
Hi,

I remember Henning was fighting with this quite a while ... but  
eventually this was solved, wasn't it?
Shouldn't the following give NO textellipsis in the TOC:

\starttext

\setuplist[chapter][limittext={}]
\completecontent

\chapter{aaa\nolist{bbb}ccc}

\stoptext

(?)

Steffen
___
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] Fwd: \useencoding[ffr] with \nolist crashes too

2004-10-29 Thread Steffen Wolfrum
\EbeneZwei{Influences in the 20th century \nolist{ an introduction}}

also chrashes!


St.



 TeXExec 5.0 - ConTeXt / PRAGMA ADE 1997-2004

executable : pdfetex
format : cont-en
 inputfile : french
output : pdftex
 interface : en
  current mode : none
   TeX run : 1

This is pdfeTeX, Version 3.14159-1.10b-2.1 (Web2C 7.4.5)
 \write18 enabled.
entering extended mode
(./french.tex{/Users/himmelblau/Library/texmf/pdftex/config/pdftex.cfg}

ConTeXt  ver: 2004.9.17  fmt: 2004.9.22  int: english  mes: english

language   : language en is active

system : cont-new loaded
(/usr/local/teTeX/share/texmf.local/tex/context/base/cont-new.tex
systems: beware: some patches loaded from cont-new.tex!
color  : palette rollover is available
system (E-TEX) : [line 921] 
system (E-TEX) : [line 976] 
)
system : cont-old loaded
(/usr/local/teTeX/share/texmf.local/tex/context/base/cont-old.tex
loading: Context Old Macros
)
system : cont-fil loaded
(/usr/local/teTeX/share/texmf.local/tex/context/base/cont-fil.tex
loading: Context File Synonyms
)
system : cont-sys loaded
(/usr/local/teTeX/share/texmf.local/tex/context/user/cont-sys.tex)
bodyfont   : 12pt rm is loaded
language   : patterns en->default:default->1->2:2 uk->default:default->2->2
:2 de->texnansi:texnansi->3->2:2 de->ec:ec->4->2:2 fr->texnansi:texnansi->5->2:
2 fr->ec:ec->6->2:2 es->default:default->7->2:2 it->texnansi:texnansi->8->2:2 i
t->ec:ec->9->2:2 nl->texnansi:texnansi->10->2:2 nl->ec:ec->11->2:2 loaded
specials   : tex,postscript,rokicki loaded
system : french.top loaded
(./french.top
specials   : loading definition file tpd
(/usr/local/teTeX/share/texmf.local/tex/context/base/spec-tpd.tex
specials   : loading definition file fdf
(/usr/local/teTeX/share/texmf.local/tex/context/base/spec-fdf.tex
 
system (E-TEX) : [line 2256] \ifcsname 
 )
specials   : fdf loaded
 )
specials   : fdf,tpd loaded
)
encoding   : coding ffr is loaded
(/usr/local/teTeX/share/texmf.local/tex/context/base/enco-ffr.tex
system : macros of module tryout loaded
(/usr/local/teTeX/share/texmf.local/tex/context/base/m-tryout.tex)
language   : language specific options [default-fr] seamless appended
)
interaction: active
system : mark EbeneZwei defined [section]
system : mark EbeneZweinumber defined [sectionnumber]
(./french.tuo) (./french.tuo) (./french.tuo) (./french.tuo) (./french.tuo)
(./french.tuo) (./french.tuo) (./french.tuo) (./french.tuo) (./french.tuo)
(./french.tuo) (./french.tuo) (./french.tuo) (./french.tuo) (./french.tuo)
fonts  : needs map file: ec-public-lm.map
fonts  : needs map file: original-base.map
systems: begin file french at line 15
EbeneZwei  : 1 Influences in the 20th century \nolist { an introduction}
interaction: pdftex code inserted
[1.1{/usr/local/teTeX/share/texmf.local/dvips/config/pdftex.map}]
systems: end file french at line 21
 ){/usr/local/teTeX/share/texmf.tetex/dvips/tetex/f7b6d320.enc}
Output written on french.pdf (1 page, 7910 bytes).
Transcript written on french.log.

   return code : 0
  run time : 2 seconds
  sorting and checking : running texutil

 TeXUtil 8.1 - ConTeXt / PRAGMA ADE 1992-2003
 
action : processing commands, lists and registers 
option : sorting IJ under Y 
option : converting high ASCII values 
input file : french.tui 
   output file : french.tuo 
   passed commands : 11 
 remapped keys : 0 
  register entries : 0 -> 0 entries 0 references 
   synonym entries : 0 -> 0 entries 
embedded files : 1 

 utility file analysis : another run needed
   TeX run : 2

This is pdfeTeX, Version 3.14159-1.10b-2.1 (Web2C 7.4.5)
 \write18 enabled.
entering extended mode
(./french.tex{/Users/himmelblau/Library/texmf/pdftex/config/pdftex.cfg}

ConTeXt  ver: 2004.9.17  fmt: 2004.9.22  int: english  mes: english

language   : language en is active

system : cont-new loaded
(/usr/local/teTeX/share/texmf.local/tex/context/base/cont-new.tex
systems: beware: some patches loaded from cont-new.tex!
color  : palette rollover is available
system (E-TEX) : [line 921] 
system (E-TEX) : [line 976] 
)
system : cont-old loaded
(/usr/local/teTeX/share/texmf.local/tex/context/base/cont-old.tex
loading: Context Old Macros
)
system : cont-fil loaded
(/usr/local/teTeX/share/texmf.local/tex/context/base/cont-fil.tex
loading: Context File Synonyms
)
system : cont-sys loaded
(/usr/local/teTeX/share/texmf.local/tex/context/user/cont-sys.tex)
bodyfont   : 12pt rm is loaded
language   : patterns en