Re: [NTG-context] hyphenated url

2010-10-31 Thread Aditya Mahajan
On Mon, 25 Oct 2010, Steffen Wolfrum wrote: Hi, the % is a frequently used character in URL. But \hyphenatedurl{} can deal with it ... Does someone has a fix? \starttext text\footnote{test \hyphenatedurl{www.test%it.com} test.} text. \stoptext This is more a proof of concept so I did not

[NTG-context] letter module, vertical offset of reference line

2010-10-31 Thread Florian Wobbe
Hi, I need to adjust the vertical position of the reference line (as well as subject, opening etc.) because the info-block is longer than the addressee-block to the left. With alternative=customized I can use \setupletterstyle [firstpage] [topspace=...] However with alternative a and e

Re: [NTG-context] Stop with an error signal

2010-10-31 Thread Wolfgang Schuster
Am 31.10.2010 um 01:27 schrieb Aditya Mahajan: Hi, I want to write a macro that checks for some settings and if the settings are wrong stop the current compilation and terminate with an error message. Right now I have \def\ERROR {\writeline

Re: [NTG-context] letter module, vertical offset of reference line

2010-10-31 Thread Wolfgang Schuster
Am 31.10.2010 um 09:36 schrieb Florian Wobbe: Hi, I need to adjust the vertical position of the reference line (as well as subject, opening etc.) because the info-block is longer than the addressee-block to the left. With alternative=customized I can use \setupletterstyle

Re: [NTG-context] letter module, vertical offset of reference line

2010-10-31 Thread Florian Wobbe
On Oct 31, 2010, at 10:11 , Wolfgang Schuster wrote: Am 31.10.2010 um 09:36 schrieb Florian Wobbe: Hi, I need to adjust the vertical position of the reference line (as well as subject, opening etc.) because the info-block is longer than the addressee-block to the left. With

[NTG-context] greek letters in itemize

2010-10-31 Thread Herbert Voss
Do I need some additional settings to get lower greek letters in the example? I get only a dot for g \starttext \startitemize[g] \item foo \item bar \item baz \item baz \stopitemize \startitemize[G] \item foo \item bar \item baz \item baz \stopitemize \stoptext MTXrun | current version:

[NTG-context] \startindentation ... \stopindentation

2010-10-31 Thread Herbert Voss
From the documenation on pape 242 (13.4): A series of indenting commands can be enclosed with the commands: \startindentation \stopindentation It seems, that context didn't know these commands: \defineindenting[ra][text=rime a]

Re: [NTG-context] \startindentation ... \stopindentation

2010-10-31 Thread Herbert Voss
Am 31.10.2010 15:39, schrieb Herbert Voss: From the documenation on pape 242 (13.4): A series of indenting commands can be enclosed with the commands: \startindentation \stopindentation It seems, that context didn't know

Re: [NTG-context] tex.toks cld -- something weird

2010-10-31 Thread Hans Hagen
On 30-10-2010 3:44, Philipp Gesang wrote: Hi all, while playing with the new extended cld stuff I encountered this: 8--- context.starttext() context(\\toks0 = {Something}) ^^ gets printed to tex's input buffer so nothing set yet

Re: [NTG-context] greek letters in itemize

2010-10-31 Thread Hans Hagen
On 31-10-2010 12:11, Herbert Voss wrote: Do I need some additional settings to get lower greek letters in the example? I get only a dot for g \starttext \startitemize[g] \item foo \item bar \item baz \item baz \stopitemize \startitemize[G] \item foo \item bar \item baz \item baz \stopitemize

[NTG-context] print many cards (pages) on one A4 paper

2010-10-31 Thread Jonas Stein
Hi, i want to print many (lets say 2 x 4) file cards on one DIN A4 paper. I played around with the BusinessCard[1] example. Thats close to what i need, but all cards are cloned there. How can i gain the same with 2x4 or 2x5 different cards on one side? (Sorry for the stupid question its my

Re: [NTG-context] greek letters in itemize

2010-10-31 Thread Mojca Miklavec
On Sun, Oct 31, 2010 at 16:57, Hans Hagen wrote: On 31-10-2010 12:11, Herbert Voss wrote: Do I need some additional settings to get lower greek letters in the example? I get only a dot for g does the font that you use have greek symbols? It seems to be a bug in code, not the lack of

Re: [NTG-context] print many cards (pages) on one A4 paper

2010-10-31 Thread Mojca Miklavec
On Sun, Oct 31, 2010 at 16:45, Jonas Stein wrote: Hi, i want to print many (lets say 2 x 4) file cards on one DIN A4 paper. I played around with the BusinessCard[1] example. Thats close to what i need, but all cards are cloned there. How can i gain the same with 2x4 or 2x5 different cards

Re: [NTG-context] greek letters in itemize

2010-10-31 Thread Wolfgang Schuster
Am 31.10.2010 um 18:18 schrieb Mojca Miklavec: On Sun, Oct 31, 2010 at 16:57, Hans Hagen wrote: On 31-10-2010 12:11, Herbert Voss wrote: Do I need some additional settings to get lower greek letters in the example? I get only a dot for g does the font that you use have greek symbols?

Re: [NTG-context] print many cards (pages) on one A4 paper

2010-10-31 Thread Wolfgang Schuster
Am 31.10.2010 um 16:45 schrieb Jonas Stein: Hi, i want to print many (lets say 2 x 4) file cards on one DIN A4 paper. I played around with the BusinessCard[1] example. Thats close to what i need, but all cards are cloned there. How can i gain the same with 2x4 or 2x5 different cards on

Re: [NTG-context] greek letters in itemize

2010-10-31 Thread luigi scarso
2010/10/31 Herbert Voss herbert.v...@fu-berlin.de: Do I need some additional settings to get lower greek letters in the example? I get only a dot for g \setupbodyfont[dejavu] \starttext \startitemize[g] \item foo \item bar \item baz \item baz \stopitemize \startitemize[G] \item foo \item bar

Re: [NTG-context] transliteration russian

2010-10-31 Thread Jano Kula
Hi! On 10/30/2010 11:34 AM, Khaled Hosny wrote: On Sat, Oct 30, 2010 at 10:17:11AM +0200, Hans Hagen wrote: On 30-10-2010 12:05, Khaled Hosny wrote: On Fri, Oct 29, 2010 at 11:25:20PM +0200, Mojca Miklavec wrote: By far the easiest and most portable solution would be if you could convince

Re: [NTG-context] greek letters in itemize

2010-10-31 Thread Herbert Voss
Am 31.10.2010 18:48, schrieb Wolfgang Schuster: The difference between mkii and mkiv is that mkii use math mode to display the greek characters while mkiv takes them from the bodyfont and latin modern has no greek. yes, that was the problem. HErbert

Re: [NTG-context] greek letters in itemize

2010-10-31 Thread luigi scarso
2010/10/31 Herbert Voss herbert.v...@fu-berlin.de: Am 31.10.2010 18:48, schrieb Wolfgang Schuster: The difference between mkii and mkiv is that mkii use math mode to display the greek characters while mkiv takes them from the bodyfont and latin modern has no greek. yes, that was the

Re: [NTG-context] greek letters in itemize

2010-10-31 Thread Herbert Voss
Am 31.10.2010 19:33, schrieb luigi scarso: The difference between mkii and mkiv is that mkii use math mode to display the greek characters while mkiv takes them from the bodyfont and latin modern has no greek. yes, that was the problem. You can use Symbola thanks Herbert

Re: [NTG-context] greek letters in itemize

2010-10-31 Thread Khaled Hosny
On Sun, Oct 31, 2010 at 06:48:21PM +0100, Wolfgang Schuster wrote: Am 31.10.2010 um 18:18 schrieb Mojca Miklavec: On Sun, Oct 31, 2010 at 16:57, Hans Hagen wrote: On 31-10-2010 12:11, Herbert Voss wrote: Do I need some additional settings to get lower greek letters in the example?

Re: [NTG-context] transliteration russian

2010-10-31 Thread Khaled Hosny
On Sun, Oct 31, 2010 at 07:12:20PM +0100, Jano Kula wrote: Hi! On 10/30/2010 11:34 AM, Khaled Hosny wrote: On Sat, Oct 30, 2010 at 10:17:11AM +0200, Hans Hagen wrote: On 30-10-2010 12:05, Khaled Hosny wrote: On Fri, Oct 29, 2010 at 11:25:20PM +0200, Mojca Miklavec wrote: By far the easiest

[NTG-context] Simpleslides module is broken?!

2010-10-31 Thread Vyatcheslav Yatskovsky
Hi, Please, help me a.s.a.p with Simpleslides module. I have a project sucessfully compiled a year and a half ago, and now it is broken. Reduced script of my presentation: \usemodule[simpleslides] [font=Gothic, style=Swoosh] \language[ua]

Re: [NTG-context] Simpleslides module is broken?!

2010-10-31 Thread Aditya Mahajan
On Sun, 31 Oct 2010, Vyatcheslav Yatskovsky wrote: Hi, Please, help me a.s.a.p with Simpleslides module. I have a project sucessfully compiled a year and a half ago, and now it is broken. Reduced script of my presentation: Are you using MkII or MkIV? \usemodule[simpleslides]

Re: [NTG-context] Simpleslides module is broken?!

2010-10-31 Thread Wolfgang Schuster
Am 31.10.2010 um 20:43 schrieb Aditya Mahajan: Problems observed when compiled today (I use the latest beta with --extra option): * No Russian (Ukrainian) letters at all, only numbers and punctuation signs. No idea about the fonts. I do not know whether the Gothic font contains

Re: [NTG-context] hyphenated url

2010-10-31 Thread Steffen Wolfrum
Am 31.10.2010 um 07:06 schrieb Aditya Mahajan: On Mon, 25 Oct 2010, Steffen Wolfrum wrote: Hi, the % is a frequently used character in URL. But \hyphenatedurl{} can deal with it ... Does someone has a fix? \starttext text\footnote{test \hyphenatedurl{www.test%it.com} test.}

Re: [NTG-context] hyphenated url

2010-10-31 Thread Aditya Mahajan
On Sun, 31 Oct 2010, Steffen Wolfrum wrote: Am 31.10.2010 um 07:06 schrieb Aditya Mahajan: On Mon, 25 Oct 2010, Steffen Wolfrum wrote: Hi, the % is a frequently used character in URL. But \hyphenatedurl{} can deal with it ... Does someone has a fix? \starttext text\footnote{test

Re: [NTG-context] Simpleslides module is broken?!

2010-10-31 Thread Vyatcheslav Yatskovsky
Older versions of the TeX Gyre fonts had cyrillic but the glyphs where removed from the fonts. OMG! Wolfgang, please, tell me how to change the font in Simpleslides to any of Windows ones. -- Best Regards, Vyatcheslav Yatskovsky

Re: [NTG-context] Simpleslides module is broken?!

2010-10-31 Thread Aditya Mahajan
On Sun, 31 Oct 2010, Vyatcheslav Yatskovsky wrote: Older versions of the TeX Gyre fonts had cyrillic but the glyphs where removed from the fonts. OMG! Wolfgang, please, tell me how to change the font in Simpleslides to any of Windows ones. As I said, read pg 27 if the simpleslides manual

Re: [NTG-context] greek letters in itemize

2010-10-31 Thread Martin Schröder
2010/10/31 Khaled Hosny khaledho...@eglug.org: LM has upper case Greek, no idea why not lower case as well. I still find the idea of greek letters in a font called latin interesting... :-) Best Martin ___ If your

Re: [NTG-context] greek letters in itemize

2010-10-31 Thread Khaled Hosny
On Sun, Oct 31, 2010 at 10:18:20PM +0100, Martin Schröder wrote: 2010/10/31 Khaled Hosny khaledho...@eglug.org: LM has upper case Greek, no idea why not lower case as well. I still find the idea of greek letters in a font called latin interesting... :-) I'm more interested about the

Re: [NTG-context] Simpleslides module is broken?!

2010-10-31 Thread Giulio Bertellini
I added the following two lines \usemodule[simplefonts] \setmainfont[Minion Pro] and I got the attached output. It is only a problem of fons, I am using ConTeXt ver: 2010.10.14 13:14 MKIV fmt: 2010.10.25 int: english/english. giulio On Sun, Oct 31, 2010 at 9:31 PM, Aditya Mahajan

Re: [NTG-context] Simpleslides module is broken?!

2010-10-31 Thread Giulio Bertellini
fonts On Sun, Oct 31, 2010 at 11:22 PM, Giulio Bertellini gbt...@gmail.comwrote: I added the following two lines \usemodule[simplefonts] \setmainfont[Minion Pro] and I got the attached output. It is only a problem of fons, I am using ConTeXt ver: 2010.10.14 13:14 MKIV fmt: 2010.10.25

Re: [NTG-context] Simpleslides module is broken?!

2010-10-31 Thread Vyatcheslav Yatskovsky
Hi, I added the following two lines \usemodule[simplefonts] \setmainfont[Minion Pro] and I got the attached output. Thank you very much, indeed! But in my output the font is smaller (I need it bigger), and the image still does not 'fit'. Source and output are uploaded here (too big for an

Re: [NTG-context] Simpleslides module is broken?!

2010-10-31 Thread Aditya Mahajan
On Mon, 1 Nov 2010, Vyatcheslav Yatskovsky wrote: Hi, I added the following two lines \usemodule[simplefonts] \setmainfont[Minion Pro] and I got the attached output. Thank you very much, indeed! But in my output the font is smaller (I need it bigger), Then why don't you follow the

Re: [NTG-context] print many cards (pages) on one A4 paper

2010-10-31 Thread Jonas Stein
\setuppapersize [XY][A4] \setuppaper [topspace=5mm,backspace=5mm,dx=1mm,dy=1mm,nx=2,ny=6] \setuplayout[page] [topspace=5mm,backspace=5mm] \setuplayout[page] \setuplayout[location=middle] \setuparranging [XY] \showframe \starttext \dorecurse{30}{test \recurselevel \page}