[NTG-context] setupformulas

2013-06-10 Thread Steffen Wolfrum
Hi, \setupformulas[way=bychapter,prefixsegments=chapter] gives (A..1) But I need (A-1)! Any idea how the key is called to change this? Best, Steffen ___ If your question is of interest to others as well, please ad

Re: [NTG-context] setupformulas

2013-06-10 Thread Steffen Wolfrum
Am 10.06.2013 um 17:31 schrieb Wolfgang Schuster: > > Am 10.06.2013 um 16:43 schrieb Steffen Wolfrum : > >> Hi, >> >> \setupformulas[way=bychapter,prefixsegments=chapter] >> >> gives (A..1) >> >> But I need (A-1)! >> >> >&g

Re: [NTG-context] setupformulas

2013-06-11 Thread Steffen Wolfrum
Am 11.06.2013 um 11:30 schrieb Wolfgang Schuster: > > Am 11.06.2013 um 07:38 schrieb Steffen Wolfrum : > >> >> Am 10.06.2013 um 17:31 schrieb Wolfgang Schuster: >> >>> >>> Am 10.06.2013 um 16:43 schrieb Steffen Wolfrum : >>> >>&

Re: [NTG-context] bug with overbar

2013-06-11 Thread Steffen Wolfrum
Am 10.06.2013 um 17:43 schrieb luigi scarso: > > > > On Sun, Jun 9, 2013 at 4:33 PM, luigi scarso wrote: > > > > On Sun, Jun 9, 2013 at 4:27 PM, Steffen Wolfrum > wrote: > ... no. it should look this (see below): $\overline{U_A}$ > > it should be ok

[NTG-context] mathml lim

2013-06-11 Thread Steffen Wolfrum
Hi (to whom it may concern), I just saw that (by magic?) the missing mathvariant bold is implementetd in todays ctx suite! wow, thank you very much!! two details that keep missing is "max" and "lim" (see below). could this be done easily, too?! Best wishes, Steffen --- \startbuffer http:

[NTG-context] mathvariant bold NOT bold-italic

2013-06-16 Thread Steffen Wolfrum
Hi, as far as I have understood MathML, elements tagged with mathvariant=bold should be set upright bold, not bold-italic. Could this be corrected, please? Thank you very much! Steffen --- \usemodule[mathml] \starttext \placeformula\startformula[9pt] \setbuffer http://www.w3.org/1998/Math

[NTG-context] math bold not bold-italic

2013-08-19 Thread Steffen Wolfrum
Hi, I need upright, bold math. Like in this example the lambda: \usetypescript[type-vista.tex] \setupbodyfont[cambria,rm,12pt] \starttext This is \fontname\font ${\bf λ}= 1$ \stoptext But it always gets bold-italic! What is the correct way to get bold math? Thanks, Steffen __

Re: [NTG-context] math bold not bold-italic

