Re: [NTG-context] itemize a list

2007-11-05 Thread Wolfgang Schuster
2007/11/5, Hans van der Meer [EMAIL PROTECTED]: It is my intention to place a list inside an itemize, and therefore prepend a \item before every list item. Thus: \startitemize \placelist[Topic][label=no,pagenumber=no,before=\item]}% \stopitemize However this doesn't work but instead gives

Re: [NTG-context] Pesky list problem

2007-10-22 Thread Wolfgang Schuster
=a] \definecombinedlist[foo] [subject,subsubject,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. What

Re: [NTG-context] Pesky list problem

2007-10-20 Thread Wolfgang Schuster
=subsubsubject,criterium=local] \setupcombinedlist[foo] \starttext \title{Annotated Booklist} ... \placelist[foo] \subject{Top Choices} \subsubject{General Publishing} This set of commands stops with errors. What stupid thing did I do this time? -- John Culleton Hi John, you

Re: [NTG-context] Pesky list problem

2007-10-20 Thread John Culleton
=subsubsubject,criterium=local] \setupcombinedlist[foo] \starttext \title{Annotated Booklist} ... \placelist[foo] \subject{Top Choices} \subsubject{General Publishing} This set of commands stops with errors. What stupid thing did I do this time? -- John Culleton Gave up

[NTG-context] Pesky list problem

2007-10-19 Thread john
\title{Annotated Booklist} ... \placelist[foo] \subject{Top Choices} \subsubject{General Publishing} This set of commands stops with errors. What stupid thing did I do this time? -- John Culleton -- John Culleton Precision Typesetting Able Indexers and Typesetters http://wexfordpress.com

[NTG-context] presentation `s-pre-13' conflicts with `rsteps' module?

2007-09-25 Thread Ruini Xue
with alphabetic subpage number \startinteractionmenu[bottom] \placelist[chapter] [alternative=bottom,criterium=all,pagenumber=no] \\ \pagenumber{\characters\subpagenumber}/\lastpagenumber \stopinteractionmenu \setupcolors[state=start] \SetupSteps[defaultsection=Subject] \starttext

[NTG-context] rsteps module conflicts with s-pre-13?

2007-09-24 Thread Ruini Xue
with alphabetic subpage number \startinteractionmenu[bottom] \placelist[chapter] [alternative=bottom,criterium=all,pagenumber=no] \\ \pagenumber{\characters\subpagenumber}/\lastpagenumber \stopinteractionmenu \setupcolors[state=start] \SetupSteps[defaultsection=Subject] \starttext

[NTG-context] Unnumbered TOC

2007-07-24 Thread John R. Culleton
[subject][alternative=a] \definelist[subsubject][alternative=a] \definelist[subsubsubject][alternative=a] \definecombinedlist[foo] [subject,subsubject,subsubsubject] [level=subsubsubject,criterium=local] but when I state \placelist[foo] ...nothing appears. Should I start all over, replace subjects

Re: [NTG-context] Unnumbered TOC

