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

2015-08-07 Thread Tomas Hala
Hello Eric, try the following: \definehead[mysect][section] \setuphead[mysect][number=no] \starttext \mysect{Foo} \subsection{Bar one} \subsubsection{Barbar one} \subsubsection{Barbar two} \stoptext Best wishes, Tomas Fri, Aug 07, 2015 ve 03:04:04PM +0200 Eric Détrez napsal(a): # I wish to

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

2015-08-07 Thread Eric Détrez
Le 07-08-2015 15:04, Eric Détrez a écrit : I wish to print my texte as I Foo 1 Bar one 1.1 barbar one 1.2 barbar two 2 Bar two 2.1 foofoo one 2.2 foofoo two I don't want the Roman I printed in the numbering. With contextmark II I just added \setupsection[section-3][previousnumber=no]

[NTG-context] Text around a figure in a framedtext

2015-08-07 Thread Fabrice Couvreur
Hi, Why the text does not move in the first framedtext like the second framedtext ? Thank you. Fabrice \definecolor[MyColorB][c=0.00, m=0.62, y=1.00, k=0.00] \definecolor[MyColorA][.75(MyColorB,white)] \defineframedtext [MyText] [frame=off, background=MyFrame, width=\textwidth,

Re: [NTG-context] Struggling with alignment inside tabulate...

2015-08-07 Thread Willi Egger
Hi Wolfgang! Thank you so much for this! Willi On 6 aug. 2015, at 23:56, Wolfgang Schuster schuster.wolfg...@gmail.com wrote: Willi Egger 6. August 2015 23:47 Hi all, what kind of trickry is necessary to get the following minimal example to give correct output? As given it generates

[NTG-context] ebooks

2015-08-07 Thread Hans Hagen
Hi, In http://www.tomsguide.com/us/amazon-kindle-paperwhite,review-2967.html I read under Advanced Typesetting ... improved character placement and spacing, with advanced kerning and ligatures ...books with this enhanced typesetting are not easy to find which makes me wonder: how can an

Re: [NTG-context] m-graph read data and plot

2015-08-07 Thread Alan BRASLAU
You have two problems: 1) gdraw (4,1)--(7,1); has a unique ordinate, so graph will fail in this case if you do not explicitly set the range. 2) You have to take care with your choice of loop variables in MP not to run into conflicts those eventually used in macros. Also, as Hans indicated, you

Re: [NTG-context] ebooks

2015-08-07 Thread Jan Tosovsky
On 2015-08-07 Hans Hagen wrote: http://www.tomsguide.com/us/amazon-kindle-paperwhite,review-2967.html I read under Advanced Typesetting ... improved character placement and spacing, with advanced kerning and ligatures ...books with this enhanced typesetting are not easy to find which

Re: [NTG-context] Some questions about an environment (Metafun)

2015-08-07 Thread Fabrice Couvreur
Hi Hans, Thank you for responding to my request, it's really nice. By cons I do not understand what you mean some day textext might handle it okay Fabrice 2015-08-07 14:26 GMT+02:00 Hans Hagen pra...@wxs.nl: On 8/6/2015 11:38 PM, Fabrice Couvreur wrote: Hi, The following code (Metafun

[NTG-context] issues with typeface selection

2015-08-07 Thread Pablo Rodriguez
Dear list, I have the following sample: \definefontfamily[timesnew][serif][FreeSerif] \definefontfamily[droidserif][serif][Droid Serif] \setupbodyfont[palatino, 12pt] \starttext I want to have \type{\timesnew\ttfx} and \type{\droidserif\ttfx} in each cell, but

Re: [NTG-context] m-graph read data and plot

2015-08-07 Thread John Kitzmiller
Thank you Alan. setrange is the key I had not tried and I will be more careful with (2). This may not be the proper way to ask, but it is related to the topic: how to get Hobby’s Figure 9 from the mpgraph manual to work using m-graph?

Re: [NTG-context] issues with typeface selection

2015-08-07 Thread Pablo Rodriguez
On 08/07/2015 06:52 PM, Pablo Rodriguez wrote: Dear list, I have the following sample: [...] Typeface selection doesn’t seem to work even with paragraphs: \defineparagraphs[timesdroid][each][n=2, before=\blank] \defineparagraphs[timesdroid][1][style=\newtimes]

Re: [NTG-context] Some questions about an environment (Metafun)

2015-08-07 Thread Hans Hagen
On 8/6/2015 11:38 PM, Fabrice Couvreur wrote: Hi, The following code (Metafun documentation, thanks again Hans !) is fully understood and works very well. Sorry if I insist, but can we create a counter to avoid writing \FrameTitle{Définition 1}, \FrameTitle{Définition 2}... ? Thus, the only

[NTG-context] How not to print the chapter number

2015-08-07 Thread Eric Détrez
I wish to print my texte as I Foo 1 Bar one 1.1 barbar one 1.2 barbar two 2 Bar two 2.1 foofoo one 2.2 foofoo two I don't want the Roman I printed in the numbering. With contextmark II I just added \setupsection[section-3][previousnumber=no] but it doesn't seem to work in mark IV. Is

[NTG-context] Cover of ePub

2015-08-07 Thread Henning Hraban Ramm
Hi again, I'm trying to define a cover image for my ePub using the documented „firstpage“ setting of \setupexport. While it works in my minimal example below, it fails in my project structure; I tried to move \setupexport into project, product and component to no avail. %

Re: [NTG-context] Text around a figure in a framedtext

2015-08-07 Thread Otared Kavian
Hi, You should use the same width if you want to obtain the same result (by the way, you have to say also \stopframedtext in your source file): \startframedtext[width=\textwidth]{ \placefigure[right,none]{}{% \startMPcode draw unitsquare scaled 2cm ; \stopMPcode} \input knuth.tex }

Re: [NTG-context] Cover of ePub

2015-08-07 Thread Henning Hraban Ramm
I overlooked one thing: With the minimal example ConTeXt’s export doesn’t create a cover.xhtml, but in my project it does. Am 2015-08-08 um 09:59 schrieb Henning Hraban Ramm te...@fiee.net: Hi again, I'm trying to define a cover image for my ePub using the documented „firstpage“ setting