2013-08-19 Thread Steffen Wolfrum
Am 19.08.2013 um 13:59 schrieb Hans Hagen: > On 8/19/2013 11:00 AM, Steffen Wolfrum wrote: >> Hi, >> >> I need upright, bold math. Like in this example the lambda: >> >> >> \usetypescript[type-vista.tex] >> \setupbodyfont[cambria,rm,12pt

Re: [NTG-context] font cache

2011-03-07 Thread Steffen Wolfrum
Am 07.03.2011 um 09:50 schrieb Hans Hagen: > On 6-3-2011 6:15, Steffen Wolfrum wrote: > >> with current version using the command >> mtxrun --script cache --erase >> >> lets my context-minimal get unusable: >> mtxrun | unknown script 'contex

Re: [NTG-context] MnSymbol in ConText

2011-03-07 Thread Steffen Wolfrum
Am 07.03.2011 um 17:31 schrieb C.: > >> sure, if you cook up the definition for the virtualization (if the > encoding is >> default tex it's no big deal, otherwise some extra tables are needed) ... > > Since I don't even know how to check the encoding of a font - let alone > creating/changing i

Re: [NTG-context] header entries semi-wrong

2011-03-10 Thread Steffen Wolfrum
Am 06.03.2011 um 11:56 schrieb Steffen Wolfrum: > --on page 1 there is > section "1.1 one" and you get the header entry "1.1 one" > - on page 3 there is still > section "1.1 one" and you get the header entry "1.2 one" (<- ?!) > - on p

Re: [NTG-context] header entries semi-wrong

2011-03-10 Thread Steffen Wolfrum
Am 10.03.2011 um 15:26 schrieb Wolfgang Schuster: > > Am 06.03.2011 um 11:56 schrieb Steffen Wolfrum: > >> Hi, >> >> please run the minimal example attached: >> >> --on page 1 there is >> section "1.1 one" and you get the header entry &

Re: [NTG-context] header entries semi-wrong

2011-03-10 Thread Steffen Wolfrum
6 schrieb Willi Egger: > I agree with Luigi, after using different length and \page I was able to > produce correct output. > According to me your example is probably a border case. > > Willi > > On 10 Mar 2011, at 14:59, luigi scarso wrote: > >> On Thu, Mar 10, 2011

Re: [NTG-context] header entries semi-wrong

2011-03-10 Thread Steffen Wolfrum
Am 10.03.2011 um 15:59 schrieb Wolfgang Schuster: > > Am 10.03.2011 um 15:55 schrieb Steffen Wolfrum: > >> Isn't there a command that gets the number that belongs to the text of >> "\getmarking[section]" > > \getmarking[sectionnumber] % partnumbe

[NTG-context] change interwordspace twice

2011-03-11 Thread Steffen Wolfrum
Hi, one time it works, the second it doesn't: \starttext \interwordspace 20.7pt Big Space \par \interwordspace 2.7pt Big Space \par \interwordspace 20.7pt Big Space \stoptext Does someone can explain how and when interwordspace is successfully set? Thanks a lot, Steffen (on Mark IV)

Re: [NTG-context] change interwordspace twice

2011-03-11 Thread Steffen Wolfrum
Here is an even more absurd example: \starttext \interwordspace =40.70pt wide: test\footnote{note note} test test. %Big Space \interwordspace =2.70pt wide: test\footnote{note note} test test. %Big Space \interwordspace =40.70pt test test\footnote{note note} test test. %Big S

Re: [NTG-context] change interwordspace twice

2011-03-11 Thread Steffen Wolfrum
The idea is: To use an alternative interwordspace/-stretch/-shrink in certain situations (TOC, quote environments etc.) and afterwards let it switch back to normal again. Who can this be achieved? Steffen Am 11.03.2011 um 12:55 schrieb Steffen Wolfrum: > Here is an even more abs

Re: [NTG-context] change interwordspace twice

2011-03-12 Thread Steffen Wolfrum
Am 11.03.2011 um 19:56 schrieb Wolfgang Schuster: > > Am 11.03.2011 um 12:36 schrieb Steffen Wolfrum: > >> Hi, >> >> one time it works, the second it doesn't: >> >> \starttext >> >> \interwordspace 20.7pt Big Space >&g

Re: [NTG-context] change interwordspace twice

2011-03-12 Thread Steffen Wolfrum
Am 12.03.2011 um 17:04 schrieb Andreas Harder: > > Am 12.03.2011 um 17:00 schrieb Wolfgang Schuster: > >> >> Am 12.03.2011 um 13:04 schrieb Andreas Harder: >> >>> Am 12.03.2011 um 10:01 schrieb Steffen Wolfrum: >>> >>>> Is there

Re: [NTG-context] change interwordspace twice

2011-03-13 Thread Steffen Wolfrum
Just as a last question on the ratio interwordspace/spaceskip: When I read the info from \showpardata. And it says, eg.: lmroman12-regular interwordspace: 3.912pt interwordstretch: 1.956pt inerwordshrink: 1.304pt Does that mean, I would achieve exactly the same (default) by writing this? \s

[NTG-context] 620 pages limit?

2011-03-14 Thread Steffen Wolfrum
Hi, in December we had 4000 pages limit, now I only reach 700 pages limit: pages > flushing realpage 615, userpage 619 pages > flushing realpage 616, userpage 620 PANIC: unprotected error in call to Lua API (stack overflow (out of stack space)) mtx-context | fatal error:

Re: [NTG-context] 620 pages limit?

2011-03-14 Thread Steffen Wolfrum
Am 14.03.2011 um 17:22 schrieb Taco Hoekwater: > On 03/14/2011 05:08 PM, Steffen Wolfrum wrote: >> Hi, >> >> in December we had 4000 pages limit, now I only reach 700 pages limit: >> >> pages> flushing realpage 615, userpage 619 >> pages>

Re: [NTG-context] 620 pages limit?

2011-03-14 Thread Steffen Wolfrum
Am 14.03.2011 um 17:53 schrieb Steffen Wolfrum: > > Am 14.03.2011 um 17:22 schrieb Taco Hoekwater: > >> On 03/14/2011 05:08 PM, Steffen Wolfrum wrote: >>> Hi, >>> >>> in December we had 4000 pages limit, now I only reach 700 pages limit: >>&g

Re: [NTG-context] 620 pages limit?

2011-03-14 Thread Steffen Wolfrum
Am 14.03.2011 um 19:51 schrieb Vnpenguin: > On Mon, Mar 14, 2011 at 18:02, luigi scarso wrote: >> On Mon, Mar 14, 2011 at 5:22 PM, Taco Hoekwater wrote: >>> On 03/14/2011 05:08 PM, Steffen Wolfrum wrote: >>>> >>>> Hi, >>>> >>>&g

Re: [NTG-context] 620 pages limit?

2011-03-15 Thread Steffen Wolfrum
Am 15.03.2011 um 10:07 schrieb Vnpenguin: Best wishes, Taco >>> >>> Not here: >>> \starttext >>> \dorecurse{5000} {\input knuth \page } >>> \stoptext >>> pages > flushing realpage 3987, userpage 3987 >>> PANIC: unprotected error in call to Lua API (stack overflow (out o

Re: [NTG-context] 620 pages limit?

2011-03-15 Thread Steffen Wolfrum
Am 15.03.2011 um 11:27 schrieb Steffen Wolfrum: > > Am 15.03.2011 um 10:07 schrieb Vnpenguin: > >>>>> >>>>> Best wishes, >>>>> Taco >>>> >>>> Not here: >>>> \starttext >>>> \dorecurse{5

Re: [NTG-context] 620 pages limit?

2011-03-15 Thread Steffen Wolfrum
Am 15.03.2011 um 16:35 schrieb Taco Hoekwater: > On 03/15/2011 03:44 PM, Steffen Wolfrum wrote: >> >> Am 15.03.2011 um 11:27 schrieb Steffen Wolfrum: >> >>> >>> Am 15.03.2011 um 10:07 schrieb Vnpenguin: >>> >>>>>>> >>

Re: [NTG-context] 620 pages limit?

2011-03-15 Thread Steffen Wolfrum
Am 15.03.2011 um 17:20 schrieb Taco Hoekwater: > On 03/15/2011 05:11 PM, Steffen Wolfrum wrote: >> It is really hard to seek for a minimal example if you don't know what could >> be the crucial point. >> >> Isn't the bug maybe triggered by simple limits

Re: [NTG-context] 620 pages limit? (SOLVED)

2011-03-16 Thread Steffen Wolfrum
Taco found the bug (thanks!): There is a fix luatex rev. 4093. Steffen ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman

Re: [NTG-context] Is it possible to generate only a table of contents

2011-03-18 Thread Steffen Wolfrum
e \endgroup} \protect In MkIV this is not possible up to now due to the completely different structure of TOU and TUC files (see Hans below) ... unfortunately. Steffen Am 23.02.2010 um 23:27 schrieb Hans Hagen: > On 23-2-2010 21:18, Steffen Wolfrum wrote: >> >> \def\FrozenTU

[NTG-context] Dolly's Underware ?

2011-03-28 Thread Steffen Wolfrum
Hi Hans, with todays beta I just re-ran Vedran's posted minimal example (see below): Still there is "Underware" laying around under "d". Whom does it belong to? Hans, please fix this bug fast! In my current book there is a truckload of ownerless "underware" laying around :o) Steffen --

Re: [NTG-context] Dolly's Underware ?

2011-03-28 Thread Steffen Wolfrum
Am 28.03.2011 um 19:03 schrieb Hans Hagen: > On 28-3-2011 6:18, Steffen Wolfrum wrote: >> Hi Hans, >> >> with todays beta I just re-ran Vedran's posted minimal example (see below): >> >> Still there is "Underware" laying around under "d&

Re: [NTG-context] Dolly's Underware ?

2011-03-28 Thread Steffen Wolfrum
Am 28.03.2011 um 21:26 schrieb Hans Hagen: > On 28-3-2011 8:07, Steffen Wolfrum wrote: > >> No, not necessarily. Just run the same file (see below) with MkII: Dolly >> with "Underware", fine. > > well, mkii is not a reference for this and mkiv shres no regis

[NTG-context] nested quotes ?

2011-03-31 Thread Steffen Wolfrum
Hi, I just saw something handy in a LaTeX document: nested quotes! The source looked liked this... \enquote{Needless to say \enquote{mind mapping} is just ...} And the result looked like this ... “Needless to say ‘mind mapping’ is just ...” Do we have something like this in ConTeXt too? Steff

Re: [NTG-context] nested quotes ?

2011-03-31 Thread Steffen Wolfrum
Am 31.03.2011 um 14:12 schrieb Peter Münster: > Steffen Wolfrum writes: > >> Do we have something like this in ConTeXt too? > > http://wiki.contextgarden.net/Quotes Sure we have!! :o) Thx, Steffen _

[NTG-context] rscale (only for integers?)

2011-03-31 Thread Steffen Wolfrum
Hi, in a typescript I need to set sansserif font proportional bigger than serif font. Using "rscale"? As far as I have seen this only works when integers are used for bodyfont: \starttypescript [times] \definetypeface [times] [ss] [sans][helvetica] [default] [rscale=10.2] \stoptype

Re: [NTG-context] rscale (only for integers?)

2011-04-01 Thread Steffen Wolfrum
Am 01.04.2011 um 00:09 schrieb Thomas A. Schmitz: > > On Mar 31, 2011, at 5:22 PM, Steffen Wolfrum wrote: > >> Hi, >> >> in a typescript I need to set sansserif font proportional bigger than serif >> font. >> Using "rscale"? >> As fa

Re: [NTG-context] rscale (only for integers?)

2011-04-01 Thread Steffen Wolfrum
Am 01.04.2011 um 11:36 schrieb Wolfgang Schuster: > It does also work when you switch to the “times” typeface *before* \starttext > and change the size *after* \starttext: > ... > \setupbodyfont[times] > ... > \starttext > ... > \setupbodyfont[10.5pt] An interesting distinction! Only, wher

Re: [NTG-context] Bibliography -- complete inline citations in footnotes

2011-04-01 Thread Steffen Wolfrum
Hi Andreas, does this module not work with current beta? Or did I miss something? \expandoneargafter \lowercase {\defaultciterepeat } \secondoftwoarguments #1#2->#2 ...er \lowercase {\defaultciterepeat }}

Re: [NTG-context] rscale (only for integers?)

2011-04-01 Thread Steffen Wolfrum
Am 01.04.2011 um 19:23 schrieb Wolfgang Schuster: > > Am 01.04.2011 um 12:15 schrieb Steffen Wolfrum: > >> >> Am 01.04.2011 um 11:36 schrieb Wolfgang Schuster: >> >>> It does also work when you switch to the “times” typeface *before* >>> \sta

[NTG-context] floats disturb section placement

2011-05-09 Thread Steffen Wolfrum
Hi, attached you may find a 4-page minimal example containing 1 table and 3 section headings. If the table is set with \placetable[force]{Test}{ ... then the vertical distance above the headings is consistent. When you make it floatable: \placetable{Test}{ ... the the headings AFTER the table

Re: [NTG-context] Indent paragraph after \placefigure

2011-05-14 Thread Steffen Wolfrum
Am 28.03.2011 um 00:53 schrieb Hans Hagen: > On 27-3-2011 11:14, Pontus Lurcock wrote: >> On Sun 27 Mar 2011, Marco wrote: >> It works when you drop the “auto” keyword. >>> >>> Thanks. I don't really get the reason behind, but it works. >> >> When I drop the ‘auto’ keyword it defaults to

Re: [NTG-context] nested quotes ?

2011-05-14 Thread Steffen Wolfrum
Am 31.03.2011 um 16:46 schrieb Marco: > On 2011-03-31 pmli...@free.fr (Peter Münster) wrote: > >> Marco writes: >> >>> I think the idea behind Steffens post was not to find a >>> command that does the quoting, rather than finding *one* >>> command that »knows« about the level of quota

[NTG-context] (URGENT) floating objects causing bug

2011-05-15 Thread Steffen Wolfrum
Hi Hans, while finishing a big project (900 pages, 300 floating tables/figures) I noticed that the first line of each page is moving up/down (almost half a line)! Reason: As soon a a floating object is placed the next page is disturbed. I wrote a small minimal (see below) that shows the problem

Re: [NTG-context] (URGENT) floating objects causing bug

2011-05-15 Thread Steffen Wolfrum
Am 15.05.2011 um 12:39 schrieb Taco Hoekwater: > On 05/15/2011 11:35 AM, Steffen Wolfrum wrote: >> Hi Hans, >> >> while finishing a big project (900 pages, 300 floating tables/figures) I >> noticed that the first line of each page is moving up/down (almost half a

Re: [NTG-context] (URGENT) floating objects causing bug

2011-05-15 Thread Steffen Wolfrum
Am 15.05.2011 um 14:09 schrieb Hans Hagen: > please don't use URGENT in a subject ... the bolder the subject, the lower it > moves on my todo list (and the sooner it moves out of my inbox view) Discovering this bug in the last minute before delivering made me a bit nervous. So I cried for help

Re: [NTG-context] (URGENT) floating objects causing bug

2011-05-15 Thread Steffen Wolfrum
Am 15.05.2011 um 13:20 schrieb Taco Hoekwater: > > > > > On 15 mei 2011, at 13:08, Steffen Wolfrum wrote: > >> >> Am 15.05.2011 um 12:39 schrieb Taco Hoekwater: >> >>> On 05/15/2011 11:35 AM, Steffen Wolfrum wrote: >>>> Hi Hans,

Re: [NTG-context] floats disturb section placement (solved)

2011-05-15 Thread Steffen Wolfrum
> Von: Hans Hagen > Datum: 15. Mai 2011 14:09:27 MESZ > Betreff: Re: [NTG-context] (URGENT) floating objects causing bug ... > in spac-ver.lua this helps ... > > --~ ps = writable_spec(previous) -- no > writable needed here > --~

Re: [NTG-context] Last names

2011-05-20 Thread Steffen Wolfrum
Am 20.05.2011 um 12:03 schrieb Hans Hagen: > On 20-5-2011 11:53, Mojca Miklavec wrote: >> On Fri, May 20, 2011 at 11:47, Flavien Lambert wrote: >>> Dear all, could you tell me how to prevent a name from being splitted in two >>> pieces if it is at the end of a line? >> >> \hbox{Some Very Very Ve

Re: [NTG-context] Last names

2011-05-20 Thread Steffen Wolfrum
Am 20.05.2011 um 12:43 schrieb Wolfgang Schuster: > > Am 20.05.2011 um 12:39 schrieb Steffen Wolfrum: > >> btw: >> >> is it possible to define eg. one column of a (natural) table to be set *not* >> hyphenated? > > \setupTABLE[…][…][align=nothyphenat

Re: [NTG-context] Last names

2011-05-20 Thread Steffen Wolfrum
Am 20.05.2011 um 13:35 schrieb Wolfgang Schuster: > > Am 20.05.2011 um 13:21 schrieb luigi scarso: > >>> \bTD[nr=2] Fachschule (Meister)/höherer Abschluss\eTD >> >> \bTD[nr=2] Fachschule (Meister)\hskip0sp/\hskip0sp höherer Abschluss\eTD > > \bTD[nr=2] Fachschule (Meister)|/|höherer Abschluss

Re: [NTG-context] Last names

2011-05-20 Thread Steffen Wolfrum
Am 20.05.2011 um 13:26 schrieb Peter Münster: > Steffen Wolfrum writes: > >>> \setupTABLE[…][…][align=nothyphenated] >> >> I thought the same, but why does this end in lines that are not only >> nothyphenated but also "not-wrapped"?? > > align

Re: [NTG-context] Last names

2011-05-20 Thread Steffen Wolfrum
Am 20.05.2011 um 15:15 schrieb Peter Münster: > Steffen Wolfrum writes: > >> \setupTABLE[column][1][width=2.7cm,align={nothyphenated,right}] > > Please don't use align=right, it's so horrible ! ;)) > (the big bug, that'll never be f

[NTG-context] where to put an \index{foo} ?

2011-05-24 Thread Steffen Wolfrum
Hi, either I set an \index{foo} in front of the word it refers to, or after that word: The second can lead to wrong line wrapping when a full stop follows (see Case 1), and the first can lead into a line ending with a space before wrapping (see Case 2). :o( Is there a third option? Thanks,

Re: [NTG-context] TOC : Changing the interline spacing of titles, for long titles on multiple lines

2011-05-25 Thread Steffen Wolfrum
Am 25.05.2011 um 00:18 schrieb Mathieu DUPONT: > > Hi, > > Is there a way to have, in the table of contents, the titles (of chapters, > sections, subsections, etc.) with a different interline spacing than the rest > of the TOC ? > My TOC interline spacing is set at 1.5 (4.2ex), but I would li

[NTG-context] Incomplete \iffalse ?

2011-06-01 Thread Steffen Wolfrum
Hi, today with vers. 2011.05.14 I got an unexpected error: "! Incomplete \iffalse; all text was ignored after line 9." The code was like this: \starttext \midaligned{\framedtext[frame=on]{Test}} \stoptext What's wrong with this? Steffen __

Re: [NTG-context] ctx conference 2011

2011-06-01 Thread Steffen Wolfrum
Hi Hans, hi Taco, these categories sound very rich and interesting! Apropos accesibility and "registers", I would be very interested in different ways of formatting and freely designing registers, too. Looking forward for Poquerolles, Steffen Am 01.06.2011 um 17:18 schrieb Hans Hagen: > Hi, >

[NTG-context] break strings

2011-06-13 Thread Steffen Wolfrum
Hi, say I have arbitrary string of alphanumeric characters: \starttext \showframe 9769387937933hhgiuiuziuziduzid93739837fhieuhifeuhfeiu39739837938398zfhfdkuhfiufhz398739837r98z379dihhfiu \stoptext How can I (automatically) force a break at end of line, without manually adding \crlf or \br

Re: [NTG-context] break strings

2011-06-13 Thread Steffen Wolfrum
Am 13.06.2011 um 14:19 schrieb luigi scarso: > On Mon, Jun 13, 2011 at 2:12 PM, Steffen Wolfrum > wrote: >> Hi, >> >> say I have arbitrary string of alphanumeric characters: >> >&

Re: [NTG-context] break strings

2011-06-13 Thread Steffen Wolfrum
Am 13.06.2011 um 14:25 schrieb Wolfgang Schuster: > > Am 13.06.2011 um 14:12 schrieb Steffen Wolfrum: > >> Hi, >> >> say I have arbitrary string of alphanumeric characters: >> &g

Re: [NTG-context] break strings

2011-06-13 Thread Steffen Wolfrum
Am 13.06.2011 um 15:40 schrieb luigi scarso: > On Mon, Jun 13, 2011 at 3:18 PM, Steffen Wolfrum > wrote: >> >> Am 13.06.2011 um 14:25 schrieb Wolfgang Schuster: >> >>> >>> Am 13.06.2011 um 14:12 schrieb Steffen Wolfrum: >>> >>>

[NTG-context] règles typographiques

2011-06-16 Thread Steffen Wolfrum
Hi, I just came across this compilation: http://unicode.org/udhr/n/notes_fra.html Is this (exactly) what is implemented in ConTeXT with \setcharacterspacing[frenchpunctuation] ? Thank you, Steffen ___ If your quest

[NTG-context] disable \setcharacterspacing[frenchpunctuation]

2011-06-17 Thread Steffen Wolfrum
Hi, how can \setcharacterspacing[frenchpunctuation] be disabled temporary? For example in texts like this: \starttext \mainlanguage[fr] \setcharacterspacing[frenchpunctuation] bodytext: french {\language[en] quote: english} bodytext: french \stoptext Thanks, Steffen __

[NTG-context] url bug with frenchpunctuation

2011-06-20 Thread Steffen Wolfrum
Hi, I am no french, but this *must* be wrong: a space after http?! Run this minimal example, please: \starttext \mainlanguage[fr]\setcharacterspacing[frenchpunctuation] test, in: \hyphenatedurl{http://www.test.fr}. \stoptext Could someone confirm ... and (is necessary) Hans can fix this? Th

[NTG-context] setuplist inherit margin and width

2011-06-23 Thread Steffen Wolfrum
Hi, say, I want to design the TOC. Now I would write: \setuplist[LevelFour] [margin=1.20cm,width=0.5cm,...] \setuplist[LevelFive] [margin=1.70cm,width=0.5cm,] But is there some clever command that makes a calculation like this: \setuplist[LevelFour] [margin=1.20cm,width=0.5cm,...] \setuplis

Re: [NTG-context] where to place \index (again)

2011-06-26 Thread Steffen Wolfrum
n is: will it be possible, at one point in luatex > development, to find a more robust solution for this? This would be > wonderful, I think! So do I ... Below is a minimal showing both unhappy cases. Steffen --- Anfang der weitergeleiteten E-Mail: > Von: Steffen Wolfrum &

Re: [NTG-context] where to place \index (again)

2011-06-26 Thread Steffen Wolfrum
Am 26.06.2011 um 19:47 schrieb Hans Hagen: > On 26-6-2011 2:54, Thomas A. Schmitz wrote: >> Hi all, >> >> I'm in the final phase of editing a scholarly book with a pretty big index. >> What follows is less a question than an observation: no matter where I place >> the \index command, there can

Re: [NTG-context] where to place \index (again)

2011-06-27 Thread Steffen Wolfrum
Am 26.06.2011 um 22:18 schrieb Thomas Schmitz: > On Sun, 26 Jun 2011 21:29:47 +0200 > Wolfgang Schuster wrote: >> Am 26.06.2011 um 21:13 schrieb Steffen Wolfrum: >>>> concerning the character protrusion: that looks like a bug so if we can >>>> have a small

[NTG-context] bib module makes titles lowercase?

2011-07-03 Thread Steffen Wolfrum
Hi, maybe I just overlooked some very basic (german?) settings, but when I am running the bib module it rewrites entries of "title" in my bbi file to lowercase! See an example: \usemodule[bib] \setupbibtex[database=mytry_x.bib] \starttext Test \completepublications \stoptext The referenced "

Re: [NTG-context] bib module makes titles lowercase?

2011-07-03 Thread Steffen Wolfrum
Am 03.07.2011 um 20:48 schrieb yoraxe: > Am 03.07.2011 18:45, schrieb Steffen Wolfrum: >> Hi, >> >> maybe I just overlooked some very basic (german?) settings, >> but when I am running the bib module it rewrites entries of "title" in my >> b

[NTG-context] bib module cripples authors?

2011-07-04 Thread Steffen Wolfrum
Hi, an other issue with bib: already at the stage of running bibtex three or more authors are "shortened". See an easy example: \setupbibtex[database=mytry_x.bib] \starttext Test \completepublications \stoptext The referenced "mytry_x.bib" looks like this: @BOOK{daunerliebkonzenschmidt, aut

[NTG-context] bib module (again)

2011-07-06 Thread Steffen Wolfrum
Hi, I have a basic problem with the very first step of using bibliographies in ConTeXt: converting BBI to BBL files. And, as far as I have understood, the only thing that ".bst" files do is sorting. This means that a plain run of bibtex like this ... \setupbibtex[database=mytry_x.bib] \startte

Re: [NTG-context] bib module (again)

2011-07-06 Thread Steffen Wolfrum
Am 06.07.2011 um 11:19 schrieb Taco Hoekwater: > Hi, > > On 07/06/11 11:00, Steffen Wolfrum wrote: >> >> So the three authors *are* already shortened to "a={{Schlechtriem},{}}" only! > > This is a limitation of both the bst and the macros, you cannot h

Re: [NTG-context] bib module (again)

2011-07-06 Thread Steffen Wolfrum
Am 06.07.2011 um 11:47 schrieb Taco Hoekwater: > > > On 07/06/11 11:38, Steffen Wolfrum wrote: >> >> What is required is >> >> ... as explained in AuthorA/AuthorB/AuthorC (1990). >> >> [Is is required not until *four* authors to set an authoreta

Re: [NTG-context] bib module (again)

2011-07-07 Thread Steffen Wolfrum
Am 06.07.2011 um 12:47 schrieb Hans Hagen: > On 6-7-2011 12:03, Steffen Wolfrum wrote: > >> as databases usually have *lots* of entries this really is a daring venture >> :o) >> >> skimming through hundreds, thousands of entries, >> finding those how have e

Re: [NTG-context] bib module (again)

2011-07-07 Thread Steffen Wolfrum
Am 07.07.2011 um 15:18 schrieb Stefan Müller: > On 07.07.2011 11:25, Steffen Wolfrum wrote: >> Am 06.07.2011 um 12:47 schrieb Hans Hagen: >>> you can write a script that does it for you ... maybe at some point I will >>> provide some extra hooks in the bib module b

Re: [NTG-context] bib module (again)

2011-07-15 Thread Steffen Wolfrum
Hi, Am 07.07.2011 um 23:50 schrieb Andreas Schneider: > I hope I haven't killed any functionality while toying around and > hunting the bug, but at least my Diploma Thesis looks still right when > processed with that "module". could you provide a (minimal) example that demonstrates the fun

[NTG-context] \def vs \define

2011-07-21 Thread Steffen Wolfrum
Hi, in this example the question mark nicely becomes part of the command name: \def\OverFull?{\overfullrule30\points} \OverFull? here it does not work at all: \define\OverFull?{\overfullrule30\points} \OverFull? (... but gives "??" instead) As "\define" seems to be more canonical: Does th

Re: [NTG-context] How to typeset ellipsis (=three dots)?

2011-08-07 Thread Steffen Wolfrum
Am 06.08.2011 um 23:39 schrieb Marcin Borkowski: > Hi, > > I looked into the \dots macro: I can see how it works in math mode, but > in text mode it puts a thin space (\,) after the dots. So what is the > right way to type, say, this sentence: > > "I like ConTeXt... but the learning curve is s

Re: [NTG-context] Bib-module

2011-08-14 Thread Steffen Wolfrum
Am 14.08.2011 um 20:53 schrieb Willi Egger: > Any update on how to use the bib module is welcome! At least on the long run there is hope: As far as I have seen in the ctx meeting's program we will be able to join a comprehensive workshop on this: Tuesday, 16:30h - 18:00h :o) Steffen ___

[NTG-context] French punctuation : footnotes

2011-08-19 Thread Steffen Wolfrum
Hi, isn't "\setcharacterspacing" a global setup? Please have a look at my minimal below: does "frenchpunctuation" need to be set for footnotes seperately? What'd be the recommended way to do so? Are there other text elements that need their own frenchpunctuation (tables, toc, etc.)? Thanks a l

Re: [NTG-context] Is there any change in processing of Projects, Product and Components?

2011-08-26 Thread Steffen Wolfrum
Am 26.08.2011 um 01:18 schrieb Hans Hagen: > On 26-8-2011 00:46, Jaroslav Hajtmar wrote: >> Hello ConTeXtsist ... >> >> Has anything changed in the functioning of ConTeXt MkIV processing of >> larger projects (containing more components)? >> Some time (one or two months) ago I was using standalo

Re: [NTG-context] Is there any change in processing of Projects, Product and Components?

2011-08-26 Thread Steffen Wolfrum
Am 26.08.2011 um 11:23 schrieb Hans Hagen: > On 26-8-2011 11:20, Steffen Wolfrum wrote: > >> (http://wiki.contextgarden.net/My_Way?) > > you can edit that wiki page yourself: Yes of course ... it's now listed at: http://wiki.contextgarden.net/This_Way > htt

[NTG-context] notepenalty obsolete?

2011-09-06 Thread Steffen Wolfrum
Hi, I didn't have to update my context version since May. Today I did it ... \notepenalty now is an "Undefined control sequence"? Steffen ___ If your question is of interest to others as well, please add an entry t

[NTG-context] trouble with kerncharacters

2011-09-06 Thread Steffen Wolfrum
Hi, "\kerncharacters" doesn't have an influence on interword space in current context version. Is this intended? Steffen --- \definehead[TopLevel] [chapter] \setuphead[TopLevel][style=\bf,textstyle={\kerncharacters[.75]}, align=flushleft,alternative=paragraph] \starttext \startTo

[NTG-context] bug/change in definehead?

2011-09-06 Thread Steffen Wolfrum
Hi, another thing in todays beta: This small exmaple ... \definehead[TopLevel,MyLevel] [chapter] \setuphead[TopLevel,MyLevel][style=\bf,textstyle={\kerncharacters[.75]}, align=flushleft,alternative=paragraph] \starttext \startTopLevel[title={This is a test}] text \stopTopLevel \stoptext

[NTG-context] Fwd: [OS X TeX] ConTeXt issues

2011-09-09 Thread Steffen Wolfrum
Hi, does anyone here has MacTeX 2011 installed and could help Joseph? (I just saw this on OSX_TEX list, see below). Thanks, Steffen Anfang der weitergeleiteten E-Mail: > Von: Joseph Wright > Datum: 9. September 2011 16:48:37 MESZ > An: > Betreff: [OS X TeX] ConTeXt issues > Antwort an: T

Re: [NTG-context] Basic layout settings

2011-09-12 Thread Steffen Wolfrum
Hi Honza, \enableregime[utf] \mainlanguage[cz] %\setuppapersize[A5][A4] \setuppapersize[A5][A5] \setuplayout[% location=middle, width=128mm,% = 148mm (A5) - 15mm - 5mm height=505.4pt, topspace=51.13pt, header=0pt, headerdistance=0pt, leftmargindistance=0pt, rightmargindistance=0pt, rightmargin=0p

[NTG-context] automigrateinserts complete but confused

2011-09-17 Thread Steffen Wolfrum
Hi, I just gave automigrateinserts a try in a current version (09.15): The footnotes used in a table are printed, but with the wrong numbers ... due to the fact that the table is a float, probably. Please have a look a this screenshot: http://werksatz.com/attachments/footnotes.pdf The table

[NTG-context] how table's notes vanishe

2011-09-17 Thread Steffen Wolfrum
Hi, please have a look at this: \starttext \placetable{Text}{ \bTABLE \bTR\bTD Test\footnote{note} \eTD\eTR \eTABLE (remark) } \stoptext Obviously a remark like this (below table) is not allowed ... as it kills the footnote's table! How can the note be saved? Steffen

[NTG-context] floats confuse footnote's numbering

2011-09-17 Thread Steffen Wolfrum
Hi, this is a real good minimal exmaple showing the problem I found: \starttext \dorecurse{2}{\input tufte}\footnote{note 1} \placefigure{text\footnote{note 2}}{{\externalfigure[s119][frame=on,width=\dimexpr(\textwidth-00pt)]}\vskip5pt} \input tufte\footnote{note 3} \stoptext The correc

Re: [NTG-context] new look for wiki

2011-09-27 Thread Steffen Wolfrum
Am 27.09.2011 um 18:05 schrieb luigi scarso: > http://wiki.contextgarden.net > This is not the official announcement --- but I wasn't able to resist... > > Nice work, thank you very much Siep. Yes indeed. A great improvement ... context now looks represented like a real lively movement (what

Re: [NTG-context] slides & proceedings from ConTeXt Meeting

2011-09-27 Thread Steffen Wolfrum
Am 28.09.2011 um 00:53 schrieb Mojca Miklavec: > Hello everyone, in particular those who missed all the fun at the > ConTeXt Meeting in Belgium. ... apropos "all the fun": could someone also upload some of the images that were taken? (or maybe better: individual links where each can be found?)

[NTG-context] start/stopitem and \sym

2011-10-02 Thread Steffen Wolfrum
Hans, when we should use \startitem ... \stopitem now, shouldn't there be a \startsym ... \stopsym too? Steffen, who just had a mixed case: sym and item in one itemize ;o( ___ If your question is of interest to

Re: [NTG-context] start/stopitem and \sym

2011-10-03 Thread Steffen Wolfrum
Am 03.10.2011 um 10:14 schrieb Hans Hagen: > On 2-10-2011 17:16, Steffen Wolfrum wrote: >> Hans, >> >> when we should use >>\startitem ... \stopitem >> now, shouldn't there be a >>\startsym ... \stopsym >> too? >> >> Stef

Re: [NTG-context] Automatically add \stopXX when a new \startXX of same type occurs

2011-10-07 Thread Steffen Wolfrum
Am 07.10.2011 um 20:24 schrieb Mojca Miklavec: > On Fri, Oct 7, 2011 at 18:24, Charles wrote: >> Hi, >> >> I am using the \startsection (\startparagraph ...) to structure my document >> and export it to XML. But for all the environments, for each \startsection I >> have to put a \stopsection eve

Re: [NTG-context] jump to PDF page

2011-10-09 Thread Steffen Wolfrum
Am 28.09.2010 um 16:38 schrieb Hans Hagen: > > I'll upload a beta that supports > > \setupinteraction[state=start] > > \starttext >\startstandardmakeup >no page >\stopstandardmakeup >one \goto{page 2}[page(2)] >one \goto{realpage 2}[realpage(2)] >one \goto{userpa

Re: [NTG-context] \cite doesn't work correctly

2011-10-12 Thread Steffen Wolfrum
Am 12.10.2011 um 11:33 schrieb Pontus Lurcock: > On Wed 12 Oct 2011, Steffen Wolfrum wrote: > >> the \cite command behaves strange, when used in projects: >> >> The expected output would be: >> >> Me and You; >> Name, P..Test.. >&g

Re: [NTG-context] [solved] \cite doesn't work correctly

2011-10-16 Thread Steffen Wolfrum
Beste Hans, Am 12.10.2011 um 16:23 schrieb Steffen Wolfrum: > > Am 12.10.2011 um 11:33 schrieb Pontus Lurcock: > >> On Wed 12 Oct 2011, Steffen Wolfrum wrote: >> >>> the \cite command behaves strange, when used in projects: >>> >>> The expected

Re: [NTG-context] empty footnote marker needed

2011-11-03 Thread Steffen Wolfrum
like \footnote[-]{...} would be more handy in practice. Is there no successor for \footnote[-]{...} in MkIV? Steffen Am 02.11.2011 um 11:37 schrieb Steffen Wolfrum: > Hi, > > does anyone know how to get an "empty" footnote marker (see example below), > as it was

<    2   3   4   5   6   7   8   9   10   11   >