2007-07-24 Thread luigi scarso
tried defining a combined list foo thus: \definelist[subject][alternative=a] \definelist[subsubject][alternative=a] \definelist[subsubsubject][alternative=a] \definecombinedlist[foo] [subject,subsubject,subsubsubject] [level=subsubsubject,criterium=local] but when I state \placelist[foo

Re: [NTG-context] lis of figures

2007-06-28 Thread Wolfgang Schuster
only get the head, Ilustraciones but empty. And \placelist[figure] Is also empty but without head. this is OK, placelist[xxx] or \listofxxx give you only the entries of the corresponding list, you can place your own title with \chapter, section ... \completelistofxxx is a combination

Re: [NTG-context] lis of figures

2007-06-28 Thread Črt Gorup
I didn't know that figure is default list for all figures. Now I can remove some code because \placelist[figure] in my document works. Thanks. On 6/28/07, Aditya Mahajan [EMAIL PROTECTED] wrote: Quoting Crt Gorup [EMAIL PROTECTED]: Hi, i was playing with table of figures few days ago. My

Re: [NTG-context] lis of figures

2007-06-28 Thread Wolfgang Schuster
2007/6/28, Črt Gorup [EMAIL PROTECTED]: I didn't know that figure is default list for all figures. Now I can remove some code because \placelist[figure] in my document works. Thanks. you can use \placelistoffigures and \completelistoffigures instead of \placelist[figure] and \chapter{Figures

Re: [NTG-context] lis of figures

2007-06-28 Thread Hans Hagen
but empty. And \placelist[figure] Is also empty but without head. I´ve allready made list I need almost by hand, but anyway I want to know how to do it. Hmm... Ok, I think that I finally nailed it down. Hans, this looks like a bug. \starttext \chapter {Test} \placelist[figure

Re: [NTG-context] lis of figures

2007-06-28 Thread Wolfgang Schuster
[alternative=c] I only get the head, Ilustraciones but empty. And \placelist[figure] Is also empty but without head. I´ve allready made list I need almost by hand, but anyway I want to know how to do it. Hmm... Ok, I think that I finally nailed it down. Hans, this looks like

Re: [NTG-context] lis of figures

2007-06-28 Thread Aditya Mahajan
On Thu, 28 Jun 2007, Wolfgang Schuster wrote: this give always the complete figure list \starttext \dorecurse {2} {\chapter {Test} \placelist[figure][criterium=previous] \dorecurse {3} {%\section{ABC} % Uncomment this and everything works. Text \placefigure{test again

Re: [NTG-context] lis of figures

2007-06-27 Thread Črt Gorup
% { \title{Table of figures} \placelist[figs][alternative=command,command=\TOFCommand] } \def\TOFCommand#1#2#3% {{\bf Fig. \in[#1] } #2 \dotfill #3\blank[.1cm] } For each figure you want on list you have to use \addFigure instead of \placefigure. Is there any shorter and better solution

Re: [NTG-context] lis of figures

2007-06-27 Thread Horacio Suarez
:#1}{#2} } \def\placeTOF% { \title{Table of figures} \placelist[figs][alternative=command,command=\TOFCommand] } \def\TOFCommand#1#2#3% {{\bf Fig. \in[#1] } #2 \dotfill #3\blank[.1cm] } For each figure you want on list you have to use \addFigure instead of \placefigure

Re: [NTG-context] lis of figures

2007-06-27 Thread Aditya Mahajan
:#1}{#2} } \def\placeTOF% { \title{Table of figures} \placelist[figs][alternative=command,command=\TOFCommand] } \def\TOFCommand#1#2#3% {{\bf Fig. \in[#1] } #2 \dotfill #3\blank[.1cm] } For each figure you want on list you have to use \addFigure instead

Re: [NTG-context] lis of figures

2007-06-27 Thread Horacio Suarez
Hello: I have a book with 18 chapter. in one of them, the 16th, I need a local list of figures, I mean figures in that chapter only. But if I type: \completelistoffigures[alternative=c] I only get the head, Ilustraciones but empty. And \placelist[figure] Is also empty but without head. I

Re: [NTG-context] lis of figures

2007-06-27 Thread Aditya Mahajan
. And \placelist[figure] Is also empty but without head. I´ve allready made list I need almost by hand, but anyway I want to know how to do it. Hmm... Ok, I think that I finally nailed it down. Hans, this looks like a bug. \starttext \chapter {Test} \placelist[figure] \dorecurse{3}{ % \section{ABC

Re: [NTG-context] Prepare exams with ConTeXT

2007-06-03 Thread batela
{totalscore}}{Question}}} \hideblocks[answer,question] \def\generateexam {\title{Exam} \useblocks[question] \title{Scores} \placelist[Score][criterium=all] \title{Criteria} \useblocks[answer]} \starttext \startquestion In a body with mass=2 kg is applied a force of 2N

Re: [NTG-context] Prepare exams with ConTeXT

2007-06-03 Thread Patrick Gundlach
} \def\resetscore{\resetcounter{totalscore}} \def\savescore {\expanded{\dowritetolist{Score}{\convertednumber[Answer]}{\countervalue{totalscore}}{Question}}} \hideblocks[answer,question] \def\generateexam {\title{Exam} \useblocks[question] \title{Scores} \placelist[Score][criterium

Re: [NTG-context] Prepare exams with ConTeXT

2007-06-03 Thread Aditya Mahajan
here {\convertednumber[Answer]}{\countervalue{totalscore}}{Question}}} \hideblocks[answer,question] \def\generateexam {\title{Exam} \useblocks[question] \title{Scores} \placelist[Score][criterium=all] \title{Criteria} \useblocks[answer]} \starttext \startquestion In a body

Re: [NTG-context] Prepare exams with ConTeXT

2007-06-03 Thread David Arnold
[question] \title{Scores} \placelist[Score][criterium=all] \title{Criteria} \useblocks[answer]} \starttext \startquestion In a body with mass=2 kg is applied a force of 2N. Which is the body acceleration? \startanswer write F = m a \score[5] solve a = F/m \score[4

Re: [NTG-context] Prepare exams with ConTeXT

2007-06-02 Thread Aditya Mahajan
{Score} {\convertednumber[Answer]}{\countervalue{totalscore}}{Question}}} \hideblocks[answer,question] \def\generateexam {\title{Exam} \useblocks[question] \title{Scores} \placelist[Score][criterium=all] \title{Criteria} \useblocks[answer]} \starttext \startquestion

Re: [NTG-context] An Index problem (repost II)

2007-03-06 Thread Hans Hagen
,textcommand=\ChapterEntry] \setuplist[section][textcommand=\SectionEntry] \starttext \placelist[chapter,section] \chapter{AAA} \section{Hause one} Foo one \page \section{Hause two} Foo two \page \section{Hause three} Foo three \page \section{Hause four} Foo four\page \section{Dog boo} Koo \page

