Re: [NTG-context] Table of contents and List of figures

2006-04-30 Thread nico
\setupcombinedlist[figure][alternative=c,aligntitle=no,width=4em] The TOC is a combination of several lists (chapter, section, etc.), but a LOF is a single list. Try: \setuplist[figure][alternative=c,aligntitle=no,width=4em] or: \placelist[figure][alternative=c,aligntitle=no,width=4em] Question 2

Re: [NTG-context] help needed with difficult document structure

2006-04-20 Thread Taco Hoekwater
, criterium=all] \setuplist [shortpart,shortchapter] [numbercommand=\gobbleoneargument,pagenumber=no] \def\startchapter[#1]% {\chapter{#1}% \expanded {\writetolist[shortchapter]{\getvalue{section-2number}}{#1}}} \def\stopchapter {\page } \starttext \startfrontmatter

Re: [NTG-context] help needed with difficult document structure

2006-04-20 Thread Karsten Heymann
Hi Taco Taco Hoekwater wrote: In ConTeXt you can define alternative heads and tocs quite easily, but the actual setup depends (of course) on the structure of your input files. \setuplist [shortpart,shortchapter] [numbercommand=\gobbleoneargument,pagenumber=no] Thanks, that already

Re: [NTG-context] BibTeX and \placelistoffloats questions

2006-02-21 Thread Peter Münster
On Sat, 18 Feb 2006, Fabian Doerk wrote: 3. Vertical Spacing in \placelistoffloats: Is there a way to get vertical spacing in e.g. \listoffigures between figures of different chapters working? Hello, I've done it for the contents: \setupcombinedlist[content][alternative=c] \setuplist

Re: [NTG-context] columns in framedtext

2006-02-20 Thread Hans Hagen
this: \setuplist [chapter] [before=\blank, after=\blank\setups{section:list}] % \startsetups section:list % \startsimplecolumns[n=2] % \placelist[section] % \stopsimplecolumns % \stopsetups \startsetups section:list \startframedtext[width=\textwidth] \startsimplecolumns[n=2

Re: [NTG-context] columns in framedtext

2006-02-20 Thread Adam Lindsay
\stopsimplecolumns \stopframedtext \setuplist doesn't enter into it, other than his demonstration. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Adam T. Lindsay, Computing Dept. [EMAIL PROTECTED] Lancaster University, InfoLab21+44(0)1524/510.514 Lancaster, LA1 4WA, UK

Re: [NTG-context] columns in framedtext

2006-02-20 Thread Hans van der Meer
wrote: because in that case I know I have to adapt fontsize, total contents etc. Is there a solution for this? Not that I know of, but maybe something could be done using layers (not my area)? it's up to Hans to wikify this: \setuplist [chapter] [before=\blank, after=\blank

[NTG-context] Sections with additional dot: a little request

2006-02-17 Thread Mojca Miklavec
/Dotted_number_in_caption, ie: \def\Dot#1{#1.} \setuphead[section][numbercommand=\Dot] \setuplist[section][numbercommand=\Dot] \setuplist[subsection][numbercommand=\Dot] \setuplist[subsubsection][numbercommand=\Dot] but this cannot be built into languagespecifics as such since it interferes with user

Re: [NTG-context] Bibliography problems

2006-01-05 Thread David Antos
://www.obfuscation.org/ipf/]} It used to work well, with the latest version, the finishing ']' gets typeset. I've tried to surround the fiinal \url macro with {} but it does not work. And finally, I refer to bibliography in many chapters, so I need \setuplist[pubs][criterium=previous] in order to make

Re: [NTG-context] setuplist

2005-08-21 Thread Olivier
Answering to myself. Seems like the alternative f is more sensitive than the command one~: \def\MyCommand#1#2#3{\framed[width=\hsize]{use#1#2#3aswanted}} \setuplist[chapter][alternative=command,command=\MyCommand] is enough to get rid of the indentation issue. Olivier

[NTG-context] setuplist

2005-08-20 Thread Olivier
Hi, Does anyone know about a way to reset the state in a combined list. Let me illustrate with an example: \setuplist[chapter][alternative=f,margin=0cm,distance=0cm,before=,after=] \setuplist[section][alternative=b,style=bold,width=5mm,margin=0mm,distance=0mm] \setuplist[subsection][alternative

Re: [NTG-context] \placelist disturbs grid?

2005-08-09 Thread Vit Zyka
line} \starttext \v Sejba\par Here grid is OK, but in \type{placelist}: \placelist[section] no! \stoptext -- I was looking in definitions for some font-size dependent line setting, I also tried to \setuplist[section]{style=\baselineskip=12pt\lineskiplimit

[Fwd: Re: [NTG-context] \placelist disturbs grid?]

2005-08-06 Thread Vit Zyka
} \starttext \v Sejba\par Here grid is OK, but in \type{placelist}: \placelist[section] no! \stoptext -- I was looking in definitions for some font-size dependent line setting, I also tried to \setuplist[section]{style=\baselineskip=12pt\lineskiplimit=-10pt

Re: [NTG-context] \placelist disturbs grid?

2005-08-05 Thread Hans Hagen
Sejba\par Here grid is OK, but in \type{placelist}: \placelist[section] no! \stoptext -- I was looking in definitions for some font-size dependent line setting, I also tried to \setuplist[section]{style=\baselineskip=12pt\lineskiplimit=-10pt} but without

Re: [NTG-context] \placelist disturbs grid?

2005-08-04 Thread Vit Zyka
is OK, but in \type{placelist}: \placelist[section] no! \stoptext -- I was looking in definitions for some font-size dependent line setting, I also tried to \setuplist[section]{style=\baselineskip=12pt\lineskiplimit=-10pt} but without success to lounging

[NTG-context] \placelist disturbs grid?

2005-08-03 Thread Vit Zyka
}: \placelist[section] no! \stoptext -- I was looking in definitions for some font-size dependent line setting, I also tried to \setuplist[section]{style=\baselineskip=12pt\lineskiplimit=-10pt} but without success to lounging on the grid. Can somebody help me

Re: [NTG-context] \placelist disturbs grid?

2005-08-03 Thread Hans Hagen
{placelist}: \placelist[section] no! \stoptext -- I was looking in definitions for some font-size dependent line setting, I also tried to \setuplist[section]{style=\baselineskip=12pt\lineskiplimit=-10pt} but without success to lounging on the grid

Re: [NTG-context] Getting ToC to match page numbering

2005-08-02 Thread Duncan Hothersall
the alignment, I have now defined: \def\GenPagecommand#1{\hfill\llap{#1}} and said: pagecommand=\GenPagecommand for every setuplist except those which require prefixes. This allows me to have very large page numbers and long prefixes without seeing the page number alignment go all squiggly

Re: [NTG-context] Getting ToC to match page numbering

2005-08-01 Thread Duncan Hothersall
My guess would be (untested): \setuplist [part][separator={/}] \setuplist [chapter] [separator={/}] \setuplist [section] [separator={/}] \setuplist [subsection] [separator={/}] \setuplist [subsubsection] [separator

Re: [NTG-context] \placelist is influensed by \completeregister ??

2005-08-01 Thread Vit Zyka
to texshow/setuplist. vit ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] Getting ToC to match page numbering

2005-08-01 Thread Duncan Hothersall
chapter-like heads for different sections \definehead[Frontchapter][chapter] \definehead[Appchapter][chapter] \definehead[Backchapter][chapter] %% set up individual content lists and labels \setuplist[Frontchapter][pagenumber=yes] \setuplabeltext[en][chapter={Module }] \setuplist[chapter][pagenumber=yes

Re: [NTG-context] Getting ToC to match page numbering

2005-08-01 Thread Hans Hagen
, A2 etc. This gives the required output for the actual pagenumbers, but there is no 'A' prefix in the ToC. indeed, since left/right is cosmetics an dit's easier to add that than to remov eit when you dont wan it, so: \setuplist[Appchapter][pagecommand=A] % or cleaner: pagecommand=\AppPrefix

Re: [NTG-context] Getting ToC to match page numbering

2005-08-01 Thread Duncan Hothersall
it, so: \setuplist[Appchapter][pagecommand=A] % or cleaner: pagecommand=\AppPrefix and \def\AppPrefix#1{A\enspace#1} I had experimented with that, and it certainly works (I chose the second option, but dropped the \enspace), BUT... the page numbers column in the table of contents is now mis

[NTG-context] Re: pdf bookmarks

2005-06-08 Thread Brigitte und Stefan Bunzel
Hi, I noted a strange effect with the pdf bookmarks. With this source: \setupinteraction[state=start] \setupinteractionscreen[option=bookmark] \definelist[level1] \setuplist[level1] %%[coupling=off] \placebookmarks[level1] \starttext Hi. \bookmark[level1]{A bookmark at level1} Hello on first

Re: [NTG-context] replace chapter text by an image, possible ?

2005-05-24 Thread Mojca Miklavec
: \chapter{One} \section{One-1} \chapter{Two} \section{Two-1} \setuplist [chapter][before=\blank, after=\blank, style={\switchtobodyfont[20pt]\bf}] \setuplist [section][margin=2em, width=3em] \setuplist [chapter,section][interaction=all] \setupcombinedlist [content] [alternative=c

Re: [NTG-context] replace chapter text by an image, possible ?

2005-05-20 Thread VnPenguin
-\currentheadnumber][height=5cm]} \starttext \chapter{One} \chapter{Two} \stoptext this solution looks wiki-able to me, so ... Your code works fine. However when I try to add TOC: \chapter{One} \section{One-1} \chapter{Two} \section{Two-1} \setuplist [chapter][before=\blank, after

Re: [NTG-context] inserting toc

2005-05-08 Thread h h extern
to the setup area: \definelist[chapter] \setuplist [chapter] [before=\blank, after=\blank, style=bold] \definelist[section] \setuplist [section] [alternative=d] \definecombinedlist [contents] [chapter,section] [level=subsection] and \placecontent after

Re: [NTG-context] Re: Pb compiling s-pre-61.tex

2005-05-03 Thread olibou
\TitleFont\relax} \def\SubTitlePage{\doTitlePage\TitleFont\SubTitleFont} \definehead[Topic][chapter] \definehead[Nopic][title] \def\Topics#1% {\Nopic[topics]{#1} \startcolumns \placelist[Topic] \stopcolumns} \setuplist [Topic] [alternative=f, color=maincolor, contrastcolor

[NTG-context] inserting toc

2005-05-02 Thread Frank Grieshaber
: \definelist[chapter] \setuplist [chapter] [before=\blank, after=\blank, style=bold] \definelist[section] \setuplist [section] [alternative=d] \definecombinedlist [contents] [chapter,section] [level=subsection] and \placecontent after

[NTG-context] section head unnumbered but with dots in TOC ?

2005-04-14 Thread Steffen Wolfrum
Hi, I am lost in ConTeXt's setup-jungle: I have a section set is unnumbered: \setuphead[LevelThree] [number=no, ...| But in the TOC I would like to have a dot (or another symbol) before the head/title, like this: o Section's Title 17 Is this a matter of \setuphead or \setuplist? Or none

Re: [NTG-context] section head unnumbered but with dots in TOC ?

2005-04-14 Thread luigi.scarso
Is this a matter of \setuphead or \setuplist? Or none of them? I use \setuplist and commands command threearguments numbercommand oneargument textcommand oneargument pagecommand oneargument

Re: [NTG-context] symbol parameter of \setuplist

2005-04-11 Thread Hans Hagen
David Munger wrote: Hello, I fear I cannot figure out what is the meaning of the `symbol' parameter of \setuplist. From all the documentation or mailing list archives, the only use I can find is symbol=1. Is there a way to use it to draw bullets, say, before each list item, like those

RE: [NTG-context] bibmodule: two small questions

2005-03-30 Thread Stefano
know for a fact that there have been some problems with older versions, and perhaps they have not been resolved properly. See the options to \setuplist in texshow, if you want to tweak the spacing between items, you can use all those options inside a \setuppublicationlist command. Greetings

Re: [NTG-context] bibmodule: two small questions

2005-03-30 Thread Thomas A . Schmitz
believe this may depend a bit on your ConTeXt bib module version(s). The current one looks fine (I think), but I know for a fact that there have been some problems with older versions, and perhaps they have not been resolved properly. See the options to \setuplist in texshow, if you want to tweak

Re: [NTG-context] bibmodule: two small questions

2005-03-29 Thread Taco Hoekwater
versions, and perhaps they have not been resolved properly. See the options to \setuplist in texshow, if you want to tweak the spacing between items, you can use all those options inside a \setuppublicationlist command. Greetings, Taco ___ ntg-context mailing

Re: [NTG-context] bibmodule: two small questions

2005-03-29 Thread Thomas A . Schmitz
). The current one looks fine (I think), but I know for a fact that there have been some problems with older versions, and perhaps they have not been resolved properly. See the options to \setuplist in texshow, if you want to tweak the spacing between items, you can use all those options inside

AW: [NTG-context] TOC indenting

2005-03-18 Thread Michael Fuchs
Hi David! See the following example for a TOC where sections and subsections are indented. Regards Michael Example: -- \setuplist [chapter] [before=\blank,style=bold] \setuplist [section] [margin=2em, width=3em

Re: AW: [NTG-context] TOC indenting

2005-03-18 Thread David Arnold
Michael, Perfect! Thanks. On Mar 18, 2005, at 1:28 AM, Michael Fuchs wrote: Hi David! See the following example for a TOC where sections and subsections are indented. Regards Michael Example: -- \setuplist [chapter] [before=\blank,style=bold

Re: [NTG-context] title, subject table of contents

2005-02-13 Thread cormullion
at all :( \setuplist[chapter,section][interaction=all] ? ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] title, subject table of contents

2005-02-13 Thread VnPenguin
I can obtain the TOC. But I dont why there is no clickable link in the TOC at all :( \setuplist[chapter,section][interaction=all] ? Great! works well ;) Thank you so much, Q. ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman

[NTG-context] title, subject table of contents

2005-02-11 Thread VnPenguin
Hi all, When I use: --- \setuplist [chapter] [before=\blank, after=\blank, style=bold] \setuplist [section] [alternative=c] \starttext \placelist[chapter,section][alternative=c] \chapter{One} \section{One

Re: [NTG-context] Active page numbers in contents?

2005-02-09 Thread cormullion
\setuplist[chapter,section][interaction=all] % or number or text or pagenumber Yes, looks like it defaults to sectionnumber. I wasnt using \setuplist. Thanks! And thanks for this amazing product, Hans (Im reading your documents as much as fast as I can

[NTG-context] \setuplist[...][alternative=c] doesn't work

2005-01-31 Thread Albrecht Kauffmann
Hi all, I've problems making a TOC. I'm using ConTeXt ver: 2004.12.06 and pdfeTeXk, Version 3.141592-1.20a-2.2 (Web2c 7.5.3). If I type e.g. \setuplist[section][alternative=c] I don't get any dots. Is this a bug, or what could be wrong? With many thanks for any hint Albrecht

[NTG-context] Re: \setuplist[...][alternative=c] doesn't work

2005-01-31 Thread Albrecht Kauffmann
Hi all, with the recent alpha version the \setuplist procedure works fine. Greetings Albrecht On Mon, 31 Jan 2005, Albrecht Kauffmann wrote: Hi all, I've problems making a TOC. I'm using ConTeXt ver: 2004.12.06 and pdfeTeXk, Version 3.141592-1.20a-2.2 (Web2c 7.5.3). If I type e.g

Re: [NTG-context] \setuplist[...][alternative=c] doesn't work

2005-01-31 Thread Hans Hagen
Albrecht Kauffmann wrote: Hi all, I've problems making a TOC. I'm using ConTeXt ver: 2004.12.06 and pdfeTeXk, Version 3.141592-1.20a-2.2 (Web2c 7.5.3). If I type e.g. \setuplist[section][alternative=c] I don't get any dots. Is this a bug, or what could be wrong? the list module is under partial

Re: [NTG-context] some bib module questions

2005-01-25 Thread Fei He
] \setuppublications[sorttype=cite, refcommand=number] \setupbibtex[database=c_intent] \setupcite[num] \setuppublicationlist[criterium=all] \setuppublicationlist[numbering=yes] \setuplist[pubs

[NTG-context] Setting up a sombined list ...

2005-01-20 Thread Willi Egger
] \definehead[Mysection][section] \definecombinedlist[Mycontent][Mypart,Mychapter,Mysection] \setuplist[Mycontent] [level=Mypart,pagenumber=no] \setuplist[Mycontent] [level=Mychapter,distance=4em] \setuplist[Mychapter][pagenumber=no] \setuplist[Mysection][pagenumber=no] \starttext

[NTG-context] Bib module produces no output

2005-01-02 Thread David Antos
Hello, bib module of 30-8-2004 produces no bibliography list on \placepublications with ConTeXt 2004.12.17 (last stable) and/or latest beta. The workaround is to use \setuplist[pubs][criterium=all] somewhere in the setup. Can you please make including the whole bibliography make

Re: [NTG-context] Bib module produces no output

2005-01-02 Thread Taco Hoekwater
beta. The workaround is to use \setuplist[pubs][criterium=all] somewhere in the setup. Can you please make including the whole bibliography make the default? I'm pretty sure that's what everybody expects :-) Thanks, D.A. ___ ntg-context mailing list ntg

[NTG-context] \coupledocument

2004-12-31 Thread Willi Egger
, color=lightblue] \setuplist [content] [alternative=a, interaction=pagenumber] \startmode[screen] \setuppapersize [S6][S6] \setupinteraction [state=start, page=yes] \coupledocument [alternative] [\jobname-p] [section,subsection

Re: [NTG-context] Re: Table of contents, alternative d

2004-11-30 Thread Hans Hagen
=\blank] \setuplist [chapter][alternative=d,left=(,right=),pagestyle=slanted,before=\blank,after=\blank] \setuplist [part] [before={\blank[big]},after=\blank] \starttext \startnarrower[2*right] \placecontent \stopnarrower \blank[4*big] \startsetups chapter \blank \startnarrower[3*middle

Re: [NTG-context] Table of contents, alternative d

2004-11-29 Thread Willi Egger
Hi Dirar, As mentioned by Patrick, live would be easier to help, if you would provide a complete test-code ... % Table of contents Dirar Bougatef \setupoutput[pdftex] % \definelist[part] \setuplist[part][before={\blank[big]},after=\blank] % \definelist[chapter] \setuplist [chapter

[NTG-context] Re: Table of contents, alternative d

2004-11-29 Thread Patrick Gundlach
the distance=... parameter? \setuplist [chapter] [alternative=d, margin=1.7cm, distance=2cm, left=(, right=), pagestyle=slanted, depth=2cm, before=\blank, after=\blank] Patrick -- ConTeXt wiki: http://contextgarden.net

[NTG-context] Table of contents, alternative d

2004-11-28 Thread Dirar BOUGATEF
Hi all, Am using the alternative d for my table of contents, i know how to align my elements left (from the left margin) but can't manage to do that at the right side (from the right margin). This is how i configure things: \definelist[part] \setuplist[part][before={\blank[big]},after=\blank

Re: [NTG-context] Table of contents interaction

2004-10-21 Thread Richard Gabriel
Hello Hans, good idea, it works! By the way, the ConTeXt reference manual (cont-eni.pdf which I use as a main reference, doesn't mention the textcolor parameter (only color) in the setuplist command description. Is any documentation update planned? Thanks for your help. Richard Hans Hagen

Re: [NTG-context] Table of contents interaction

2004-10-21 Thread Hans Hagen
Richard Gabriel wrote: By the way, the ConTeXt reference manual (cont-eni.pdf which I use as a main reference, doesn't mention the textcolor parameter (only color) in the setuplist command description. Is any documentation update planned? sure Hans

Re: [NTG-context] content list wihout chapter number

2004-10-14 Thread Hans Hagen
ciro wrote: I was using \title to create my chapter titles without the chapter number. THen I used \definelist, \setuplist and \placelist to print the content, but I couldn't find the combination of parameters to do this. I simply want a content list with the chapter name, and the page number

[NTG-context] content list wihout chapter number

2004-10-13 Thread ciro
I was using \title to create my chapter titles without the chapter number. THen I used \definelist, \setuplist and \placelist to print the content, but I couldn't find the combination of parameters to do this. I simply want a content list with the chapter name, and the page number where

Re: [NTG-context] Custom Numbering Problem

2004-08-12 Thread Hans Hagen
of contents---this looks really ugly. \setuplist[chapter,section][width=4em] However, what I really want is the ownnumber to apply to \title, not a \section. So if I do this: \setuphead[title][ownnumber=yes] \setupbodyfont[cmr,12pt] \starttext \completecontent \title{1a0101}{Minimum Radius Turn

Re: [NTG-context] Notes and questions on 432 page book.

2004-05-05 Thread Hans Hagen
get a wide space, equivalent to a blank line, between chapters. It is of course entirely possible that I have done something wrong in setting the TOC up. Here are some pertinent extracts from my main file: \setuplist[chapter,section][before=,after

[NTG-context] Table of Contents spacing.

2004-04-27 Thread John Culleton
I want the Table of Contenst entries at normal (single) spacing but they are occurring with white space between the lines. Here is my code to date: \setuplist[chapter][alternative=a,style=bold] \definecombinedlist[content][chapter,section] [level=chapter,criterium=all,before=,after=\null

[NTG-context] Update problems: TOC

2004-03-08 Thread Mari Voipio
) % - % The combination below sets the look of the title of the TOC \definehead [myContents] [title] \setuphead [myContents] [alternative=left, style=\sstfb] % These settings are for the first level (chapter) entries % in the TOC \setuplist

Re: [NTG-context] Apple Preview.app and bookmarks

2004-03-02 Thread Otared Kavian
with or without those two lines, see below). Best regards: OK %% here is the modified test file you sent me \setuplist [chapter,section] [alternative=a, interaction=all, before=, after=] \setupinteraction[state=start] \placebookmarks[chapter,section,subsection] % if commented out

[NTG-context] Gray bars on Windows 98se

2004-02-23 Thread John Culleton
\\ \but [PreviousJump] back \\ \but [ExitViewer] exit \\ \vfill \stopinteractionmenu \setupbackgrounds [page] [background=color, backgroundcolor=MediumGray] \setupbackgrounds [text][text] [background=color, backgroundcolor=LightGray, backgroundoffset=1.25mm] \setuplist [chapter

Re: [NTG-context] spaces in bibliographic list

2004-01-29 Thread Taco Hoekwater
Hi, (almost) all of ConTeXt's normal list settings (\setuplist) apply to the publication list. So, \setuppublicationlist[before=\blank] should do the trick. Greetings, Taco On Wed, 28 Jan 2004 14:02:22 +0100, Maurice wrote: Bonjour à tous, I have not enought spaces between

Re: [NTG-context] spaces in bibliographic list

2004-01-29 Thread Maurice Diamantini
Le 29 janv. 04, à 16:08, Taco Hoekwater a écrit : Thank you very much, it does work! I don't yet have in head all the genericity of context, (although that's why I began to use it :-) (almost) all of ConTeXt's normal list settings (\setuplist) apply to the publication list. So

Re: [NTG-context] Unable to customize publication list

2004-01-20 Thread Taco Hoekwater
it.comp.software.tex ... it seems that none of the list customizations options (i.e. neither the \setuppublicationlist nor \setuplist[pubs] allows to change the numbercommand parameter (e.g. to put brackets around the bibref number in the list); a quick glance at the log shows that the numbercommand is getting

Re[2]: [NTG-context] Unable to customize publication list

2004-01-20 Thread Giuseppe Bilotta
that none of the list customizations options (i.e. neither the \setuppublicationlist nor \setuplist[pubs] allows to change the numbercommand parameter (e.g. to put brackets around the bibref number in the list); a quick glance at the log shows that the numbercommand is getting overruled

Re: [NTG-context] endnotes: ! Dimension too large. ?? (another problem)

2004-01-15 Thread Steffen Wolfrum
it happens quite often that there is half a page empty (because the next note is too long). Do you also have a clue for this? \definelist[MyNoteList] \def\MyNoteList#1#2#3{#1\quad#2\endgraf} \setuplist [MyNoteList] [criterium=text, alternative=command, command

Re: [NTG-context] \setuphead question (long section lines not wrapping)

2003-12-10 Thread Hans Hagen
the section number \setuphead [section] [command=\mysec, indentnext=yes] \def\mysec#1#2{#1. #2} \setuphead [subsection] [command=\mysubsec, indentnext=yes] \def\mysubsec#1#2{#1. #2} \setuplabeltext[en][chapter={{A},{B}}] \setuphead[section][separator={XXX}] \setuplist[chapter,section

Re: [NTG-context] \setuphead question (long section lines not wrapping)

2003-12-10 Thread William D. Neumann
the footnote counter (which was a pretty minor problem to solve). \setuplabeltext[en][chapter={{A},{B}}] \setuphead[section][separator={XXX}] \setuplist[chapter,section][stopper=.] \placecontent[criterium=text] \chapter{\input tufte \relax} \section{test} That's not doing what I need

Re: [NTG-context] Re: My first week with ConTeXt

2003-09-10 Thread Holger Schöner
...) In ConTeXt the manual (cont-enp.pdf) there are some examples (p. 149ff.). To achieve formatting dependent on heading level, you can setup their lists separately, eg. \setuplist[chapter][...] \setuplist[section][...]. These setups should be kept also in the combined list (content). This way you could

<    4   5   6   7   8   9