Re: [NTG-context] Line break in a cell of a table

2013-04-17 Thread Aditya Mahajan
On Wed, 17 Apr 2013, H. Özoguz wrote: Good morning together, I want this: \starttext \starttable[|l|l|] \HL \NC First Entry \\ (Explanation) \VL Second Entry \AR (Unrelated, but you are using a wrong syntax. Each row should be: \NC \NC ... \NC \AR) \HL \stoptable \stoptext

[NTG-context] [***SPAM***] Re: Line break in a cell of a table

2013-04-17 Thread H. Özoguz
BTW, I think that it is better to use Natural Table or tabulate instead of table environment. For example, you can write: \startTABLE \NC First Entry \\ (Explanation) \NC Second Entry \NC \NR \stopTABLE Thanks Aditya. Can you give me a short reference to understand the difference, what is

[NTG-context] [***SPAM***] Finetuning distances in cells

2013-04-17 Thread H. Özoguz
In this example \starttext \starttable[|l|c|l|] \HL \NC \THREE\JustCenter \it Natürliche Methoden \NC \AR \HL \stoptable \stoptext (which, by the way, gives an syntax-error with \startTABLE) the entry Natürliche Methoden is not perfectly vertically centered. The distance above to the

Re: [NTG-context] [***SPAM***] Re: Line break in a cell of a table

2013-04-17 Thread Aditya Mahajan
On Wed, 17 Apr 2013, H. Özoguz wrote: BTW, I think that it is better to use Natural Table or tabulate instead of table environment. For example, you can write: \startTABLE \NC First Entry \\ (Explanation) \NC Second Entry \NC \NR \stopTABLE Thanks Aditya. Can you give me a short reference to

Re: [NTG-context] [***SPAM***] Finetuning distances in cells

2013-04-17 Thread Aditya Mahajan
On Wed, 17 Apr 2013, H. Özoguz wrote: In this example \starttext \starttable[|l|c|l|] \HL \NC \THREE\JustCenter \it Natürliche Methoden \NC \AR \HL \stoptable \stoptext (which, by the way, gives an syntax-error with \startTABLE) the entry Natürliche Methoden is not perfectly vertically

[NTG-context] [***SPAM***] Re: Finetuning distances in cells

2013-04-17 Thread H. Özoguz
It is much easier to fine-tune details with Natural Tables. Each cell of a natural table is a frame, so you can use settings for frames to change the style. \startsetups table:setups \setupTABLE[align={lohi}, toffset=1pt, bottset=3pt, align=flushleft] \stopsetups \bTABLE[setup=table:setups]

Re: [NTG-context] [***SPAM***] Re: Finetuning distances in cells

2013-04-17 Thread Aditya Mahajan
On Wed, 17 Apr 2013, H. Özoguz wrote: It is much easier to fine-tune details with Natural Tables. Each cell of a natural table is a frame, so you can use settings for frames to change the style. \startsetups table:setups \setupTABLE[align={lohi}, toffset=1pt, bottset=3pt, align=flushleft]

Re: [NTG-context] Finetuning distances in cells

2013-04-17 Thread H. Özoguz
(Sorry, there were typos in the code). The offset between the top and bottom rule in each cell. Change them to something drastic like 1cm to see the affect. \startsetups table:setups \setupTABLE[align={lohi}, loffset=1pt, boffset=3cm, align=flushleft] \stopsetups \starttext

[NTG-context] Mismatched font size when switching fonts in the chapter title

2013-04-17 Thread Tim Li
Mismatched font size when switching fonts in the chapter title \setupbodyfont[12pt] \definefontsynonym[PalatinoRoman][name:palatinolinotyperoman][features=default] \definefont[AnotherFont][PalatinoRoman sa 1] \starttext \chapter{On \AnotherFont Fonts} General readers

Re: [NTG-context] Finetuning distances in cells