Re: [NTG-context] No TOC and other lists with \setuparranging

2007-02-25 Thread Willi Egger
} \dorecurse{5}{\input tufte \par} \stopbodymatter \title{Spis tre\'sci} \placecontent \title{Spis przepisow} \placelist[przepis] \stoptext Whereas the following does not: \definehead[przepis][section] \setuphead [chapter] [number=no] \setuphead [section] [number=no] \definepapersize

[NTG-context] No TOC and other lists with \setuparranging

2007-02-24 Thread Piotr Kopszak
tufte \par} \stopbodymatter \title{Spis tre\'sci} \placecontent \title{Spis przepisow} \placelist[przepis] \stoptext Whereas the following does not: \definehead[przepis][section] \setuphead [chapter] [number=no] \setuphead [section] [number=no] \definepapersize[mysize][width=10cm,height=19cm

Re: [NTG-context] Treating underscore as a normal character

2007-02-06 Thread Berend de Boer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hans == Hans Hagen [EMAIL PROTECTED] writes: Hans \defineactivecharacter _ {\mathortext{_}{\_}} text_text Hans $a^2$ Hi Hans, Thanks, but it is not sufficient. I finally narrowed it down to a \placelist. Here is a very short example

Re: [NTG-context] Question \completepublications

2006-12-21 Thread Guðmundur J. Kristjánsson
\completelistoffigures % List of tables \completelistoftables % List of equations %\placelist[formula][criterium=text,alternative=c] %\section{Formulas} %\placelist[formula][criterium=text] \stopfrontmatter \startbodymatter

Re: [NTG-context] formula, bookmarks and misc

2006-11-03 Thread Wolfgang Schuster
%%%%% \setupinteraction[state=start] \placebookmarks[chapter,section,subsection] \abbreviation [UK] {UK}{United Kingdom of Great Britain and Northern Ireland} \starttext \placelist[formula] \chapter{Math formulae

Re: [NTG-context] formula, bookmarks and misc

2006-11-01 Thread Sebastian Rooks
Kingdom of Great Britain and Northern Ireland} \starttext \placelist[formula] \chapter{Math formulae} \placenamedformula [eq:well_known] {Well known equalities} \startformula \stopformula \placesubformula[eq:first

Re: [NTG-context] formula, bookmarks and misc

2006-10-31 Thread Wolfgang Schuster
(special thanks to Hans and Taco of course), it'sreally a pleasure to work with it.Regards,Sebtest.tex %\setupinteraction[state=start]\placebookmarks[chapter,section,subsection]\abbreviation [UK]{UK}{United Kingdom of Great Britain and Northern Ireland}\starttext\placelist[formula

Re: [NTG-context] formula, bookmarks and misc

2006-10-29 Thread Aditya Mahajan
end %Dprevious_subnumbered = true ; %D else %Dprevious_subnumbered = false ; %D end % Examples \starttext \placelist[formula] \section{Math Formulas} \startnamedsubformulas[eq:well_known]{Well Known Equalities} \placeformula[eq:first] \startformula 1 + 0 = 1

[NTG-context] formula, bookmarks and misc

2006-10-28 Thread Sebastian Rooks
\placelist[formula] \chapter{Math formulae} \placenamedformula [eq:well_known] {Well known equalities} \startformula \stopformula \placesubformula[eq:first]{a} \startformula 1+0=1 \stopformula \placesubformula[eq:second]{b} \startformula

Re: [NTG-context] Fundamental change in index mechanism ?

2006-10-22 Thread Hans Hagen
bug? (Is there already a fix for it?) if y ou provide a sample that shows the problem .. all things can be fixed since i have no intention to break downward compatibility. \placeregister[index] \page \placelist[section] \page \starttext \section{oeps \index{oeps}} \input tufte \stoptext

Re: [NTG-context] Fundamental change in index mechanism ?

2006-10-22 Thread Steffen Wolfrum
things can be fixed since i have no intention to break downward compatibility. \placeregister[index] \page \placelist[section] \page \starttext \section{oeps \index{oeps}} \input tufte \stoptext works ok here

Re: [NTG-context] list ?

2006-10-20 Thread Hans Hagen
[Topic] [chapter] \definehead [Subject] [section] \setuplist[Topic][alternative=f,criterium=all,align=left] \setuplist[Subject][alternative=f,criterium=chapter,align=left] \starttext \Topic{Topic 1} \Subject{Subject 1} \Subject{Subject 2} \Subject{Subject 3} \placelist[Topic,Subject

Re: [NTG-context] list ?

2006-10-20 Thread Renaud AUBIN
\newcounter\MySubjectCounter \placelist[Topic][criterium=text,after=\setups{MySubjectList}] \stopsetups \startsetups MySubjectList \doglobal\increment\MySubjectCounter \doifelse{\MyTopicCounter}{\MySubjectCounter} { \placelist[Subject] } { % whatever } \stopsetups

[NTG-context] list ?

2006-10-19 Thread Renaud AUBIN
] [chapter] \definehead [Subject] [section] \setuplist[Topic][alternative=f,criterium=all,align=left] \setuplist[Subject][alternative=f,criterium=chapter,align=left] \starttext \Topic{Topic 1} \Subject{Subject 1} \Subject{Subject 2} \Subject{Subject 3} \placelist[Topic,Subject] \Topic{Topic 2} \Subject

[NTG-context] Presentation style: customizing the right interaction menu (list-related thread)

2006-10-18 Thread Renaud AUBIN
Hi all, I'm trying to make a custom presentation style using pre-original. Considering the following piece of code extracted from s-pre-01.tex \startinteractionmenu[right] \placelist [Topic] [alternative=f, % command, % none, maxwidth=\hsize, width=\hsize, offset=0pt, criterium=all

Re: [NTG-context] index formatting

2006-09-13 Thread Steffen Wolfrum
I also downloaded the current beta but the problem related to collapsing page numbers is still there. Just comment / uncomment the marked line and watch the change in the third register (the one that uses the compress=yes key): \starttext \placelist[section][criterium=all] \blank[5*big

Re: [NTG-context] listoffloats question

2006-09-07 Thread richard rascher-friesenhausen
of figures, because each of them has its own setups.) \placelist[figures,afigures,bfigures] - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt

Re: [NTG-context] beta (31.08.2006)

2006-09-07 Thread Steffen Wolfrum
strange: test index 2, 2, 2 ... Test file: \starttext \placelist[section][criterium=all] \blank[5*big] \placeregister[index][compress=no] \blank[5*big] \placeregister[index][compress=no,sectionnumber=yes] \blank[5*big] \placeregister[index][compress=yes] \blank[5*big] \page

Re: [NTG-context] listoffloats question

2006-09-07 Thread Hans Hagen
be a simple solution, but i don not find it (There are three kinds of figures, because each of them has its own setups.) \placelist[figures,afigures,bfigures] \placelist[figure,afigure,bfigure] Now i get the following error message: ! Missing \endcsname

Re: [NTG-context] listoffloats question

2006-09-06 Thread Hans Hagen
its own setups.) \placelist[figures,afigures,bfigures] - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53

Re: [NTG-context] index (again)

2006-08-31 Thread Steffen Wolfrum
with the fixes you mention? Steffen Test file: \starttext \placelist[section][criterium=all] \blank[5*big] \placeregister[index][compress=no] \blank[5*big] \placeregister[index][compress=no,sectionnumber=yes] \blank[5*big] \placeregister[index][compress=yes] \blank[5*big] \page test text

Re: [NTG-context] Presentation help

2006-08-18 Thread Adam Duck
\stringb \color[red]{#1} \else #1 \fi } #v- This works with \mycontext{a subject} and even \mycontext{\fetchmark[section][current]} but doesn't work with placelist[section] with this setup: #v+ \setuplist[section][criterium=all, symbol=none, numbercommand=$\bullet$, textcommand=\mycontext

[NTG-context] \placelist doesn't work in \startappendices

2006-08-17 Thread Stuart Jansen
When \placelist[section][criterium=local] is used inside of \startappendices, no list is included. I don't see any error messages. I scoured the docs but found neither indication that this is the desired behavior nor any idea how to change this behavior. Any ideas? \starttext \startbodymatter

Re: [NTG-context] \placelist doesn't work in \startappendices

2006-08-17 Thread Taco Hoekwater
Stuart Jansen wrote: When \placelist[section][criterium=local] is used inside of \startappendices, no list is included. I don't see any error messages. I scoured the docs but found neither indication that this is the desired behavior nor any idea how to change this behavior. Any ideas? I

Re: [NTG-context] \placelist doesn't work in \startappendices

2006-08-17 Thread Stuart Jansen
On Thu, 2006-08-17 at 19:08 +0200, Taco Hoekwater wrote: Stuart Jansen wrote: When \placelist[section][criterium=local] is used inside of \startappendices, no list is included. I don't see any error messages. I scoured the docs but found neither indication that this is the desired

Re: [NTG-context] \placelist doesn't work in \startappendices

2006-08-17 Thread Taco Hoekwater
Stuart Jansen wrote: On Thu, 2006-08-17 at 19:08 +0200, Taco Hoekwater wrote: Stuart Jansen wrote: When \placelist[section][criterium=local] is used inside of \startappendices, no list is included. I don't see any error messages. I scoured the docs but found neither indication

Re: [NTG-context] \placelist doesn't work in \startappendices

2006-08-17 Thread Stuart Jansen
On Thu, 2006-08-17 at 19:57 +0200, Taco Hoekwater wrote: Stuart Jansen wrote: \startappendices \chapter{Corge} \placelist[section][criterium=local,alternative=c] \section{Grault} \input zapf \stopappendices How recent? I just tried it with the latest minimal

Re: [NTG-context] \placelist doesn't work in \startappendices

2006-08-17 Thread Hans Hagen
Stuart Jansen wrote: On Thu, 2006-08-17 at 19:57 +0200, Taco Hoekwater wrote: Stuart Jansen wrote: \startappendices \chapter{Corge} \placelist[section][criterium=local,alternative=c] \section{Grault} \input zapf \stopappendices How recent? I

Re: [NTG-context] \placelist doesn't work in \startappendices

2006-08-17 Thread Stuart Jansen
On Thu, 2006-08-17 at 23:49 +0200, Hans Hagen wrote: Stuart Jansen wrote: On Thu, 2006-08-17 at 19:57 +0200, Taco Hoekwater wrote: Stuart Jansen wrote: \startappendices \chapter{Corge} \placelist[section][criterium=local,alternative=c] \section{Grault

[NTG-context] using \doifnumberelse in a ToC numbercommand=

2006-08-16 Thread Stuart Jansen
,distance=.3in,balance=no] \bgroup \placelist[chapter,section][criterium=all,alternative=b] \egroup \stopcolumns \page \chapter{Foo} \section{Bar} \input knuth \startappendices \chapter{Corge} \section{Grault} \input zapf \stopappendices \stoptext - -- Stuart Jansen [EMAIL PROTECTED] Guru

Re: [NTG-context] using \doifnumberelse in a ToC numbercommand=

2006-08-16 Thread Mojca Miklavec
][\chapterconversion] \starttext \bgroup{}Table of Contents\egroup\par \startcolumns[n=2,distance=.3in,balance=no] \bgroup \placelist[chapter,section][criterium=all,alternative=b] \egroup \stopcolumns \page \chapter{Foo} \section{Bar} \input knuth \startappendices \chapter{Corge} \section{Grault} \input zapf

Re: [NTG-context] using \doifnumberelse in a ToC numbercommand=

2006-08-16 Thread Stuart Jansen
=\mysectionlistnumber,% textcommand=\mysectionlisttext] \starttext \bgroup{}Table of Contents\egroup\par \startcolumns[n=2,distance=.3in,balance=no] \bgroup \placelist[chapter,appendix,section][criterium=all,alternative=b] \egroup \stopcolumns \page \chapter{Foo} \section{Bar} \input knuth

