[NTG-context] Tilde in page numbers

2011-07-06 Thread Kip Warner
Hey list, I have my page numbers setup as follows so that page numbers are flanked with tildes. \setuppagenumbering [location=right, way=bytext, left={\~},right={\~}, color=colour_page_number, style=bold] ConTeXt chokes on the parameters to left and right: ! Undefined control

Re: [NTG-context] Tilde in page numbers

2011-07-06 Thread luigi scarso
On Wed, Jul 6, 2011 at 7:59 AM, Kip Warner k...@thevertigo.com wrote: Hey list, I have my page numbers setup as follows so that page numbers are flanked with tildes. \setuppagenumbering  [location=right,   way=bytext,   left={\~},right={\~},   color=colour_page_number,   style=bold]

Re: [NTG-context] Tilde in page numbers

2011-07-06 Thread Kip Warner
On Wed, 2011-07-06 at 08:08 +0200, luigi scarso wrote: (untested) what about \lettertilde instead of \~ ? Thanks Luigi. That did it. Although, I think if I was using it properly as an escape sequence, then perhaps we have found a bug. -- Kip Warner -- Software Engineer OpenPGP

Re: [NTG-context] Tilde in page numbers

2011-07-06 Thread Aditya Mahajan
On Tue, 5 Jul 2011, Kip Warner wrote: On Wed, 2011-07-06 at 08:08 +0200, luigi scarso wrote: (untested) what about \lettertilde instead of \~ ? Thanks Luigi. That did it. Although, I think if I was using it properly as an escape sequence, \~ is the plain TeX macro for placing the ~ accent.

[NTG-context] Changing item indicator

2011-07-06 Thread Kip Warner
Hey list, I'd like to change the colour of the item indicator (e.g. the roman numeral or number). I am using the following, but ConTeXt seems to ignore it: \definecolor[colour_item][r=.828,g=.313,b=.176] \setupitems [color=colour_item] -- Kip Warner -- Software Engineer OpenPGP

[NTG-context] Getting framed text to page break

2011-07-06 Thread Kip Warner
Hey list, I'd like to get framed text to break over a page, but I'm not sure how to do this. Right now, I am using: \def\StartSpecialFramedText% { \crlf \startframedtext [width=broad, bottom=\vss, top=\vss, align=right, corner=rectangular] \it }

Re: [NTG-context] Tilde in page numbers

2011-07-06 Thread luigi scarso
On Wed, Jul 6, 2011 at 8:13 AM, Kip Warner k...@thevertigo.com wrote: On Wed, 2011-07-06 at 08:08 +0200, luigi scarso wrote: (untested) what about \lettertilde instead of \~ ? Thanks Luigi. That did it. Although, I think if I was using it properly as an escape sequence, then perhaps we have

Re: [NTG-context] Changing item indicator

2011-07-06 Thread Philipp Gesang
Hi Kip, On 2011-07-06 00:18:06, Kip Warner wrote: Hey list, I'd like to change the colour of the item indicator (e.g. the roman numeral or number). I am using the following, but ConTeXt seems to ignore it: \definecolor[colour_item][r=.828,g=.313,b=.176] \setupitems

Re: [NTG-context] Changing item indicator

2011-07-06 Thread luigi scarso
On Wed, Jul 6, 2011 at 9:45 AM, Philipp Gesang ges...@stud.uni-heidelberg.de wrote: Hi Kip, On 2011-07-06 00:18:06, Kip Warner wrote: Hey list, I'd like to change the colour of the item indicator (e.g. the roman numeral or number). I am using the following, but ConTeXt seems to ignore it:

Re: [NTG-context] Getting framed text to page break

2011-07-06 Thread Philipp Gesang
On 2011-07-06 00:22:39, Kip Warner wrote: Hey list, I'd like to get framed text to break over a page, but I'm not sure how to do this. Right now, I am using: Hi again, there’s also the background mechanism which has been explicitly (see pack-rul.mkiv) designed with page breaks in mind.

[NTG-context] How to get the chapter number

2011-07-06 Thread Cecil Westerhof
At the moment I have the following in my document: In the chapters 7 to 12 a more in depth description of the functionalities will be given. For this document it is not a real problem. (I do not expect the chapter structure to change often.) But it would be nicer to get the chapter numbers

Re: [NTG-context] How to get the chapter number