2013-04-17 Thread Aditya Mahajan
On Wed, 17 Apr 2013, H. Özoguz wrote: (Sorry, there were typos in the code). The offset between the top and bottom rule in each cell. Change them to something drastic like 1cm to see the affect. \startsetups table:setups \setupTABLE[align={lohi}, loffset=1pt, boffset=3cm, align=flushleft]

[NTG-context] Non-breaking spaces

2013-04-17 Thread H. Özoguz
For typographical fine-tuning one needs often non-breaking spaces. But not only full spaces, but half spaces, or even less. I have this example: and\hskip1pt/or But \hskip1pt is not non-breaking, like \, (half space) is. How to make it non-breaking? Or are there predfined ones, analog to \, ?

Re: [NTG-context] Mismatched font size when switching fonts in the chapter title

2013-04-17 Thread Sietse Brouwer
Hi Tim, [PalatinoRoman sa 1] This means PalatinoRoman scaled at 1 x bodyfontsize. The document's body font size is 12 pt, but chapter headers usually are ... like, about 2.4 * body font size? Hence the size mismatch. [PalatinoRoman sa *] This means AnotherFont is PalatinoRoman scaled to 1 x the

Re: [NTG-context] [***SPAM***] No line break in figure-captions

2013-04-17 Thread Marco Patzer
On 2013–04–16 H. Özoguz wrote: How to prevent line break in figure captions? \setupcaption [figure] [width=\textwidth, align=middle] Marco signature.asc Description: Digital signature ___ If your

Re: [NTG-context] Mismatched font size when switching fonts in the chapter title

2013-04-17 Thread Tim Li
Sietse, Thanks for your detailed explanation. With your help, I have known the reason. Also, I am reading the new chapter on fonts. Best regards,Tim From: sbbrou...@gmail.com Date: Wed, 17 Apr 2013 10:11:19 +0200 To: ntg-context@ntg.nl Subject: Re: [NTG-context] Mismatched font size when

[NTG-context] [***SPAM***] Updating Context or Never change a running System?

2013-04-17 Thread Jan Heinen
Hello, I did my last Context-Project 15 months ago - a small book. Now I want to write the next book. Do you suggest to update my Context-installation? I have installed ConTeXt Standalone (Minimal?) My versions are: Contextversion: 2011.11.04 14:15 Contextversion -Number: 20004 14:15

[NTG-context] Detecting reference-errors

2013-04-17 Thread H. Özoguz
With \at[ref] one can get the pagenumber of a reference. If this reference is not there (maybe in another file, not included at that moment) there is no error given, but two question marks ??. That is of course useful, but what if I WANT an error? Because that is the only fast way to detect

[NTG-context] Detecting reference-errors

2013-04-17 Thread H. Özoguz
With \at[ref] one can get the pagenumber of a reference. If this reference is not there (maybe in another file, not included at that moment) there is no error given, but two question marks ??. That is of course useful, but what if I WANT an error? Because that is the only fast way to detect

Re: [NTG-context] [***SPAM***] Updating Context or Never change a running System?

2013-04-17 Thread luigi scarso
On Wed, Apr 17, 2013 at 12:30 PM, Jan Heinen jahei...@gmx.de wrote: Hello, I did my last Context-Project 15 months ago - a small book. Now I want to write the next book. Do you suggest to update my Context-installation? no, just make another standalone into a different folder and then try to

Re: [NTG-context] Detecting reference-errors

2013-04-17 Thread Marco Patzer
On 2013–04–17 H. Özoguz wrote: With \at[ref] one can get the pagenumber of a reference. If this reference is not there (maybe in another file, not included at that moment) there is no error given, but two question marks ??. That is of course useful, but what if I WANT an error? Because that

[NTG-context] [***SPAM***] Footnotes indented, but with same distance between text and number

2013-04-17 Thread H. Özoguz
I indent footnotes with: \setupnotation[footnote][ alternative=left, width=1em, numbercommand=\high] But that causes the following ugliness: The distance between the footnote-number and the footnote-entry is not always the same, it depends now on the length of the footnote-number – see the

