Re: [NTG-context] continious entries in table of contents?

2011-01-16 Thread Cedric Mauclair
is is my code so far, which works fine except the consecutive lines: > > \setupcombinedlist[content][level=4,alternative=a,distance=1em, >  pagecommand={\hskip1em }] > \setuplist[chapter][width=0mm,style=\sc,pagestyle=normal] > \setuplist[section][width=0mm,margin=1em] > \setuplist[

[NTG-context] continious entries in table of contents?

2011-01-16 Thread Oliver Heins
Vague – Nouveau Roman 87 3.3 Film und Autobiografie werden Kunst 96 [...] This is my code so far, which works fine except the consecutive lines: \setupcombinedlist[content][level=4,alternative=a,distance=1em, pagecommand={\hskip1em }] \setuplist[chapter][width=0mm,style=\sc,pagestyle=normal

[NTG-context] Bug against minimals

2010-12-16 Thread Xan
ledistance=.5em] % Table of contents %% dots between... and subsubsubsection are not listed \setupcombinedlist[content][level=4,alternative=c] %% section = bold. % width= 10mm --> less space between num-letter %% line break after section. \setuplist[section][style=bold,width=10mm] \setuplist[se

Re: [NTG-context] Chapter's frame too small

2010-11-30 Thread Wolfgang Schuster
Am 30.11.2010 um 11:07 schrieb Procházka Lukáš Ing. - Pontex s. r. o.: > Hello, > > just an observation - let's have the following code: > > --- > \setupcombinedlist[content][alternative=e] Add „width=fit“

[NTG-context] Chapter's frame too small

2010-11-30 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, just an observation - let's have the following code: --- \setupcombinedlist[content][alternative=e] \starttext \placecontent \chapter{ChaB} Chabbb \section{SecA} Secaaa \subsection{SubsecA} Subsecaaa \stoptext --- The frame around chapter "Ch

Re: [NTG-context] [NTG-Context] How to compute correct page number for handout

2010-10-03 Thread Pierre-François Bonnefoi
t page number by four to get a correct page number >> for the handout. >> >> \def\ChapterPrefix#1{\the\numexpr#1/4 \relax} >> \setupcombinedlist[content][level=1] >> \setuplist[chapter][after=,before=,numbercolor=yellow,numbercommand=\underbar,pagecommand=\Chapte

Re: [NTG-context] [NTG-Context] How to compute correct page number for handout

2010-10-03 Thread Wolfgang Schuster
te, with four pages on one page for the handout. > > I would like to compute a correct Table of contents according to the handout > : so to divide the current page number by four to get a correct page number > for the handout. > > \def\ChapterPrefix#1{\the\numexpr#1/4 \relax

Re: [NTG-context] [NTG-Context] How to compute correct page number for handout

2010-10-03 Thread Pierre-François Bonnefoi
I've tried the following : >> \starttext >> \def\ChapterPrefix#1{% >> \the\numexpr\number#1/4\relax >> } >> \setupcombinedlist[content][level=1] >> \setuplist[chapter][after=,before=,numbercolor=yellow,numbercommand=\underbar,pagecommand=\ChapterPrefix] > >

Re: [NTG-context] [NTG-Context] How to compute correct page number for handout

2010-10-03 Thread Hans Hagen
On 3-10-2010 4:16, Pierre-François Bonnefoi wrote: Dear Peter, I run into some problem with font handling in MKIV so I'm stuck in MKII for some time. I've tried the following : \starttext \def\ChapterPrefix#1{% \the\numexpr\number#1/4\relax } \setupcombinedlist[content][level=1]

Re: [NTG-context] [NTG-Context] How to compute correct page number for handout

2010-10-03 Thread Pierre-François Bonnefoi
Dear Peter, I run into some problem with font handling in MKIV so I'm stuck in MKII for some time. I've tried the following : \starttext \def\ChapterPrefix#1{% \the\numexpr\number#1/4\relax } \setupcombinedlist[content][level=1] \setuplist[chapter][after=,before=,numberco

Re: [NTG-context] [NTG-Context] How to compute correct page number for handout

2010-09-30 Thread Pierre-François Bonnefoi
the handout. >> >> I would like to compute a correct Table of contents according to the handout >> : so to divide the current page number by four to get a correct page number >> for the handout. >> >> \def\ChapterPrefix#1{\the\numexpr#1/4 \relax} >> \setupc

Re: [NTG-context] [NTG-Context] How to compute correct page number for handout

2010-09-30 Thread Hans Hagen
he handout. I would like to compute a correct Table of contents according to the handout : so to divide the current page number by four to get a correct page number for the handout. \def\ChapterPrefix#1{\the\numexpr#1/4 \relax} \setupcombinedlist[content][level=1] \setuplist[chapter][after=,befor

[NTG-context] [NTG-Context] How to compute correct page number for handout

2010-09-29 Thread Pierre-François Bonnefoi
le of contents according to the handout : so to divide the current page number by four to get a correct page number for the handout. \def\ChapterPrefix#1{\the\numexpr#1/4 \relax} \setupcombinedlist[content][level=1] \setuplist[chapter][after=,before=,numbercolor=yellow,numbercommand=\underb

Re: [NTG-context] \setupcombinedlist ignores `level' argument?

2010-09-19 Thread Corsair
On Sun, Sep 19, 2010 at 08:06:05AM +0200, Wolfgang Schuster wrote: > > Am 19.09.2010 um 00:09 schrieb Corsair: > > > Hi all, > > > > If I understand this right, \setupcombinedlist[content][level=section] > > tells ConTeXt to list up to section level when doing \

Re: [NTG-context] \setupcombinedlist ignores `level' argument?

2010-09-18 Thread Wolfgang Schuster
Am 19.09.2010 um 00:09 schrieb Corsair: > Hi all, > > If I understand this right, \setupcombinedlist[content][level=section] > tells ConTeXt to list up to section level when doing \completecontent. > But it seems no matter what I set for `level', \completecontent lists >

[NTG-context] \setupcombinedlist ignores `level' argument?

2010-09-18 Thread Corsair
Hi all, If I understand this right, \setupcombinedlist[content][level=section] tells ConTeXt to list up to section level when doing \completecontent. But it seems no matter what I set for `level', \completecontent lists however deeply it can. Here is a minimal example: \setupcombine

[NTG-context] Interaction and TOC/content problmes

2010-08-11 Thread Martin Althoff
content" entry and points to the content, but putting a \bookmark after \completecontent leads to no output at all. Thanks for any pointers ! Martin \setupinteraction[ state=start, color=, contrastcolor=] \setupcombinedlist[content][interaction=all] \placebookmarks[chapter,title

[NTG-context] page numbering with make-up-pages

2010-06-17 Thread Vyatcheslav Yatskovsky
head[section][textstyle=WORD, style={\bfa}, align=center] \setuphead[subsection][textstyle={}, style={\bf}, align=right] \setuphead[subsubsection][textstyle={}, style={}, alternative=text] \setupitemize[1, nowhite] \setupitemize[leftmargin=1cm] \setupsectionblock[bodypart][page=no] \setupsectionbloc

Re: [NTG-context] Filtering contents

2010-06-14 Thread Wolfgang Schuster
Am 14.06.10 16:04, schrieb Vyatcheslav Yatskovsky: Isn't there should be list name, mylist? \setuplist[section,subsection,subsubsubsection][alternative=d] \setupcombinedlist[mylist] => \setuplist[section,subsection,subsubsubsection] mylist == section + subsection + subsubsu

Re: [NTG-context] Filtering contents

2010-06-14 Thread Wolfgang Schuster
Am 14.06.10 15:57, schrieb Vyatcheslav Yatskovsky: I was wondering why \setupcombinedlist[content] affects \placelist without mentioning "content" ))) \setupcombinedlist[content] is a setup command for a list which are set with \definecombinedlist, e.g. \definedcomvinedlist[mylis

Re: [NTG-context] Filtering contents

2010-06-14 Thread Wolfgang Schuster
Am 14.06.10 15:56, schrieb Vyatcheslav Yatskovsky: On 14.06.2010 16:54, Wolfgang Schuster wrote: Am 14.06.10 15:49, schrieb Vyatcheslav Yatskovsky: I use \setupcombinedlist just to set alternative: \setupcombinedlist [content] [alternative=c, width=2.5em] I just wrote the 'level'

Re: [NTG-context] Filtering contents

2010-06-14 Thread Wolfgang Schuster
Am 14.06.10 15:34, schrieb Vyatcheslav Yatskovsky: Thanks a lot. Interesting, but \setupcombinedlist[content][...] still works ) Can you make a example, this doesn't work for me: \setupcombinedlist[content][level=subsection] \starttext \completecontent \chapter{One} \sectio

Re: [NTG-context] Filtering contents

2010-06-14 Thread Wolfgang Schuster
Am 14.06.10 15:49, schrieb Vyatcheslav Yatskovsky: I use \setupcombinedlist just to set alternative: \setupcombinedlist [content] [alternative=c, width=2.5em] I just wrote the 'level' key has no funtion in mkiv, combinedlist works as expected and what you can do is to replace t

Re: [NTG-context] Filtering contents

2010-06-14 Thread Vyatcheslav Yatskovsky
Thanks a lot. Interesting, but \setupcombinedlist[content][...] still works ) \placecontent[level=subsection] but it does not work. This option (although set in strc-def.mkiv) is gone in mkiv, use the normal \placelist command. \placelist[chapter,section,subsection] -- Best Regards

[NTG-context] list of figures (bug?)

2010-06-02 Thread Rogutės Sparnuotos
Hello, What is the correct way to set 'alternative=c' for the \completelistoffigures? This works: \starttext \completelistoffigures[alternative=c] \placefigure[here]{x}{} \placefigure[here]{y}{} \stoptext But this doesn't: \setupcombinedlist[listoffigures

Re: [NTG-context] Documentation for \completecontent

2010-04-18 Thread Wolfgang Schuster
ocumentation: - http://wiki.contextgarden.net/Reference/en/definecombinedlist - http://wiki.contextgarden.net/Reference/en/completecombinedlist - http://wiki.contextgarden.net/Reference/en/setupcombinedlist 1. The table of contents is printed out of order in the PDF. It seems that \completeconte

[NTG-context] stopcolumns causes new page!!!?

2010-04-11 Thread Xan
dstyle=\ss] % Table of contents %% dots between... and subsubsubsection are not listed \setupcombinedlist[content][level=4,alternative=c] %% section = bold. % width= 10mm --> less space between num-letter %% line break after section. \setuplist[section][style=bold,width=10mm] \setuplist[section][

[NTG-context] minimal example of some problems

2010-04-03 Thread Michael Saunders
tcommand=\fnstyle\tfa,align={normal,hanging},interaction=yes] \setupinteraction[state=start,color=darkgreen,contrastcolor=darkred] \setupinteractionscreen[option=fit,view=fit] \setupcombinedlist[content][interaction=all,textcolor=black] \showlayoutcomponents \starttext \startcolumns Lorem ipsum dolo

Re: [NTG-context] level setting has no effect in TOC

2010-02-08 Thread Hans Hagen
On 8-2-2010 13:50, zs wrote: Hello, it seems like the "level" parameter has no effect in mkiv. It works as expected in mkii. Is it a bug or there is different way how to do that in mkiv? Ragards Zdenek example: \starttext \setupcombinedlist[content][level=1,alt

[NTG-context] level setting has no effect in TOC

2010-02-08 Thread zs
Hello, it seems like the "level" parameter has no effect in mkiv. It works as expected in mkii. Is it a bug or there is different way how to do that in mkiv? Ragards Zdenek example: \starttext \setupcombinedlist[content][level=1,alternative=c] \completecontent \chapter{A}

[NTG-context] \placecontent floating in a frame

2009-10-30 Thread Jelle Huisman
nes I need. Adding heightfactor=fit didn't work either. \setupcombinedlist[content][level=2,alternative=f] \definefloat[TOCfloat][TOCfloats] \setupfloat[TOCfloat][location=hanging,background=color,backgroundcolor=lightgray] \starttext \placeTOCfloat[right,here]{none}{\framed[width=0.4\textwidth

Re: [NTG-context] Page Numbering Hell (SOLVED)

2009-10-25 Thread Bryant Eastham
tical for this style * setuppagenumbering documentation is hard to follow for options 'by\em{section}' and '\em{section}number' o The manual uses inconsistent italics o The texshow page doesn't use italics where it should * setupcombinedlist (through setupl

[NTG-context] Strange Behaviour for toc

2009-10-12 Thread Martin Scholz
] \setupfloat[BigFramedFigure][location=inner,frame=on,offset=2pt] \definefloat[FramedFigure][FramedFigures][figure] \setupfloat[FramedFigure][frame=on,offset=2pt] \stopsectionblockenvironment \setupregister[index][imp][pagestyle=bold] \setupcombinedlist[content][level=2,alternative=c] \setuplist

Re: [NTG-context] framedtext in naturaltables

2009-10-02 Thread Xan
={\egroup},width=fit,headstyle=\ss] % Table of contents %% dots between... and subsubsubsection are not listed \setupcombinedlist[content][level=4,alternative=c] %% section = bold. % width= 10mm --> less space between num-letter %% line break after section. \setuplist[section][style=bold,wi

[NTG-context] Problems with cite (minimal example) (was Re: Buggy source code--> references disappears when I put sections and If I put subjects, \completecontent has void list.)

2009-08-18 Thread Xan
hyphenation{ge-ne-ra-lit-za-ció} \hyphenation{cor-res-po-nents} \hyphenation{pa-rells} \hyphenation{ge-ne-rat} \hyphenation{re-so-lu-ble} \hyphenation{ge-ne-ra-dors} \hyphenation{re-pre-sen-ta-rem} % Modules \usemodule[tikz] \usemodule[pgfmath] \usetikzlibrary[mindmap,arrows,calc,decorations.pa

[NTG-context] I can't change startitemize[n]--> startitemize[1]

2009-07-23 Thread Xan
eenumeration[demo][text={Demostració.\space},number=no,location=serried,width=fit,headstyle=italic,indentnext=yes,between=\blank,textdistance=.5em,closesymbol={\mathematics{\Box}},style=normal,indenting=yes] % Table of contents %% dots between... and subsubsubsection are not listed \setupcombined

Re: [NTG-context] I can't put footnote

2009-07-23 Thread Xan
es] \defineenumeration [note] [definition] [text={Nota},style=tf,titlestyle=bf,indenting=yes] %% Demostració \defineenumeration[demo][text={Demostració.\space},number=no,location=serried,width=fit,headstyle=italic,indentnext=yes,between=\blank,textdistance=.5em,closesymbol={\mathematics{\B

Re: [NTG-context] I can't put footnote

2009-07-22 Thread Xan
es,between=\blank,textdistance=.5em,closesymbol={\mathematics{\Box}},style=normal,indenting=yes] % Table of contents %% dots between... and subsubsubsection are not listed \setupcombinedlist[content][level=4,alternative=c] %% section = bold. % width= 10mm --> less space between num-letter %% line b

[NTG-context] I can't put footnote

2009-07-22 Thread Xan
bol={\mathematics{\Box}},style=normal,indenting=yes] % Table of contents %% dots between... and subsubsubsection are not listed \setupcombinedlist[content][level=4,alternative=c] %% section = bold. % width= 10mm --> less space between num-letter %% line break after section. \setupli

[NTG-context] Strange behaviour of startitemize[1]

2009-07-22 Thread Xan
athematics{\Box}},style=normal,indenting=yes] % Table of contents %% dots between... and subsubsubsection are not listed \setupcombinedlist[content][level=4,alternative=c] %% section = bold. % width= 10mm --> less space between num-letter %% line break after section. \setuplist[section][style=b

[NTG-context] Problems with bibtex and @incollection

2009-06-06 Thread Xan
ation [notation] [definition] [text={Notació},style=tf,titlestyle=bf,indenting=yes] \defineenumeration [note] [definition] [text={Nota},style=tf,titlestyle=bf,indenting=yes] %% Demostració \defineenumeration[demo][text={Demostració.\space},number=no,location=serried,width=fit,heads

Re: [NTG-context] re-posting example of header at page bottom

2009-05-20 Thread Jos van Gisbergen
\setupfloat[TABLE][location=middle] %- Set up table of contents -- \setupheadtext[content={Table of Contents}] % The title \definecombinedlist [ToC][chapter,section,subsection,myhead][ placehead=yes, criterium=all] \set

Re: [NTG-context] header at page bottom example

2009-05-19 Thread Jos van Gisbergen
plitting does not work in combination with placeTABLE) \setupTABLE[split=yes] \setupTABLE[row][each][background=none,frame=off] \setupTABLE[column][each][frame=on,bottomframe=off,topframe=off] \setupTABLE[column][first][leftframe=off] \setupTABLE[column][last][rightframe=off] \setupTABLE[row]

[NTG-context] missing command and wrong lists (index, ToC) in MkIV

2009-04-19 Thread Henning Hraban Ramm
by my combined list "inhalt": \definecombinedlist [inhalt] [Titel, TitelKlein, TitelNoPage] [level=Titel, placehead=yes, criterium=all, alternative=b, offset=none] \setupcombinedlist [inhalt] [partnu

[NTG-context] placing section heads in toc

2008-08-10 Thread Idris Samawi Hamid ادريس سماوي ح امد
, placehead=yes] \definecombinedlist[mycontent][intro,chapter] \setupcombinedlist [mycontent][alternative=c] \starttext \title{Table of Contents} \placemycontent \intro{Preface} \chapter{Test} \chapter{Test} \stoptext = The \intro head does not

[NTG-context] Custom Section / Table of contents inside a table

2008-08-08 Thread Demian Gutierrez
ade a table of contents: \definecombinedlist[content][fieldNameSection,myheader,subsection,subsubsection][textstyle=\tf] \setupcombinedlist [content][alternative=c,textstyle=\tf] So if I do: \fieldNameSection{Some Title} And then: \placecontent It works well and shows the entry in the table of con

Re: [NTG-context] Table of contents customization

2008-04-29 Thread Noé Cuneo
{ppp}, I get ppp Preamble 1ppp ChapterOne 1.1ppp Section So clearly this stopper is called even when it should not... Here is the exact code I used (according to your suggestion): \setupcombinedlist[content][level=4,alternative=c] \setuplist[chapter,section,subsection,subsubsection][stop

Re: [NTG-context] Table of contents customization

2008-04-29 Thread Wolfgang Schuster
gt; could, including reading the manual twice over, and I still can't > figure out why none of my ideas will work! > > In fact, my configuration looks like this: > > \setupcombinedlist[content][level=4,alternative=c] > \setuplist[chapter][width=7mm,style=bold] > \setuplis

[NTG-context] Table of contents customization

2008-04-29 Thread Noé Cuneo
will work! In fact, my configuration looks like this: \setupcombinedlist[content][level=4,alternative=c] \setuplist[chapter][width=7mm,style=bold] \setuplist[section][width=10mm,margin=10mm] \setuplist[subsection] [width=13mm,style=slanted,pagestyle=normal,margin=21mm] What I would like is the

Re: [NTG-context] chapter setup / table of contents

2008-04-15 Thread Wolfgang Schuster
ss\bf #3}% >\blank[2*big]}% > } > > \setuphead[chapter][page=no, number=no, align= > {flushleft,nothyphenated,verytolerant}, style={\ss\bfa}, before={}, > after={\blank}] > > \definecombinedlist[toc][chapter][level=chapter, placehead=no, > criterium=all, alternat

Re: [NTG-context] chapter setup / table of contents

2008-04-14 Thread luigi scarso
{\ss\bf #3}% > \blank[2*big]}% > } > > \setuphead[chapter][page=no, number=no, align= > {flushleft,nothyphenated,verytolerant}, style={\ss\bfa}, before={}, > after={\blank}] > > \definecombinedlist[toc][chapter][level=chapter, placehead=n

[NTG-context] chapter setup / table of contents

2008-04-14 Thread Henning Hraban Ramm
blank}] \definecombinedlist[toc][chapter][level=chapter, placehead=no, criterium=all, alternative=b, offset=none] \setupcombinedlist [toc] [partnumber=no] --- Please don't cry, I know it's ugly... ;-) What it does is close, but nood good enough. - Is there a way to use the normal chapt

Re: [NTG-context] old-style numerals and .

2008-02-27 Thread Idris Samawi Hamid
every couple of years or >> so. >> So try and see. > > It looks like this is more complicated than I thought. What would I do > if I wanted old-style numerals just for a table of contents? Currently, > my table of contents is set up like so: > > \setupcombinedlist[c

Re: [NTG-context] old-style numerals and .

2008-02-27 Thread Jesse Alama
like this is more complicated than I thought. What would I do if I wanted old-style numerals just for a table of contents? Currently, my table of contents is set up like so: \setupcombinedlist[content][alternative=c,numberstyle={\os},pagestyle={\os}] This produces the triangles for periods, an

Re: [NTG-context] ConTeXt-ifying Kile

2008-01-02 Thread Matija Šuklje
rk|pagenumber] \setupbuffer[name][options] \setupbuttons[state][settings] \setupcapitals[title=yes|no][sc=yes|no] \setupcaption[name][settings] \setupcaptions[options] \setupclipping[options] \setupcolor[name] \setupcolors[options] \setupcolumns[options] \setupcombinations[options] \setupcombinedlist

Re: [NTG-context] First document — problems with bi b module and layout

2007-12-29 Thread Matija Šuklje
lavnega dokumenta definicije in jih zapiše v informacije v PDF \setupinteraction [state=start, title={\naslov}, subtitle={\tip}, author={\avtor}, keyword={\tip, \kljucnebesede} ] % ustvari kazalo v PDF \placebookmarks[chapter,section,subsection] %%% %%% kazalo %%% \setupcombinedlist[conten

Re: [NTG-context] First document — problems with bi b module and layout

2007-12-27 Thread Matija Šuklje
le={\tip}, author={\avtor}, keyword={\tip, \kljucnebesede} ] % ustvari kazalo v PDF \placebookmarks[chapter,section,subsection] %%% %%% kazalo %%% \setupcombinedlist[content][alternative=c] \setuplist[chapter][style=bold,alternative=b,width=1.5em] \setuplist[section][margin=1.5em,width=2em] \s

Re: [NTG-context] First document — problems with bi b module and layout

2007-12-26 Thread Matija Šuklje
pobere iz glavnega dokumenta definicije in jih zapiše v informacije v PDF \setupinteraction [state=start, title={\naslov}, subtitle={\tip}, author={\avtor}, keyword={\tip, \kljucnebesede} ] % ustvari kazalo v PDF \placebookmarks[chapter,section,subsection] %%% %%% kazalo %%% \setupcombinedlist[content

Re: [NTG-context] First document — problems with bi b module and layout

2007-12-26 Thread Taco Hoekwater
, title={\naslov}, subtitle={\tip}, author={\avtor}, keyword={\tip, \kljucnebesede} ] % ustvari kazalo v PDF \placebookmarks[chapter,section,subsection] %%% %%% kazalo %%% \setupcombinedlist[content][alternative=c] \setuplist[chapter][style=bold,alternative=b,width=1.5em] \setuplist[section]

[NTG-context] First document — problems with bi b module and layout

2007-12-25 Thread Matija Šuklje
dokumenta %%% % da dela UTF-8 tudi v PDF kazalu in informacijah o dokumentu \input spec-tst % pobere iz glavnega dokumenta definicije in jih zapiše v informacije v PDF \setupinteraction [state=start, title={\naslov}, subtitle={\tip}, author={\avtor}, keyword={\tip, \kljucnebesede} ] % ustvari kaz

Re: [NTG-context] chapter without number but in table of contents

2007-12-15 Thread Henning Hraban Ramm
page=no, number=no, textcommand=\TitelFrameKlein] % define combined table of contents \definecombinedlist [inhalt] [Titel, TitelKlein, TitelNoPage] [level=Titel, placehead=yes, criterium=all, alternative=b,

Re: [NTG-context] how to change 'figure 1.1' to '?? 1.1'

2007-12-11 Thread Wolfgang Schuster
above setup > > of chapters. > > > > My question was how to make the head title setup of contents and of > > indices free from the chapter setup? > > > > Now, I find that the prefix{"(a character) (chapter no) (a > > character)"} can be suppressed

Re: [NTG-context] how to change 'figure 1.1' to '?? 1.1'

2007-12-11 Thread Dalyoung Jeong
title setup of contents and of > indices free from the chapter setup? > > Now, I find that the prefix{"(a character) (chapter no) (a > character)"} can be suppressed using "prefix=no" parameter in > \setupcombinedlist for contents and indices. I ma

Re: [NTG-context] how to change 'figure 1.1' to '?? 1.1'

2007-12-10 Thread Jeong Dalyoung
(chapter no) (a character)"} can be suppressed using "prefix=no" parameter in \setupcombinedlist for contents and indices. It seems to me that we may define a new format for contents and indices by using "command" in \setupcombinedlist. I'll test it soon. If there is a sam

Re: [NTG-context] how to change 'figure 1.1' to '?? 1.1' (Mojca Miklavec)

2007-12-10 Thread Wolfgang Schuster
contents" or "제 no 장 index" > > (of course, contents and index are in korean) because \chpater{ch- > > title} produces in such a way, i.e., "제 ch-no 장 ch-title". > > But I'd like to write contents and indices in differently. I looked up > > \setupcombinedlist

Re: [NTG-context] how to change 'figure 1.1' to '?? 1.1' (Mojca Miklavec)

2007-12-10 Thread Mojca Miklavec
ow the setup of chapter as following: > "제 장 contents" or "제 no 장 index" > (of course, contents and index are in korean) because \chpater{ch- > title} produces in such a way, i.e., "제 ch-no 장 ch-title". >

Re: [NTG-context] how to change 'figure 1.1' to '?? 1.1' (Mojca Miklavec)

2007-12-09 Thread Dalyoung Jeong
and index are in korean) because \chpater{ch- title} produces in such a way, i.e., "제 ch-no 장 ch-title". But I'd like to write contents and indices in differently. I looked up \setupcombinedlist but I

Re: [NTG-context] problem with \setupcombinedlist[content][alternative=c]

2007-12-07 Thread Hans Hagen
Peter Münster wrote: > On Fri, Dec 07, 2007 at 12:59:16PM +0100, Taco Hoekwater wrote: >> I've found it and it will be fixed in the next release (soon). >> Meanwhile, you could use linux, the bug does not manifest there ;-) > > Strange, I already use linux... it all depends what data is in the no

Re: [NTG-context] problem with \setupcombinedlist[content][alternative=c]

2007-12-07 Thread Peter Münster
On Fri, Dec 07, 2007 at 12:59:16PM +0100, Taco Hoekwater wrote: > > I've found it and it will be fixed in the next release (soon). > Meanwhile, you could use linux, the bug does not manifest there ;-) Strange, I already use linux... Nevertheless, thanks for your fast help with version 0.20.1! B

Re: [NTG-context] problem with \setupcombinedlist[content][alternative=c]

2007-12-07 Thread Taco Hoekwater
Hans Hagen wrote: > Peter Münster wrote: >> Hello, >> With luatex-0.20.0 and ConTeXt-2007.12.6 the \completecontent is messed up >> and the first paragraphs are supressed: >> >> % engine=luatex >> \setupcombinedlist[content][alternative=c] >> \s

Re: [NTG-context] problem with \setupcombinedlist[content][alternative=c]

2007-12-07 Thread Hans Hagen
Peter Münster wrote: > Hello, > With luatex-0.20.0 and ConTeXt-2007.12.6 the \completecontent is messed up > and the first paragraphs are supressed: > > % engine=luatex > \setupcombinedlist[content][alternative=c] > \starttext > \completecontent > \dorecurse{10}{ >

[NTG-context] problem with \setupcombinedlist[content][alternative=c]

2007-12-06 Thread Peter Münster
Hello, With luatex-0.20.0 and ConTeXt-2007.12.6 the \completecontent is messed up and the first paragraphs are supressed: % engine=luatex \setupcombinedlist[content][alternative=c] \starttext \completecontent \dorecurse{10}{ \section{sec} \input tufte \subsection{subsec} \input tufte \subsection

[NTG-context] ordering (combined) lists

2007-10-30 Thread Henning Hraban Ramm
d=yes, criterium=all, alternative=b, offset=none] \setupcombinedlist [inhalt] [partnumber=no] Greetlings from Lake Constance! Hraban --- http://www.fiee.net/texnique/ http://wiki.contextgarden.net https://www.cacert.org (I'm

Re: [NTG-context] Pesky list problem

2007-10-22 Thread Wolfgang Schuster
; \definelist[subsubsubject][alternative=a] > > \definecombinedlist[foo] > > [subject,subsubject,subsubsubject] > > [level=subsubsubject,criterium=local] > > \setupcombinedlist[foo] > > \starttext > > \title{Annotated Booklist} > > ... > > \placelist[foo] &

Re: [NTG-context] Pesky list problem

2007-10-20 Thread John Culleton
subject,subsubsubject] > [level=subsubsubject,criterium=local] > \setupcombinedlist[foo] > \starttext > \title{Annotated Booklist} > ... > \placelist[foo] > \subject{Top Choices} > > \subsubject{General Publishing} > > > This set of commands stops with erro

Re: [NTG-context] Pesky list problem

2007-10-20 Thread Wolfgang Schuster
subject,subsubsubject] > [level=subsubsubject,criterium=local] > \setupcombinedlist[foo] > \starttext > \title{Annotated Booklist} > ... > \placelist[foo] > \subject{Top Choices} > > \subsubject{General Publishing} > > > This set of commands stops with errors.

[NTG-context] Pesky list problem

2007-10-19 Thread john
I tried building my own TOC as follows: ... \definelist[subject][alternative=a] \definelist[subsubject][alternative=a] \definelist[subsubsubject][alternative=a] \definecombinedlist[foo] [subject,subsubject,subsubsubject] [level=subsubsubject,criterium=local] \setupcombinedlist[foo] \starttext

Re: [NTG-context] TOC, listalternative d, ragged right, interaction

2007-07-18 Thread luigi scarso
ative [a] [command=\hskip.8em] \setupcombinedlist [content] [alternative=a, interaction=all, level=section, partnumber=no] \setuplist [chapter] [after={\blank},

Re: [NTG-context] TOC, listalternative d, ragged right, interaction

2007-06-28 Thread luigi scarso
%% no interactions %% #3\nobreak\kern1ex\nobreak% %% \hbox{#4}\nobreak\kern1ex\nobreak% %% {\sl#6}\hskip0.1explus1ex% } \protect %% \language[de] \setupinteraction [state=start] \setuplistalternative [a] [command=\hskip.8em] \setupcombinedlist [content] [alter

[NTG-context] TOC, listalternative d, ragged right, interaction

2007-05-28 Thread Daniel Schömer
or the table of contents): | \setupinteraction [state=start] | \setuplistalternative [a] [command=\hskip.8em] | \setupcombinedlist [content] [alternative=a, interaction=all, | level=section, partnumber=no] | \setuplist [chapter] [after=\blank

Re: [NTG-context] Equivalent to \settowidth

2007-03-20 Thread Peter Münster
On Sat, 17 Mar 2007, Robin Kirkham wrote: > The following complete example sort of does what I want (using Hans' > \setwidthof) but it will fail when the section numbers have more > digits than I have allowed for. > I have a feeling I should be using \setupcombinedlist[content

Re: [NTG-context] Equivalent to \settowidth

2007-03-17 Thread Robin Kirkham
1.1.2 Subsection ... Title in other words, the indent is not quite a fixed width per level. The following complete example sort of does what I want (using Hans' \setwidthof) but it will fail when the section numbers have more digits than I have allowed for. I have a feeling I should be

[NTG-context] Spacing of page numbers in list

2006-11-29 Thread David Wooten
\setuplist [subsection] [style=it,pagestyle={\tf},margin=2em] \setupcombinedlist [content] [alternative=a, aligntitle=yes, width=2.5em,sectionnumber=no,partnumber=no] ___ ntg-context mailing list n

Re: [NTG-context] Page number alignment in \placecontent

2006-11-02 Thread Ángel Luis García Fernández
ns you wrote in the previous e-mail work ok (I forgot the "criterium=all" in the \setupcombinedlist command). Thanks for your help, Ángel Luis > From: "M.J. Kallen" <[EMAIL PROTECTED]> > Subject: Re: [NTG-context] ntg-context Digest, Vol 28, Issue 76 > Angel-Lu

Re: [NTG-context] ntg-context Digest, Vol 28, Issue 76

2006-10-30 Thread M.J. Kallen
Angel-Luis, I'm not sure why you do not get a table of contents, maybe try to add criterium=all to the \setupcombinedlist command and see if that works? Also, you have used \placecontent, which you can use instead of \completecontent. I've tried your settings using the live ConTeXt o

Re: [NTG-context] ntg-context Digest, Vol 28, Issue 76

2006-10-30 Thread Ángel Luis García Fernández
I tried that, but then nothing appears (empty index) Angel-Luis > Hi Angel-Luis, > > looks like you want a LaTeX-like table of contents. I achieved what I think > you want to achieve as well, using the following commands: > > % setup table of contents > \setupcombinedlist[c

Re: [NTG-context] Page number alignment in \placecontent

2006-10-28 Thread M.J. Kallen
Hi Angel-Luis, looks like you want a LaTeX-like table of contents. I achieved what I think you want to achieve as well, using the following commands: % setup table of contents \setupcombinedlist[content][alternative=c,level=section] % margins, widths and distances are setup such that section

Re: [NTG-context] title of combinedlist

2006-07-30 Thread Hans Hagen
Steffen Wolfrum wrote: > But when I use the syntax as above > my own combinedlist (just some sections less than "content") > > \definecombinedlist[inhaltklein] > [EbeneNull,EbeneEins,EbeneEinsOhne,EbeneZwei,EbeneZweiOhne] > \setupcombinedlist[inhaltklein]

Re: [NTG-context] title of combinedlist (solved)

2006-07-28 Thread Steffen Wolfrum
; my own combinedlist (just some sections less than "content") > > \definecombinedlist[inhaltklein] > [EbeneNull,EbeneEins,EbeneEinsOhne,EbeneZwei,EbeneZweiOhne] > \setupcombinedlist[inhaltklein] > [alternative=c,aligntitle=no,w

Re: [NTG-context] title of combinedlist

2006-07-28 Thread Steffen Wolfrum
I use the syntax as above my own combinedlist (just some sections less than "content") \definecombinedlist[inhaltklein] [EbeneNull,EbeneEins,EbeneEinsOhne,EbeneZwei,EbeneZweiOhne] \setupcombinedlist[inhaltklein] [alternative=c,aligntitl

Re: [NTG-context] sectionnumber conversion redux

2006-06-28 Thread Taco Hoekwater
] > > \setupsection [section2] > [appendixconversion=Character, % Watch the capital > previousnumber=no] > > %\setuppagenumbering[way=bytext,partnumber=no] > %\setupcombinedlist[content][partnumber=no] > > \starttext > > \startbodymatter > > \placecontent

[NTG-context] sectionnumber conversion redux

2006-06-27 Thread Idris Samawi Hamid
ber=no] %\setuppagenumbering[way=bytext,partnumber=no] %\setupcombinedlist[content][partnumber=no] \starttext \startbodymatter \placecontent \part{I}{Body} \chapter{The Body Stuff} \stopbodymatter \startappendices \setupheadnumber[part][+] \part{II}{Appendices} \chapter{Appendix} \stopappendices \st

[NTG-context] sectionnumber conversion

2006-06-20 Thread Idris Samawi Hamid
=\PartTitle, placehead=yes] \setupsection [section2] [appendixconversion=Character, % Watch the capital previousnumber=no] %\setuppagenumbering[way=bytext,partnumber=no] %\setupcombinedlist[content][partnumber=no] \starttext \startbodymatter \placecontent \part{I}{Body

Re: [NTG-context] How to hyperlink pdf?

2006-06-18 Thread nico
way to extend the link to the page > numbers in the TOC as well? That's where I intuitively looked first ... To have only pagenumbers in TOC, try: \setupcombinedlist [content] [interaction=pagenumber] Regards, BG ___ ntg-context mailing lis

Re: [NTG-context] Several publication lists

2006-05-16 Thread nico
ptions] \placebiblist[name] \definecombinedbiblist[bibgroup][biblist list][\setupcombinedlist options] \setupcombinedlist[bibgroup][ not yet clear what options it should provide ] \startbibentry[name][\startpublication options] \setupcite[name][what][options] (name optional) \cite[name][what][ref] or \cite

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

2006-05-01 Thread WN
[EMAIL PROTECTED] wrote: On Sun, 30 Apr 2006 19:13:34 +0200, WN <[EMAIL PROTECTED]> wrote: Question 1) : In my document I am using \setupcombinedlist[content][alternative=c,aligntitle=no,width=4em] and now I want to use the same layout for the list of figures but there

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

2006-04-30 Thread nico
On Sun, 30 Apr 2006 19:13:34 +0200, WN <[EMAIL PROTECTED]> wrote: > Question 1) : > > In my document I am using > \setupcombinedlist[content][alternative=c,aligntitle=no,width=4em] > and now I want to use the same layout for the list of figures but there > is not s

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

2006-04-30 Thread WN
Question 1) : In my document I am using \setupcombinedlist[content][alternative=c,aligntitle=no,width=4em] and now I want to use the same layout for the list of figures but there is not something equivalent like \setupcombinedlist[figure][alternative=c,aligntitle=no,width=4em] Question 2

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]

Re: [NTG-context] No partial contents for parts after the first

2005-11-28 Thread Hans Hagen
c) content: every other part reports system : part,chapter,section,subsection not found/processed The setup for the contents is as follows: \setupcombinedlist[content] [interaction=all, partnumber=no, alternative=c, level=subsection]

<    1   2   3   4   >