2011-07-06 Thread luigi scarso
On Wed, Jul 6, 2011 at 10:48 AM, Cecil Westerhof cldwester...@gmail.com wrote: At the moment I have the following in my document:     In the chapters 7 to 12 a more in depth description of the functionalities will be given. For this document it is not a real problem. (I do not expect the

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

Re: [NTG-context] How to get the chapter number

2011-07-06 Thread Cecil Westerhof
2011/7/6 luigi scarso luigi.sca...@gmail.com On Wed, Jul 6, 2011 at 10:48 AM, Cecil Westerhof cldwester...@gmail.com wrote: At the moment I have the following in my document: In the chapters 7 to 12 a more in depth description of the functionalities will be given. For this

Re: [NTG-context] How to get the chapter number

2011-07-06 Thread Pontus Lurcock
On Wed 06 Jul 2011, Cecil Westerhof wrote: What I mean. I have something like: \chapter{General description} . . This is explained in chapters 7 to 12. . . \chapter{another} . . \chapter{first explaining} % this is (now) chapter 7 . . \chapter{last explaining} % this is (now)

Re: [NTG-context] How to get the chapter number

2011-07-06 Thread luigi scarso
On Wed, Jul 6, 2011 at 11:01 AM, Cecil Westerhof cldwester...@gmail.com wrote: 2011/7/6 luigi scarso luigi.sca...@gmail.com On Wed, Jul 6, 2011 at 10:48 AM, Cecil Westerhof cldwester...@gmail.com wrote: At the moment I have the following in my document:     In the chapters 7 to 12 a more

Re: [NTG-context] How to get the chapter number

2011-07-06 Thread Cecil Westerhof
2011/7/6 Pontus Lurcock p...@talvi.net On Wed 06 Jul 2011, Cecil Westerhof wrote: What I mean. I have something like: \chapter{General description} . . This is explained in chapters 7 to 12. . . \chapter{another} . . \chapter{first explaining} % this is (now) chapter 7

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

2011-07-06 Thread 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 have ... as explained in AuthorA, AuthorB and AuthorC (1990). Best wishes, Taco

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 have ... as explained in AuthorA, AuthorB and

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

2011-07-06 Thread 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 authoretallimit like ... as explained in AuthorX et al. (1991)] Where/how can the current limitation be changed? I

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 authoretallimit like ... as explained in AuthorX et al. (1991)]

[NTG-context] Heading Font Size and Figures in Headings

2011-07-06 Thread H. Hodges
What is the \setuphead option to set font size? I have some small icons that I would like to place on the same line as some of my section titles. I would also like these icons to appear in the table of contents.The code I'm using:

Re: [NTG-context] Heading Font Size and Figures in Headings

2011-07-06 Thread luigi scarso
On Wed, Jul 6, 2011 at 12:13 PM, H. Hodges freelancer.hod...@gmail.com wrote: What is the \setuphead option to set font size? textstyles http://wiki.contextgarden.net/Titles I have some small icons that I would like to place on the same line as some of my section titles. I would also like

Re: [NTG-context] Heading Font Size and Figures in Headings

2011-07-06 Thread H. Hodges
Thanks. That worked great. luigi scarso luigi.scarso at gmail.com writes: On Wed, Jul 6, 2011 at 12:13 PM, H. Hodges freelancer.hodges at gmail.com wrote: What is the \setuphead option to set font size? textstyles http://wiki.contextgarden.net/Titles what about

Re: [NTG-context] Heading Font Size and Figures in Headings

2011-07-06 Thread luigi scarso
On Wed, Jul 6, 2011 at 12:27 PM, H. Hodges freelancer.hod...@gmail.com wrote: Thanks. That worked great. See also Aligned boxes in ConTeXt the manual -- luigi ___ If your question is of interest to others as well,

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

2011-07-06 Thread 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 exactly 3 authors and stuffing the information from the three \author fields into the one a field!

[NTG-context] unicode: math: ʹ U+02B9 MODIFIER LETTER PRIME not displayed and U+2032 PRIME and \prime not displayed correctly

2011-07-06 Thread Paul Menzel
Dear ConTeXt folks, using ConTeXt ver: 2011.06.19 14:17 MKIV fmt: 2011.6.21 int: english/english the derivative symbol is not displayed correctly and U+02B9 is not displayed at all. --- 8 --- minimal example --- 8 --- \starttext \startitemize \item U+02B9 MODIFIER LETTER PRIME