Re: [NTG-context] [***SPAM***] Footnotes indented, but with same distance between text and number

2013-04-17 Thread Marco Patzer
On 2013–04–17 H. Özoguz wrote: How to get the default results with indentation? headalign=left Marco signature.asc Description: Digital signature ___ If your question is of interest to others as well, please

[NTG-context] Footnotes indented, but with same distance between text and number

2013-04-17 Thread H. Özoguz
headalign=left Marco Does not work. For two digits, its ok, but beginning with 100 it fails. Try (see footnote 100): \setupnotation[footnote][ headalign=left, width=1em, numbercommand=\high] \starttext \dorecurse{100}{\footnote{Fußnote \recurselevel}} \stoptext Huseyin

Re: [NTG-context] Detecting reference-errors

2013-04-17 Thread Hans Hagen
On 4/17/2013 12:55 PM, Marco Patzer wrote: On 2013–04–17 H. Özoguz wrote: With \at[ref] one can get the pagenumber of a reference. If this reference is not there (maybe in another file, not included at that moment) there is no error given, but two question marks ??. That is of course useful,

[NTG-context] Footnotes indented, but with same distance between text and number

2013-04-17 Thread H. Özoguz
Does not work. For two digits, its ok, but beginning with 100 it fails. Try (see footnote 100): Ok, I have seen the problem, I have simply to increase the width. Thank you! ___ If your question is of interest to

Re: [NTG-context] Non-breaking spaces

2013-04-17 Thread Hans Hagen
On 4/17/2013 9:08 AM, H. Özoguz wrote: For typographical fine-tuning one needs often non-breaking spaces. But not only full spaces, but half spaces, or even less. I have this example: and\hskip1pt/or But \hskip1pt is not non-breaking, like \, (half space) is. How to make it non-breaking? Or

Re: [NTG-context] [***SPAM***] Updating Context or \Never change a running System\?

2013-04-17 Thread Jan Heinen
I have installed ConTeXt Standalone (Minimal?) My versions are: Contextversion: 2011.11.04 14:15 Contextversion -Number: 20004 14:15 MKIV Textengine LuaTeX Textengine-Number: 0.70.1 old The release notes here seem to be old: http://wiki.contextgarden.net/Release_Notes What nice

Re: [NTG-context] How to find the source code/documentation for a specific command

2013-04-17 Thread Hans Hagen
On 4/16/2013 10:34 PM, cont...@thomas-corbiere.name wrote: Hi Hans, I searched for the files you reffered to and found them in the path “context\tex\texmf-context\tex\context”. Can I assume most (all?) commands are defined here? indeed, all the core commands are defined in: tex/context/base

Re: [NTG-context] [***SPAM***] Updating Context or Never change a running System?

2013-04-17 Thread Hans Hagen
On 4/17/2013 12:30 PM, Jan Heinen wrote: Hello, I did my last Context-Project 15 months ago - a small book. Now I want to write the next book. Do you suggest to update my Context-installation? I have installed ConTeXt Standalone (Minimal?) My versions are: Contextversion: 2011.11.04 14:15

Re: [NTG-context] [***SPAM***] Updating Context or \Never change a running System\?

2013-04-17 Thread Hans Hagen
On 4/17/2013 3:18 PM, Jan Heinen wrote: I have installed ConTeXt Standalone (Minimal?) My versions are: Contextversion: 2011.11.04 14:15 Contextversion -Number: 20004 14:15 MKIV Textengine LuaTeX Textengine-Number: 0.70.1 old The release notes here seem to be old:

Re: [NTG-context] Non-breaking spaces

