Re: [NTG-context] [bibliography] publications layout

2011-05-24 Thread Thomas A. Schmitz
On May 24, 2011, at 11:05 AM, Pontus Lurcock wrote: ? I'm using ams there and realized that the title tag of @book is not treated that way (so with @book there are caps inside the title without extra {} in the bib-file). This is the case for most bibliography styles: journal articles

Re: [NTG-context] bug in luatex on osx-ppc

2011-05-24 Thread Otared Kavian
Hi Thomas, Some time ago I had an analogous problem related to a new version of LuaTeX (on Mac OS X 10.6.7, Intel processor). I can't say anything about the error message you get, but what I did was the following: --- I erased the content of texmf cache, that is in my case

Re: [NTG-context] bug in luatex on osx-ppc

2011-05-24 Thread Thomas A. Schmitz
On May 24, 2011, at 12:01 PM, Otared Kavian wrote: Hi Thomas, Some time ago I had an analogous problem related to a new version of LuaTeX (on Mac OS X 10.6.7, Intel processor). I can't say anything about the error message you get, but what I did was the following: --- I erased

Re: [NTG-context] bug in luatex on osx-ppc

2011-05-24 Thread Taco Hoekwater
Op 24 mei 2011 om 11:26 heeft Thomas A. Schmitz thomas.schm...@uni-bonn.de het volgende geschreven: Hi all, after updating the minimals to the latest beta on osx-ppc, I can't compile any document, I always get this error: context test mtx-context | run 1: luatex

[NTG-context] math: too big space between function and argument