Re: [NTG-context] unicode: math: ʹ U+02B9 MODIFIER LETTER PRIME not displayed and U+2032 PRIME and \prime not displayed correctly

2011-07-06 Thread Paul Menzel
Dear ConTeXt folks, Am Mittwoch, den 06.07.2011, 15:22 +0200 schrieb Paul Menzel: using ConTeXt ver: 2011.06.19 14:17 MKIV fmt: 2011.6.21 int: english/english the derivative symbol is not displayed correctly and U+02B9 is not displayed at all. --- 8 --- minimal example

Re: [NTG-context] unicode: math: ʹ U+02B9 MODIFIER LETTER PRIME not displayed and U+2032 PRIME and \prime not displayed correctly

2011-07-06 Thread luigi scarso
On Wed, Jul 6, 2011 at 3:24 PM, Paul Menzel paulepan...@users.sourceforge.net wrote: \starttext \startitemize \item U+02B9 MODIFIER LETTER PRIME \startformula f(x) = x ⇒ fʹ(x) = 1 \stopformula \item U+2032 PRIME \startformula f(x) = x ⇒ f^′(x) = 1 \stopformula \item \backslash prime

[NTG-context] Flowfram-like behavior?

2011-07-06 Thread Peter Davis
Is there a way to get behavior like flowfram using ConTeXt? Specifically, I mean the ability to define a set of frames or boxes, possibly several on a page or across a series of pages, and have the text automatically flow from one box to another in a prescribed order? I'm interested in doing

Re: [NTG-context] Flowfram-like behavior?

2011-07-06 Thread luigi scarso
On Wed, Jul 6, 2011 at 3:31 PM, Peter Davis p...@pfdstudio.com wrote: Is there a way to get behavior like flowfram using ConTeXt?  Specifically, I mean the ability to define a set of frames or boxes, possibly several on a page or across a series of pages, and have the text automatically flow

Re: [NTG-context] unicode: math: ʹ U+02B9 MODIFIER LETTER PRIME not displayed and U+2032 PRIME and \prime not displayed correctly

2011-07-06 Thread Taco Hoekwater
On 07/06/11 15:29, luigi scarso wrote: Log says: Missing character: There is no ʹ (U+02B9) in font lmroman12-regular! Missing character: There is no ʹ (U+02B9) in font lmroman12-regular! And for Cambria Math: Missing character: There is no (U+02B9) in font cambria! Missing character:

Re: [NTG-context] modules in minimals (important)

2011-07-06 Thread Peter Münster
On Wed, Jun 29 2011, Mojca Miklavec wrote: Hans has changed the command line parameter for modules (--modules=vim should work now). The problem is that he now stores the chosen modules to a variable modules as opposed to extras. So if you want to keep your modules, please edit

Re: [NTG-context] unicode: math: ʹ U+02B9 MODIFIER LETTER PRIME not displayed and U+2032 PRIME and \prime not displayed correctly

2011-07-06 Thread Khaled Hosny
On Wed, Jul 06, 2011 at 03:22:22PM +0200, Paul Menzel wrote: Dear ConTeXt folks, using ConTeXt ver: 2011.06.19 14:17 MKIV fmt: 2011.6.21 int: english/english the derivative symbol is not displayed correctly and U+02B9 is not displayed at all. --- 8 --- minimal example

Re: [NTG-context] Flowfram-like behavior?

2011-07-06 Thread Henning Hraban Ramm
Am 2011-07-06 um 15:31 schrieb Peter Davis: Is there a way to get behavior like flowfram using ConTeXt? Specifically, I mean the ability to define a set of frames or boxes, possibly several on a page or across a series of pages, and have the text automatically flow from one box to

Re: [NTG-context] unicode: math: ʹ U+02B9 MODIFIER LETTER PRIME not displayed and U+2032 PRIME and \prime not displayed correctly

2011-07-06 Thread Khaled Hosny
On Wed, Jul 06, 2011 at 03:38:25PM +0200, Taco Hoekwater wrote: On 07/06/11 15:29, luigi scarso wrote: Log says: Missing character: There is no ʹ (U+02B9) in font lmroman12-regular! Missing character: There is no ʹ (U+02B9) in font lmroman12-regular! And for Cambria Math:

Re: [NTG-context] unicode: math: ʹ U+02B9 MODIFIER LETTER PRIME not displayed and U+2032 PRIME and \prime not displayed correctly

2011-07-06 Thread Hans Hagen
On 6-7-2011 4:02, Khaled Hosny wrote: On Wed, Jul 06, 2011 at 03:38:25PM +0200, Taco Hoekwater wrote: On 07/06/11 15:29, luigi scarso wrote: Log says: Missing character: There is no ʹ (U+02B9) in font lmroman12-regular! Missing character: There is no ʹ (U+02B9) in font lmroman12-regular!

[NTG-context] Bibliography entries not showing up

2011-07-06 Thread Christian
Dear list, I would like to use ConTeXt (MKIV) for typesetting my thesis. So I tried a lot of the features and I'm really impressed by the flexibility and so far more than satisfied with the results. Now I obviously need a bibliography and tried to get it working today. But whatever I tried, I

Re: [NTG-context] Flowfram-like behavior?

2011-07-06 Thread Hans Hagen
On 6-7-2011 3:31, Peter Davis wrote: Is there a way to get behavior like flowfram using ConTeXt? Specifically, I mean the ability to define a set of frames or boxes, possibly several on a page or across a series of pages, and have the text automatically flow from one box to another in a

Re: [NTG-context] Bibliography entries not showing up

2011-07-06 Thread Christian
I'm going to reply to myself here. Just found the example bib file in the wiki and copied (replaced) my bib file with it. Good news: Entrys show up. Bad news: The first two entries are missing. Since I only tried example files with two entries max, that changes the issue description from not

Re: [NTG-context] Flowfram-like behavior?

2011-07-06 Thread Peter Davis
On Wed, Jul 6, 2011 at 11:22 AM, Hans Hagen pra...@wxs.nl wrote: On 6-7-2011 3:31, Peter Davis wrote: Is there a way to get behavior like flowfram using ConTeXt? Specifically, I mean the ability to define a set of frames or boxes, possibly several on a page or across a series of pages,

Re: [NTG-context] Flowfram-like behavior?

2011-07-06 Thread luigi scarso
On Wed, Jul 6, 2011 at 3:34 PM, luigi scarso luigi.sca...@gmail.com wrote: On Wed, Jul 6, 2011 at 3:31 PM, Peter Davis p...@pfdstudio.com wrote: Is there a way to get behavior like flowfram using ConTeXt?  Specifically, I mean the ability to define a set of frames or boxes, possibly several on

Re: [NTG-context] Bibliography entries not showing up

2011-07-06 Thread Christian
Ok, now I start to feel silly. Not only do I talk to myself, but I also did not find this thread: http://www.mail-archive.com/ntg-context@ntg.nl/msg56046.html Damn you, google! I took the liberty and removed the @ELECTRONIC part from the wiki. Thank you for your attention, problem solved.

Re: [NTG-context] modules in minimals (important)

2011-07-06 Thread Mojca Miklavec
On Wed, Jul 6, 2011 at 15:40, Peter Münster wrote: On Wed, Jun 29 2011, Mojca Miklavec wrote: Hans has changed the command line parameter for modules (--modules=vim should work now). The problem is that he now stores the chosen modules to a variable modules as opposed to extras. So if you

Re: [NTG-context] Bibliography entries not showing up

2011-07-06 Thread Pontus Lurcock
On Wed 06 Jul 2011, Christian wrote: Also, if anybody thinks mkiv is not ready for productive work, please scream and stop me. But as far as I've heard it has been used to typeset books and theses already, so... yeah. I've been writing my thesis in MkIV and haven't hit any serious problems so

[NTG-context] [lang-url.lua] setcharacters()

2011-07-06 Thread Philipp Gesang
Hi Hans, in lang-url.lua, line 106 (introduced 23.6.2011), - chars[s] = value or 1 + characters[s] = value or 1 Regards, Philipp -- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments pgpQy1kI36lfE.pgp Description: PGP

Re: [NTG-context] [lang-url.lua] setcharacters()

2011-07-06 Thread Hans Hagen
On 6-7-2011 10:31, Philipp Gesang wrote: Hi Hans, in lang-url.lua, line 106 (introduced 23.6.2011), - chars[s] = value or 1 + characters[s] = value or 1 ok - Hans Hagen |