2013-04-17 Thread Idris Samawi Hamid ادريس سماوي حامد
Hi Hans, These commands are good to know! On Wed, 17 Apr 2013 07:16:41 -0600, Hans Hagen pra...@wxs.nl wrote: \narrownobreakspace If a font does not have U+202F defined, what's the best way to redefine this to, say, one half of the current font's regular space U+0020 (with no shrinking

[NTG-context] LuaTeX error in \showboxes

2013-04-17 Thread Marco Patzer
Hi, the following example results in a LuaTeX error: \showboxes \starttext \dorecurse{30}{\footnote{foo}} \stoptext ! LuaTeX error ...ext-beta/tex/texmf-context/tex/context/base/trac-vis.lua:524: You can't assign a glue_spec node to a prev field stack traceback: [C]: in function

Re: [NTG-context] Non-breaking spaces

2013-04-17 Thread Hans Hagen
On 4/17/2013 3:30 PM, Idris Samawi Hamid ادريس سماوي حامد wrote: Hi Hans, These commands are good to know! On Wed, 17 Apr 2013 07:16:41 -0600, Hans Hagen pra...@wxs.nl wrote: \narrownobreakspace If a font does not have U+202F defined, what's the best way to redefine this to, say, one

Re: [NTG-context] Non-breaking spaces

2013-04-17 Thread Idris Samawi Hamid ادريس سماوي حامد
On Wed, 17 Apr 2013 07:56:41 -0600, Hans Hagen pra...@wxs.nl wrote: On 4/17/2013 3:30 PM, Idris Samawi Hamid ادريس سماوي حامد wrote: Hi Hans, These commands are good to know! On Wed, 17 Apr 2013 07:16:41 -0600, Hans Hagen pra...@wxs.nl wrote: \narrownobreakspace If a font does not

Re: [NTG-context] Non-breaking spaces

2013-04-17 Thread Idris Samawi Hamid ادريس سماوي حامد
Hi, On Wed, 17 Apr 2013 01:08:30 -0600, H. Özoguz h.oezo...@mmnetz.de wrote: How to make it non-breaking? See also my reply to Hans, basically you need a \penalty1 (See TeXBook, page 353, 110) Best wishes Idris -- Professor Idris Samawi Hamid Department of Philosophy Colorado State

Re: [NTG-context] LuaTeX error in \showboxes

2013-04-17 Thread Hans Hagen
On 4/17/2013 3:39 PM, Marco Patzer wrote: Hi, the following example results in a LuaTeX error: \showboxes \starttext \dorecurse{30}{\footnote{foo}} \stoptext ! LuaTeX error ...ext-beta/tex/texmf-context/tex/context/base/trac-vis.lua:524: You can't assign a glue_spec node to a prev field

Re: [NTG-context] Non-breaking spaces

2013-04-17 Thread Hans Hagen
On 4/17/2013 4:30 PM, Idris Samawi Hamid ادريس سماوي حامد wrote: On Wed, 17 Apr 2013 07:56:41 -0600, Hans Hagen pra...@wxs.nl wrote: On 4/17/2013 3:30 PM, Idris Samawi Hamid ادريس سماوي حامد wrote: Hi Hans, These commands are good to know! On Wed, 17 Apr 2013 07:16:41 -0600, Hans Hagen

Re: [NTG-context] [***SPAM***] Updating Context or \Never change a running System\?

2013-04-17 Thread Sietse Brouwer
Hello Janis, The closest you will get to a changelog, at the moment, is the git mirror of the source: http://repo.or.cz/w/context.git That is not so useful if you want to know what new features have arrived in the past year, but I thought I should mention it anyway. I think one could also find

Re: [NTG-context] Non-breaking spaces

2013-04-17 Thread Idris Samawi Hamid ادريس سماوي حامد
On Wed, 17 Apr 2013 08:51:37 -0600, Hans Hagen pra...@wxs.nl wrote: \defineactivecharater + {\narrownobreakspace} و+الباب (untested, but on my list) But per the current definition I should be able to define U+202F as, e.g., .7ex in the font and get the same effect, right? why make a

Re: [NTG-context] Non-breaking spaces

2013-04-17 Thread Hans Hagen
On 4/17/2013 5:28 PM, Idris Samawi Hamid ادريس سماوي حامد wrote: (Eventually I have to port the ConTeXt support package for Npp to a lexer/plugin where I can define these things explicitly, but first I need someone who knows that lexer stuff to help...) it would be nice if there was a (say

Re: [NTG-context] LuaTeX error in \showboxes

2013-04-17 Thread Marco Patzer
On 2013–04–17 Hans Hagen wrote: ! LuaTeX error ...ext-beta/tex/texmf-context/tex/context/base/trac-vis.lua:524: You can't assign a glue_spec node to a prev field weird error ... a gluespec in a running list (i can intercept it but still) You broke LuajitTeX: context --jit b7r.tex

[NTG-context] Vanishing chapter title from Contents

2013-04-17 Thread Tim Li
Hi, maybe, codes is our language :-) % define a new head\definehead[backmatterchapter][chapter] \starttext \startfrontmatter \title{Preface} \completecontent \stopfrontmatter \startbodymatter \chapter{First Chapter} \stopbodymatter \startbackmatter \backmatterchapter{Backmatter} \stopbackmatter

Re: [NTG-context] Vanishing chapter title from Contents

2013-04-17 Thread Wolfgang Schuster
Am 17.04.2013 um 17:59 schrieb Tim Li timli2...@outlook.com: Hi, maybe, codes is our language :-) % define a new head \definehead[backmatterchapter][chapter] […] The chapter title Backmatter in the backmatter won't appear in the Contents. Why? How can I make it appear in the