Re: [NTG-context] using \doifnumberelse in a ToC numbercommand=

2006-08-16 Thread Hans Hagen
[chapter][width=fit,distance=1em,numberstyle=bold,textstyle=bold,symbol=whatever] \starttext \startfrontmatter \title{Table of Contents} \placelist[chapter,section][criterium=text,alternative=b] \stopfrontmatter \startbodymatter \chapter{Foo} \section{Bar} \input

Re: [NTG-context] using \doifnumberelse in a ToC numbercommand=

2006-08-16 Thread Stuart Jansen
\placelist[chapter,section][criterium=frontmatter,alternative=b,numbercommand=] \placelist[chapter,section][criterium=bodymatter,alternative=b,numbercommand=] etc so you may register that (at the collector or the wiki) as a feature request Registered. -- Stuart Jansen [EMAIL PROTECTED

[NTG-context] ToC chapter/appendix labelling

2006-08-15 Thread Stuart Jansen
[section][width=2em,% numbercommand=\mysectionlistnumber,% textcommand=\mysectionlisttext] \starttext \bgroup{}Table of Contents\egroup\par \startcolumns[n=2,distance=.3in,balance=no] \bgroup \placelist[chapter,section][criterium=all,alternative=b] \egroup \stopcolumns \page \chapter{Foo} \section

Re: [NTG-context] several questions

2006-07-30 Thread Jorge Manuel de Almeida Magalhães
Hi to all I have some questions for you. Please help me: 1. Did you know a way to make a list of tables (natural tables \bTable \eTable)? For the Figures it is very easy: \placelist[figure][alternative=c,aligntitle=no,width=4em] but \placelist[table][alternative=c,aligntitle=no,width=4em

Re: [NTG-context] several questions

2006-07-30 Thread Peter Münster
On Sat, 29 Jul 2006, Jorge Manuel de Almeida Magalhães wrote: \placelist[table][alternative=c,aligntitle=no,width=4em] d'ont works \starttext \placelist[table][alternative=c,aligntitle=no,width=4em] \placetable{bla}{bla} \stoptext works for me. 3. In the top of my file I use \language

Re: [NTG-context] several questions

2006-07-30 Thread Hans Hagen
� wrote: Hi to all I have some questions for you. Please help me: 1. Did you know a way to make a list of tables (natural tables \bTable \eTable)? For the Figures it is very easy: \placelist[figure][alternative=c,aligntitle=no,width=4em] but \placelist[table][alternative=c,aligntitle

Re: [NTG-context] several questions

2006-07-30 Thread Miguel Queiros
I have some questions for you. Please help me: 1. Did you know a way to make a list of tables (natural tables \bTable \eTable)? For the Figures it is very easy: \placelist[figure][alternative=c,aligntitle=no,width=4em] but \placelist[table][alternative=c,aligntitle=no,width=4em

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

2006-06-18 Thread Aditya Mahajan
#2 \dotfill #3}} \placelist[section] Aditya ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] List of Formulas

2006-05-10 Thread Hans Hagen
nico wrote: On Tue, 09 May 2006 23:38:47 +0200, Hans Hagen [EMAIL PROTECTED] wrote: nico wrote: Hello, Is it possible to display a list of the numbered formulas (done with \placeformula)? I tried \placelist[formula] without success. you want to see the formulas too

Re: [NTG-context] List of Formulas

2006-05-10 Thread Hans Hagen
nico wrote: On Tue, 09 May 2006 23:38:47 +0200, Hans Hagen [EMAIL PROTECTED] wrote: nico wrote: Hello, Is it possible to display a list of the numbered formulas (done with \placeformula)? I tried \placelist[formula] without success. you want to see the formulas too

[NTG-context] List of Formulas

2006-05-09 Thread nico
Hello, Is it possible to display a list of the numbered formulas (done with \placeformula)? I tried \placelist[formula] without success. Regards, BG ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] List of Formulas

2006-05-09 Thread Hans Hagen
nico wrote: Hello, Is it possible to display a list of the numbered formulas (done with \placeformula)? I tried \placelist[formula] without success. you want to see the formulas too? \defineblock[formula] \starttext \beginformula \placeformula \startformula a = 1 \stopformula

Re: [NTG-context] List of Formulas

2006-05-09 Thread nico
On Tue, 09 May 2006 23:38:47 +0200, Hans Hagen [EMAIL PROTECTED] wrote: nico wrote: Hello, Is it possible to display a list of the numbered formulas (done with \placeformula)? I tried \placelist[formula] without success. you want to see the formulas too? Well, no, i just wanted a list

Re: [NTG-context] Float caption feature request

2006-05-05 Thread Hans Hagen
!max}1} {\executeifdefined{\??sx#1\c!n }1}} \defineselector[caption][max=2,n=1] \start \setupselector[caption][n=1] \placelist[figure][criterium=all] \stop \starttext \placefigure {\select{caption}{zapf}{\input zapf \relax}} {} \stoptext i'll add selectors to the core Hans

Re: [NTG-context] Float caption feature request

2006-05-05 Thread Johannes Graumann
][max=2,n=1] \start \setupselector[caption][n=1] \placelist[figure][criterium=all] \stop \starttext \placefigure {\select{caption}{zapf}{\input zapf \relax}} {} \stoptext i'll add selectors to the core Hans

Re: [NTG-context] Float caption feature request

2006-05-05 Thread Johannes Graumann
% {\filterfromnext {\executeifdefined{\??sx#1\c!max}1} {\executeifdefined{\??sx#1\c!n }1}} \defineselector[caption][max=2,n=1] \start \setupselector[caption][n=1] \placelist[figure][criterium=all] \stop \starttext \placefigure {\select{caption}{zapf}{\input zapf \relax

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

2006-05-01 Thread WN
but there is not something equivalent like \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

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

2006-05-01 Thread nico
list. It's in the big manual (cont-enp), in the section References/Table of contents. The complete list of options is given for setuplist (p 150), and examples of placelist are given (p 155-159). The manual is far complete but need a careful read (many information in few pages). Regards, BG

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] MathML to PDF conversion

2006-04-20 Thread Hans Hagen
] \defineXMlenvironment [document] {\title{Table of contents} \placelist[chapter,section]} \defineXMLargument [chapter] {\chapter} \defineXMLargument [section] {\section} \starttext \processXMLfilegrouped{whatever.xml} \stoptext whatever.xml = ?xml version='1.0'? document

Re: [NTG-context] How to restrict completecontent?

2006-04-17 Thread Hans Hagen
Johannes Graumann wrote: Hello, How can I achieve that only sections and up show up in my table of contents? \placelist[chapter,section][criterium=text] - Hans Hagen | PRAGMA ADE

Re: [NTG-context] multiple columns inside \framed

2006-04-14 Thread Hans Hagen
{\setupsystem[random=1234] \title{\fakewords{3}{4}} \placelist[chapter,section] \dorecurse{6} {\chapter{\fakewords{5}{10}} \dorecurse{5} {\section{\fakewords{2}{5}} \dorecurse{2} {\dorecurse{3}{\fakewords{100}{200}\endgraf} \placefigure

Re: [NTG-context] Problem with encoding, XML and writetolist...

2006-04-06 Thread Martin Kolařík
liguature building (and maybe kerning) ... taco knows ... I got a brainwave ... \enableregime[latin2] \starttext \def\numcharacter#1{\rawcharacter{#1}}% \let\dochar\numcharacter \writetolist[chapter]{1}{Dobré ráno} \expanded{\writetolist[chapter]{2}{Dobré odpoledne}} \placelist[chapter

[NTG-context] beta

2006-04-06 Thread Hans Hagen
Hi, I'm uploading a beta that may work better with xml and special encodings ... \enableregime[cp1250] \mainlanguage[cz] \starttext \title{Žluouècí konì úpí} \placelist[chapter][criterium=all] \startbuffer chapter titleŽluouècí konì úpí/title /chapter \stopbuffer

Re: [NTG-context] Problem with encoding, XML and writetolist...

2006-04-05 Thread Hans Hagen
[latin2] \starttext \def\numcharacter#1{\rawcharacter{#1}}% \let\dochar\numcharacter \writetolist[chapter]{1}{Dobré ráno} \expanded{\writetolist[chapter]{2}{Dobré odpoledne}} \placelist[chapter][criterium=text] test \typefile{test.tuo} \stoptext this can be sped up (a bit

Re: [NTG-context] Problem with encoding, XML and writetolist...

2006-04-05 Thread Vit Zyka
[chapter]{2}{Dobré odpoledne}} \placelist[chapter][criterium=text] test \typefile{test.tuo} \stoptext this can be sped up (a bit) with % \dostepwiserecurse{0}{255}{1} % {\setevalue{rchr:\recurselevel}{\rawcharacter\recurselevel}} % \def\rawcharacter#1{\getvalue{rchr:#1

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 Hans van der Meer
\setups{section:list}] % \startsetups section:list % \startsimplecolumns[n=2] % \placelist[section] % \stopsimplecolumns % \stopsetups \startsetups section:list \startframedtext[width=\textwidth] \startsimplecolumns[n=2] \placelist[section

Re: [NTG-context] Table of content

2005-12-26 Thread Hans Hagen
command once: then do something like: \def\Epilog{Epilog: } \placelist[chapter] \def\Epilog{} \chapter{\Epilog This...} Hans ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] Table of content

2005-12-26 Thread Willi Egger
of contents. each time ... then hook it into the list command once: then do something like: \def\Epilog{Epilog: } \placelist[chapter] \def\Epilog{} \chapter{\Epilog This...} Hans ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl

[NTG-context] [Fwd: [dev-context] custom page number format]

2005-11-07 Thread Taco Hoekwater
to figure out how to create an interactive table of contents that includes the chapter number as part of the page number. I'm looking for a solution that given something like: = \starttext Table of Contents \placelist[...] % full TOC \chapter{One} \placelist[...] % local TOC \section

Re: [NTG-context] Beta bib module release

2005-09-30 Thread Taco Hoekwater
becomes really visible. Does the bibmodule calculate its lines with code from the \itemize environment? Could this be where the bug lies? Found it. It's a buglet in the default \placelist actions. Fixed. So I get something like Hoekwater (2005) or Hoekwater [10]. Now what would be great

Re: [NTG-context] Beta bib module release

2005-09-30 Thread Thomas A. Schmitz
Taco, you're my hero!!! On Sep 30, 2005, at 2:39 PM, Taco Hoekwater wrote: There is a new beta: http://tex.aanhet.net/bib/m-bib-beta-20050930.zip with the following changes: Found it. It's a buglet in the default \placelist actions. Fixed. Absolutely! Output is perfectly aligned now

Re: [NTG-context] TOC bug or feature?

2005-08-19 Thread Hans Hagen
Idris Samawi Hamid wrote: Hi Hans, Did u intentionally make the option [sectionnumber=yes] the default for \placelist[]? This seems rather strange and arbitrary (chapter and subsection are not affected)... hm, duplicate use of key, i'll fix it and make the new option 'headnumber=yes

[NTG-context] TOC bug or feature?

2005-08-18 Thread Idris Samawi Hamid
Hi Hans, Did u intentionally make the option [sectionnumber=yes] the default for \placelist[]? This seems rather strange and arbitrary (chapter and subsection are not affected)... Unfortunately, adding sectionnumber=no, also kills the sectioning numbers on the left of the titles... I need

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

2005-08-09 Thread Vit Zyka
Hans Hagen wrote: Vit Zyka wrote: Hans Hagen wrote: Vit Zyka wrote: Hello Hans, Taco, and the next gurus, sorry for bother with another thing I can not understand. Very high glyphs like \v S disturb grid in the \placelist. The same glyph in the common paragraph with the same

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

2005-08-08 Thread Hans Hagen
Vit Zyka wrote: Hello, I was perhaps little descriptive in my last question. Let me discribe my real problem: you can explitly snap: \showgrid \setuplayout[grid=yes] \snaptogrid\vbox{\bf \setstrut \strut test} \snaptogrid[line]\vbox{\bfa \setstrut \strut test} \snaptogrid[line]\vbox{\bfa

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

2005-08-06 Thread Vit Zyka
is bellow. Thank you for replay Vit Hans Hagen wrote: Vit Zyka wrote: Hello Hans, Taco, and the next gurus, sorry for bother with another thing I can not understand. Very high glyphs like \v S disturb grid in the \placelist. The same glyph in the common paragraph with the same (intentionally

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

2005-08-05 Thread Hans Hagen
Vit Zyka wrote: Hans Hagen wrote: Vit Zyka wrote: Hello Hans, Taco, and the next gurus, sorry for bother with another thing I can not understand. Very high glyphs like \v S disturb grid in the \placelist. The same glyph in the common paragraph with the same (intentionally) interline

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

2005-08-04 Thread Vit Zyka
Hans Hagen wrote: Vit Zyka wrote: Hello Hans, Taco, and the next gurus, sorry for bother with another thing I can not understand. Very high glyphs like \v S disturb grid in the \placelist. The same glyph in the common paragraph with the same (intentionally) interline setting preserves grid

[NTG-context] \placelist disturbs grid?

2005-08-03 Thread Vit Zyka
Hello Hans, Taco, and the next gurus, sorry for bother with another thing I can not understand. Very high glyphs like \v S disturb grid in the \placelist. The same glyph in the common paragraph with the same (intentionally) interline setting preserves grid

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

2005-08-03 Thread Hans Hagen
Vit Zyka wrote: Hello Hans, Taco, and the next gurus, sorry for bother with another thing I can not understand. Very high glyphs like \v S disturb grid in the \placelist. The same glyph in the common paragraph with the same (intentionally) interline setting preserves grid

<    1   2   3   4   5   6   7   >