2011-05-24 Thread Paul Menzel
Dear ConTeXt folks, to markup the probability measure and the parenthesis around the argument, I defined the following command. \define[1]\P{{\mathbf P}\left( #1 \right)} Unfortunately the space between the P and the left ( is a little big in my opinion. Is that correct or should/can I

[NTG-context] math: using bold charaters for number sets

2011-05-24 Thread Paul Menzel
Dear ConTeXt folks, according to [1] the number sets were originally set using bold characters and only on the blackboard the double strokes were used. ConTeXt defines for example `\naturalnumbers` or `\reals` [2] which are set using double strokes. How can I redefine those to be just bold?

Re: [NTG-context] TOC : Chapter title under its number (separate lines)

2011-05-24 Thread Wolfgang Schuster
Am 24.05.2011 um 00:59 schrieb Mathieu DUPONT: Hi, Is there a simple way to obtain the following result in the table of content : Contents CHAPTER 1 Title of chapter2 1.1Title of section2 (the chapter title underneath its number and left

Re: [NTG-context] alternating items in an itemization

2011-05-24 Thread Wolfgang Schuster
Am 23.05.2011 um 22:08 schrieb Jesse Alama: I'd like to define an itemization that has two kinds of items, representing a dialogue between two people. (One could imagine extending this to more than two.) I'd like to have something like this: \startdialogue \john What did you have for

Re: [NTG-context] Aligning numbers in the footnote block

2011-05-24 Thread Wolfgang Schuster
Am 24.05.2011 um 09:24 schrieb Oliver Buerschaper: Dear all, is there a way to align the numbers in the footnote block (flush) right as is done without the key location=left in the following? I don't want the numbers in the margin though… --- \setupdescriptions [footnote]

Re: [NTG-context] TOC : Chapter title under its number (separate lines)

2011-05-24 Thread Mathieu DUPONT
That was very useful !! Again, thank you very much Wolfgang ! Mathieu From: schuster.wolfg...@googlemail.com Date: Tue, 24 May 2011 13:42:41 +0200 To: ntg-context@ntg.nl Subject: Re: [NTG-context] TOC : Chapter title under its number (separate lines) Am 24.05.2011 um 00:59

Re: [NTG-context] Aligning numbers in the footnote block

2011-05-24 Thread Oliver Buerschaper
\setupnotedefinition [footnote] [ location=left, headalign=flushright, width=1em, distance=1ex] This comes very close to what I have in mind :-) Is it possible to not fix the width globally but rather use the largest actual width encountered in any single footnote block? That

Re: [NTG-context] Aligning numbers in the footnote block

2011-05-24 Thread Wolfgang Schuster
Am 24.05.2011 um 15:15 schrieb Oliver Buerschaper: \setupnotedefinition [footnote] [ location=left, headalign=flushright, width=1em, distance=1ex] This comes very close to what I have in mind :-) Is it possible to not fix the width globally but rather use the largest actual

Re: [NTG-context] math: too big space between function and argument

2011-05-24 Thread Wolfgang Schuster
Am 24.05.2011 um 13:14 schrieb Paul Menzel: Dear ConTeXt folks, to markup the probability measure and the parenthesis around the argument, I defined the following command. \define[1]\P{{\mathbf P}\left( #1 \right)} Unfortunately the space between the P and the left ( is a

Re: [NTG-context] TOC : Chapter title under its number (separate lines)

2011-05-24 Thread Mathieu DUPONT
If now I add the line : \setupcombinedlist[content][alternative=c] it doesn't add the dots to the chapter lines anymore,and I can't add \setuplist[chapter][alternative=c] since the alternative parameter is already taken by the new command Is there a way to add the dots option within my new

Re: [NTG-context] math: too big space between function and argument

2011-05-24 Thread Aditya Mahajan
On Tue, 24 May 2011, Paul Menzel wrote: Dear ConTeXt folks, to markup the probability measure and the parenthesis around the argument, I defined the following command. \define[1]\P{{\mathbf P}\left( #1 \right)} Unfortunately the space between the P and the left ( is a little big in

Re: [NTG-context] TOC : Chapter title under its number (separate lines)

2011-05-24 Thread Wolfgang Schuster
Am 24.05.2011 um 15:33 schrieb Mathieu DUPONT: If now I add the line : \setupcombinedlist[content][alternative=c] it doesn't add the dots to the chapter lines anymore, and I can't add \setuplist[chapter][alternative=c] since the alternative parameter is already taken by the new

Re: [NTG-context] TOC : Chapter title under its number (separate lines)

2011-05-24 Thread Mathieu DUPONT
Thank you !However, this resulted in something weird with my appendices, but adding \blank in the front fixes the problem : \define[3]\ChapterList {\blank\currentlistsymbol\crlf#2\enspace\listdots\enspace#3} I am starting to think there is something mysterious with this \blank command...

Re: [NTG-context] TOC : Chapter title under its number (separate lines)

2011-05-24 Thread Wolfgang Schuster
Am 24.05.2011 um 16:13 schrieb Mathieu DUPONT: Thank you ! However, this resulted in something weird with my appendices, but adding \blank in the front fixes the problem : \define[3]\ChapterList {\blank\currentlistsymbol\crlf#2\enspace\listdots\enspace#3} I am starting to think

Re: [NTG-context] alternating items in an itemization

2011-05-24 Thread Jesse Alama
On 2011-05-24 14:16:16 +0200, Wolfgang Schuster said: Am 23.05.2011 um 22:08 schrieb Jesse Alama: I'd like to define an itemization that has two kinds of items, representing a dialogue between two people. (One could imagine extending this to more than two.) I'd like to have something like

Re: [NTG-context] TOC : Chapter title under its number (separate lines)

2011-05-24 Thread Mathieu DUPONT
Things are getting much clearer now.Thank you ! Mathieu From: schuster.wolfg...@googlemail.com Date: Tue, 24 May 2011 16:20:13 +0200 To: ntg-context@ntg.nl Subject: Re: [NTG-context] TOC : Chapter title under its number (separate lines) Am 24.05.2011 um 16:13 schrieb Mathieu

Re: [NTG-context] alternating items in an itemization

2011-05-24 Thread Wolfgang Schuster
Am 24.05.2011 um 16:24 schrieb Jesse Alama: Thanks! These fit the bill. (I note, though, that in the annotation-based solution, the texts John and Mary don't show up. Otherwise the annotation solution is just what I am looking for.) I noticed this too and uploaded a new version (it was

Re: [NTG-context] Simplefonts, latest beta and binoms

2011-05-24 Thread Guanhao Yin
On Mon, May 23, 2011 at 12:31:35PM +0200, Wolfgang Schuster wrote: It’s the fault of the OpenType version of the LM Math fonts which are used when you use the simplefonts module So, is it possible to use the simplefonts module with Type1 LM Math?

[NTG-context] Current Mk IV doc?

2011-05-24 Thread Peter Davis
Where can I find the most recent ConTeXt documentation? The files I found here: http://wiki.contextgarden.net/Main_Page show November 2001 as the date. Is there anything newer? Thanks! -pd -- The Tech Curmudgeon http://www.techcurmudgeon.com

Re: [NTG-context] Simplefonts, latest beta and binoms

2011-05-24 Thread Wolfgang Schuster
Am 24.05.2011 um 16:47 schrieb Guanhao Yin: On Mon, May 23, 2011 at 12:31:35PM +0200, Wolfgang Schuster wrote: It’s the fault of the OpenType version of the LM Math fonts which are used when you use the simplefonts module So, is it possible to use the simplefonts module with Type1 LM

Re: [NTG-context] Current Mk IV doc?

2011-05-24 Thread Mathieu DUPONT
Here are some : 2009 Reference Manual : http://www.tug.org/texlive/Contents/live/texmf-dist/doc/context/manuals/reference/en/contextref.pdf 2011 Commands : http://doc.baidu.com/view/61f4691b227916888486d72a.html 2011 Metafun : http://tex.loria.fr/formats/context/metafun-p.pdf Mathieu

Re: [NTG-context] Punctuation in bibliography

2011-05-24 Thread yoraxe
Am 24.05.2011 09:49, schrieb Oliver Buerschaper: Dear all, is there a way for the bibliography style to scan back for punctuation marks before it inserts punctuation of its own? Would be nice to know. In my publication list after all titles are two points, like: That's the title. .

Re: [NTG-context] Punctuation in bibliography

2011-05-24 Thread Oliver Buerschaper
Would be nice to know. In my publication list after all titles are two points, like: That's the title. . Realy ugly and I don't know why. Is that a known problem? Well, that you can easily avoid by not putting a full stop after the title in the database if I'm not mistaken :-) Usually

Re: [NTG-context] Punctuation in bibliography

2011-05-24 Thread yoraxe
Am 24.05.2011 18:48, schrieb Oliver Buerschaper: Would be nice to know. In my publication list after all titles are two points, like: That's the title. . Realy ugly and I don't know why. Is that a known problem? Well, that you can easily avoid by not putting a full stop after the

Re: [NTG-context] Punctuation in bibliography

2011-05-24 Thread Oliver Buerschaper
Would be nice to know. In my publication list after all titles are two points, like: That's the title. . Realy ugly and I don't know why. Is that a known problem? Well, that you can easily avoid by not putting a full stop after the title in the database if I'm not mistaken :-)

Re: [NTG-context] Punctuation in bibliography

2011-05-24 Thread yoraxe
Am 24.05.2011 19:38, schrieb Oliver Buerschaper: Would be nice to know. In my publication list after all titles are two points, like: That's the title. . Realy ugly and I don't know why. Is that a known problem? Well, that you can easily avoid by not putting a full stop after the title

Re: [NTG-context] math: using bold charaters for number sets

2011-05-24 Thread Hans Hagen
On 24-5-2011 1:23, Paul Menzel wrote: Dear ConTeXt folks, according to [1] the number sets were originally set using bold characters and only on the blackboard the double strokes were used. ConTeXt defines for example `\naturalnumbers` or `\reals` [2] which are set using double strokes. How

Re: [NTG-context] math: using bold charaters for number sets

2011-05-24 Thread Aditya Mahajan
On Tue, 24 May 2011, Hans Hagen wrote: On 24-5-2011 1:23, Paul Menzel wrote: Dear ConTeXt folks, according to [1] the number sets were originally set using bold characters and only on the blackboard the double strokes were used. ConTeXt defines for example `\naturalnumbers` or `\reals` [2]

Re: [NTG-context] math: using bold charaters for number sets

2011-05-24 Thread Hans Hagen
On 24-5-2011 9:46, Aditya Mahajan wrote: I will prefer something more verbose than rendering=1. Perhaps, numbersets=blackboard and numbersets=bold. Sure, but I needed a quick test -) A bit tricky. Is \reals == ℝ? That is, what if I type ℝ should the output be bold R, or should ℝ always map

Re: [NTG-context] Punctuation in bibliography

2011-05-24 Thread Pontus Lurcock
Yes, I get it too. It's because booklet expects a publisher name; if you add a line publisher = {Publisher}, to the bibtex entry you can see this. I think this can be fixed in context/tex/texmf-context/tex/context/bib/bibl-apa.tex by changing this function: \setuppublicationlayout[booklet]{%

Re: [NTG-context] Current Mk IV doc?

2011-05-24 Thread Marc Trius
On Tue, 24 May 2011 11:11:19 -0400 Mathieu DUPONT mathieudup...@hotmail.com wrote: Here are some : 2009 Reference Manual : http://www.tug.org/texlive/Contents/live/texmf-dist/doc/context/manuals/reference/en/contextref.pdf 2011 Commands :

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

2011-05-24 Thread 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 like to have the long titles on multiples lines being only

Re: [NTG-context] Current Mk IV doc?

2011-05-24 Thread Mathieu DUPONT
Here : http://www.pragma-ade.com/general/qrcs/setup-en.pdf Mathieu Date: Tue, 24 May 2011 17:12:57 -0500 From: derpay...@riseup.net To: ntg-context@ntg.nl Subject: Re: [NTG-context] Current Mk IV doc? On Tue, 24 May 2011 11:11:19 -0400 Mathieu DUPONT mathieudup...@hotmail.com

Re: [NTG-context] Current Mk IV doc?

2011-05-24 Thread Marc Trius
Thanks :) Marc On Tue, 24 May 2011 18:23:25 -0400 Mathieu DUPONT mathieudup...@hotmail.com wrote: Here : http://www.pragma-ade.com/general/qrcs/setup-en.pdf Mathieu Date: Tue, 24 May 2011 17:12:57 -0500 From: derpay...@riseup.net To: ntg-context@ntg.nl Subject: Re:

Re: [NTG-context] Current Mk IV doc?

2011-05-24 Thread Otared Kavian
Hi, You can also do the following in a terminal window: texexec --int=en --pdf --global --result=setup-en --purge x-set-12.mkiv (you can replace « en » with another language such as « fr » for French, or « mkiv » with « mkii »). This is a tip taken from the file

Re: [NTG-context] getmarking and empty chapter number

2011-05-24 Thread Oliver Buerschaper
%D \macros %D {doiftextelse, doiftext} %D %D When \type {\doifelse} cum suis hopelessly fail, for %D instance because we pass data, we can fall back on the next %D macro: %D %D \starttyping %D \doiftextelse {data} {then branch} {else branch} %D \doiftext {data} {then branch} %D

Re: [NTG-context] OT: What reference management software do you use?

2011-05-24 Thread Stefan Müller
On 23.05.2011 23:47, Thomas A. Schmitz wrote: As to the question why strings: Pontus's answer named one important aspect. I have several .bib files which contain nothing but string definitions: one with abbreviated, one with full journal titles; one with English strings (reprint, Munich) and

[NTG-context] Aligning numbers in the footnote block

2011-05-24 Thread Oliver Buerschaper
Dear all, is there a way to align the numbers in the footnote block (flush) right as is done without the key location=left in the following? I don't want the numbers in the margin though… --- \setupdescriptions [footnote] [location=left, distance=1ex] \setupnote [footnote]

Re: [NTG-context] MkIV : MTXrun | unknown script 'context.lua' or 'mtx-context.lua'

2011-05-24 Thread Hans Hagen
On 24-5-2011 7:39, Mojca Miklavec wrote: On Mon, May 23, 2011 at 22:58, Aditya Mahajan wrote: Are all mac OS installations 64 bit? Or is osx-intel used in 32bit Mac and osx-64 used in 64bit Mac? osx-intel is for 32-bit Macs (still from time when Apple only distinguished between ppc/intel)

Re: [NTG-context] [bibliography] publications layout

2011-05-24 Thread Stefan Müller
On 24.05.2011 00:57, Pontus Lurcock wrote: On Tue 24 May 2011, finkler wrote: in my publication list from the bibliography, every word, except the first starts in small case letters. How can I change this? This might help: http://www.tex.ac.uk/cgi-bin/texfaq2html?label=capbibtex Pont

[NTG-context] Punctuation in bibliography

2011-05-24 Thread Oliver Buerschaper
Dear all, is there a way for the bibliography style to scan back for punctuation marks before it inserts punctuation of its own? Please see --- \startpublication [a={Ellen Dissanayake}, k=DIS:wha, t=book, y=1988] \author{Ellen}[E.]{}{Dissanayake} \lang{en}

Re: [NTG-context] Non-breakable space in export to XML

2011-05-24 Thread Hans Hagen
On 24-5-2011 7:02, Aditya Mahajan wrote: Hi, When exporting to xml (with \setupbackend[export=yes]), the non-breakable space (~) gets exported to regular space 0x32. Shouldn't it rather be exported to 0x00A0? Hard to check in an editor, these special spaces. Anyhow, attached is a proof of

Re: [NTG-context] [bibliography] publications layout

2011-05-24 Thread Pontus Lurcock
On Tue 24 May 2011, Stefan Müller wrote: is the bibliograph style as mentioned in If your document design specification requires a different style of capitalisation, you should acquire a bibliography style that doesn’t enforce BibTeX’s default rules. from the website you suggested, the

[NTG-context] bug in luatex on osx-ppc

2011-05-24 Thread Thomas A. Schmitz
Hi all, after updating the minimals to the latest beta on osx-ppc, I can't compile any document, I always get this error: context test mtx-context | run 1: luatex --fmt=/Users/tas/context/tex/texmf- cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/ cont-en

[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,