Re: [NTG-context] LuaTeX error in \showboxes

2013-04-17 Thread Hans Hagen
On 4/17/2013 5:54 PM, Marco Patzer wrote: On 2013–04–17 Hans Hagen wrote: ! LuaTeX error ...ext-beta/tex/texmf-context/tex/context/base/trac-vis.lua:524: You can't assign a glue_spec node to a prev field weird error ... a gluespec in a running list (i can intercept it but still) You broke

[NTG-context] bodyfont size in margin?

2013-04-17 Thread Meer, H. van der
I would like to have the same font and especially the same size for inmargin texts. Why is the following program not honouring the size setting? % Font in margin text \def\MarkMaster{\inmargin[location=left]{{\switchtobodyfont[sans,8pt]\red MASTER SECTION}}} \starttext

[NTG-context] footnoterule

2013-04-17 Thread Meer, H. van der
Is there a reason why the first does switches off the rule above the footnote \setupfootnotes[rule=off] but this doesn't? \setupnotation[footnote][rule=off]] Just try with \setupnotation[footnote][rule=off] % either this or the next one %\setupfootnotes[rule=off] \starttext Some

[NTG-context] endnotemarkers

2013-04-17 Thread Meer, H. van der
With the following setup my endnotes show up in the list with [number], as I would like to have it. But in the text they do not appear as [number] but just as plain numbers. Why does textcommand has not this effect, whereas numbercommand does? The manual strongly suggest this to me.

Re: [NTG-context] endnotemarkers

2013-04-17 Thread Wolfgang Schuster
Am 17.04.2013 um 20:23 schrieb Meer, H. van der h.vanderm...@uva.nl: With the following setup my endnotes show up in the list with [number], as I would like to have it. But in the text they do not appear as [number] but just as plain numbers. Why does textcommand has not this effect,

Re: [NTG-context] footnoterule

2013-04-17 Thread Meer, H. van der
I find this setup stuff bewildering. My last posting is concerning the typesetting of the endnote numbering in both the text and the list at the en dof the chapter. In the Reference Manual both textcommand and numbercommand are treated in the same setup macro: \setupfootnotes on page 94. But

Re: [NTG-context] typesetting TOC