Re: [NTG-context] modules in minimals (important)

2011-07-06 Thread Alan Braslau
On Wed, Jul 06, 2011 at 08:52:23PM +0200, Mojca Miklavec wrote: On Wed, Jul 6, 2011 at 15:40, Peter Münster wrote: On Wed, Jun 29 2011, Mojca Miklavec wrote: Hans has changed the command line parameter for modules (--modules=vim should work now). The problem is that he now stores the

Re: [NTG-context] Tilde in page numbers

2011-07-06 Thread Kip Warner
On Wed, 2011-07-06 at 02:23 -0400, Aditya Mahajan wrote: \~ is the plain TeX macro for placing the ~ accent. Try \~a etc. The correct way to access a tilde is \lettertilde and \texttilde (or \textasciitilde) depending on what glyph you want. Aditya Thanks Aditya. If I had more time, I'd

Re: [NTG-context] Changing item indicator

2011-07-06 Thread Kip Warner
On Wed, 2011-07-06 at 09:45 +0200, Philipp Gesang wrote: \setupitemize[color=colour_item] See also: http://archive.contextgarden.net/message/20101020.085411.e4753aa5.en.html Best regards Philipp Thanks Philipp. That did it. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed

Re: [NTG-context] Getting framed text to page break

2011-07-06 Thread Kip Warner
On Wed, 2011-07-06 at 10:44 +0200, Philipp Gesang wrote: Hi again, there’s also the background mechanism which has been explicitly (see pack-rul.mkiv) designed with page breaks in mind. Example: ···8 \setupbackground[

[NTG-context] Trying to get figure frame corners to clip figure

2011-07-06 Thread Kip Warner
Hey list, I'd like the rounded corners of my figure's frame to clip off the outside corners of the image so they aren't sticking out. This is what I'm making do with: \setupexternalfigures [frame=on, corner=25, framecolor=colour_frame_border, background=color,

Re: [NTG-context] Trying to get figure frame corners to clip figure

2011-07-06 Thread Aditya Mahajan
On Wed, 6 Jul 2011, Kip Warner wrote: Hey list, I'd like the rounded corners of my figure's frame to clip off the outside corners of the image so they aren't sticking out. This is what I'm making do with: \setupexternalfigures [frame=on, corner=25, framecolor=colour_frame_border,

Re: [NTG-context] modules in minimals (important)

2011-07-06 Thread Wolfgang Schuster
Am 06.07.2011 um 23:48 schrieb Alan Braslau: Is there a work around? What to do? --modules=simpleslides,... Wolfgang ___ If your question is of interest to others as well, please add an entry to the Wiki!

Re: [NTG-context] Trying to get figure frame corners to clip figure

2011-07-06 Thread Kip Warner
On Wed, 2011-07-06 at 23:48 -0400, Aditya Mahajan wrote: You can use \clip[mp=...]{\framed[...]{...}} (I think that the metafun manual gives an example). Aditya Thanks Aditya, I'll look into it. I searched both the reference and tutorial pdf and there is no description of \clip, but I

Re: [NTG-context] Getting framed text to page break

2011-07-06 Thread Wolfgang Schuster
Am 07.07.2011 um 03:16 schrieb Kip Warner: I'm not very competent with ConTeXt, but I tried to translate what you and wrote into the following: [...] Solution 1: \definestartstop [SpecialFramed] [ before={\setupbackground[frame=on,before=\blank,after=\blank]\startbackground},

Re: [NTG-context] Trying to get figure frame corners to clip figure

2011-07-06 Thread Kip Warner
On Wed, 2011-07-06 at 23:48 -0400, Aditya Mahajan wrote: You can use \clip[mp=...]{\framed[...]{...}} (I think that the metafun manual gives an example). Aditya Aditya, correct me if wrong, but it looks like \clip performs rectangular clipping only? As I mentioned earlier, I'd like the

Re: [NTG-context] Trying to get figure frame corners to clip figure

2011-07-06 Thread Wolfgang Schuster
Am 07.07.2011 um 07:18 schrieb Kip Warner: On Wed, 2011-07-06 at 23:48 -0400, Aditya Mahajan wrote: You can use \clip[mp=...]{\framed[...]{...}} (I think that the metafun manual gives an example). Aditya Aditya, correct me if wrong, but it looks like \clip performs rectangular