2013-04-17 Thread Meer, H. van der
It took me quite a while to find the solution for this problem. By posting it here, I hope this will be useful to others. \completecontent set the list composed of the chapters with a previous call to: \setupcombinedlist[content][list=chapter] and the list of chapters and included sections

Re: [NTG-context] footnoterule

2013-04-17 Thread Wolfgang Schuster
Am 17.04.2013 um 20:46 schrieb Meer, H. van der h.vanderm...@uva.nl: I find this setup stuff bewildering. My last posting is concerning the typesetting of the endnote numbering in both the text and the list at the en dof the chapter. In the Reference Manual both textcommand and

Re: [NTG-context] endnotemarkers

2013-04-17 Thread Hans Hagen
On 4/17/2013 8:27 PM, Wolfgang Schuster wrote: Am 17.04.2013 um 20:23 schrieb Meer, H. van der h.vanderm...@uva.nl: With the following setup my endnotes show up in the list with [number], as I would like to have it. But in the text they do not appear as [number] but just as plain numbers.

Re: [NTG-context] endnotemarkers

2013-04-17 Thread Meer, H. van der
A minor point perhaps on this textcommand= \groupedcommand for the marking of the notes in the text. I tried this but now the marking is not typeset as a superscript. Hans van der Meer On 17 Apr 2013, at 9:28 PM, Hans Hagen pra...@wxs.nl wrote: On 4/17/2013 8:27 PM, Wolfgang Schuster

Re: [NTG-context] Non-breaking spaces

2013-04-17 Thread Idris Samawi Hamid ادريس سماوي حامد
[no cc] On Wed, 17 Apr 2013 09:35:43 -0600, Hans Hagen pra...@wxs.nl wrote: On 4/17/2013 5:28 PM, Idris Samawi Hamid ادريس سماوي حامد wrote: (Eventually I have to port the ConTeXt support package for Npp to a lexer/plugin where I can define these things explicitly, but first I need someone

[NTG-context] mptopdf in minimals

2013-04-17 Thread John Kitzmiller
Is there something extra needed to use mptopdf with only context minimal? Experimenting with having just context standalone on mac osx:

Re: [NTG-context] mptopdf in minimals

2013-04-17 Thread Hans Hagen
On 4/17/2013 10:51 PM, John Kitzmiller wrote: Is there something extra needed to use mptopdf with only context minimal? Experimenting with having just context standalone on mac osx:

Re: [NTG-context] mptopdf in minimals

2013-04-17 Thread John Kitzmiller
On Apr 17, 2013, at 5:00 PM, Hans Hagen wrote: On 4/17/2013 10:51 PM, John Kitzmiller wrote: Is there something extra needed to use mptopdf with only context minimal? Experimenting with having just context standalone on mac osx:

Re: [NTG-context] Vanishing chapter title from Contents

2013-04-17 Thread Tim Li
Thanks Wolfgang, it works well. TimFrom: schuster.wolfg...@gmail.com Date: Wed, 17 Apr 2013 18:15:13 +0200 To: ntg-context@ntg.nl Subject: Re: [NTG-context] Vanishing chapter title from Contents Am 17.04.2013 um 17:59 schrieb Tim Li timli2...@outlook.com:Hi, maybe, codes is our language :-)

Re: [NTG-context] endnotemarkers

2013-04-17 Thread Wolfgang Schuster
Am 17.04.2013 um 21:35 schrieb Meer, H. van der h.vanderm...@uva.nl: A minor point perhaps on this textcommand= \groupedcommand for the marking of the notes in the text. I tried this but now the marking is not typeset as a superscript. \defineprocessor[footnote][left={[},right={]}]

[NTG-context] ConTeXt mkiv with SciTE on MacOSX

2013-04-17 Thread Pierre Bovet
Hi all, I recently purchased Scite-Mac OSX to use with ConTeXt, but I don't find an issue for the integration of the *.properties and lexers files which are located in the ConTeXt minimal distribution. Did anyone encounter the same problem and who could help me? Thank you for your kind