Re: [NTG-context] issue with image in an xtable

2015-04-20 Thread Pierre Bovet
Hi Pablo,

It seems that if you comment \dontleavemode, the image size gives no effect to 
the two first table lines.

   \startxcell[align=left, ny=2]
   % \dontleavehmode
   \externalfigure[cow][height=10mm]
   \stopxcell

Pierre

 Le 20 avr. 2015 à 17:34, Pablo Rodriguez oi...@gmx.es a écrit :
 
 Dear list,
 
 I have the following sample:
 
\setupexternalfigures[location=default]
\starttext
\startxtable[option=stretch]
\startxrow
\startxcell First line left\stopxcell
\startxcell\mbox{}\stopxcell
\startxcell First line right\stopxcell
\stopxrow
\startxrow
\startxcell Second line left\stopxcell
\startxcell\mbox{}\stopxcell
\startxcell Second line right\stopxcell
\stopxrow
\startxrow
\startxcell Third Line left\stopxcell
\startxcell[align=left, ny=2]
\dontleavehmode\externalfigure[cow][height=20mm]
\stopxcell
\startxcell\mbox{}\stopxcell
\stopxrow
\startxrow
\startxcell Fourth line left\stopxcell
\startxcell\mbox{}\stopxcell
\stopxrow
\startxrow
\startxcell Fifth line left\stopxcell
\startxcell\mbox{}\stopxcell
\startxcell Fifth line right\stopxcell
\stopxrow
\stopxtable
\stoptext
 
 If the image is higher than the two rows it is meant to have, the first
 two rows get extra height.
 
 Is this a bug or am I missing something?
 
 Many thanks for your help,
 
 
 Pablo
 -- 
 http://www.ousia.tk
 ___
 If your question is of interest to others as well, please add an entry to the 
 Wiki!
 
 maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
 webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
 archive  : http://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net
 ___

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Columns and clubpenalty problem

2014-02-17 Thread Pierre Bovet
Hi all,

I've the same problem, w/o solution.
An alternative is a double line brake, but it's not a durable solution…

Pierre Bovet

Le 4 févr. 2014 à 14:52, Thomas Floeren t...@mac.com a écrit :

 Hi,
 
 with the recent Betas, and the Current, I have a problem with columns and 
 clubpenalty. In the following minimal the long item (item 1) will introduce 
 a column break (instead of a simple line break):
 
 \def \defaultclubpenalty{\plustenthousand}
 
 \starttext
 \startitemize [columns]
 \item This is just a long line and should stay in the left column. 
 \dorecurse{10}{\item bla bla bla}
 \stopitemize
 \stoptext
 
 Older ConTeXt versions work as expected (no column break in item 1), for 
 example 
 Beta 2013.11.13 12:28 or Current 2013.05.28 00:36.
 
 
 Thomas Floeren
 
 ___
 If your question is of interest to others as well, please add an entry to the 
 Wiki!
 
 maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
 webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
 archive  : http://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net
 ___

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] MacOsX Mavericks and Luatex

2013-10-24 Thread Pierre Bovet
Context (luatex) works without problem under Mavericks, but it don't works with 
external font:

\usetypescript[lucida][ec] \setupbodyfont[lucida,12pt]
\starttext
 
Hello world!
 
\stoptext

Pierre

Le 24 oct. 2013 à 09:24, Wolfgang Schuster wolfgang.schus...@gmail.com a 
écrit :

 
 Am 24.10.2013 um 09:13 schrieb Schmitz Thomas A. thomas.schm...@uni-bonn.de:
 
 
 On 24 Oct 2013, at 09:04, Wolfgang Schuster wolfgang.schus...@gmail.com 
 wrote:
 
 There are no problems for me with the last version of the context suite and 
 OS 10.9.
 
 This is LuaTeX, Version beta-0.76.0-2013040508  (TeX Live 2013/dev)(rev 
 4627)
 
 Wolfgang
 
 not on my system. I have this version and the latest suite, and context 
 bails out (see my other messages).
 
 I get also a error message when I update the font database
 
 fonts   | names | globbing path '/Library/Fonts/**.ttf'Segmentation 
 fault: 11
 
 but it doesn’t prevent me from using LuaTeX or regenerating the context 
 format.
 
 Wolfgang
 ___
 If your question is of interest to others as well, please add an entry to the 
 Wiki!
 
 maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
 webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
 archive  : http://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net
 ___

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] MacOsX Mavericks and Luatex

2013-10-24 Thread Pierre Bovet
OK, that was not a good example…
But the the message above is coming with any other otf fonts:

fontsnames  globbing path '/Library/Fonts/**.ttf'

mtx-context | fatal error: no return code, message: luatex: execution 
interrupted

Pierre

Le 24 oct. 2013 à 09:36, Wolfgang Schuster wolfgang.schus...@gmail.com a 
écrit :

 
 Am 24.10.2013 um 09:30 schrieb Pierre Bovet pierr...@me.com:
 
 Context (luatex) works without problem under Mavericks, but it don't works 
 with external font:
 
 \usetypescript[lucida][ec] \setupbodyfont[lucida,12pt]
 \starttext
 
 Hello world!
 
 \stoptext
 
 This is unrelated to the problem. MkIV has no support for the Type1 version 
 of the Lucida
 fonts, use the OpenType version instead (new version which can be purchased 
 from TUG).
 
 \setupbodyfont[lucidaot]
 \starttext
 Hello world!
 \stoptext
 
 Wolfgang
 
 ___
 If your question is of interest to others as well, please add an entry to the 
 Wiki!
 
 maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
 webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
 archive  : http://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net
 ___

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] MacOsX Mavericks and Luatex

2013-10-24 Thread Pierre Bovet
Oh yes, thank you very much!
I can compile again with Myriad Pro and all other otf fonts!
Thank you!
Pierre
Le 24 oct. 2013 à 10:08, Schmitz Thomas A. thomas.schm...@uni-bonn.de a écrit 
:

 
 On 24 Oct 2013, at 10:00, Wolfgang Schuster wolfgang.schus...@gmail.com 
 wrote:
 
 Can you remove the Skia.ttf (copy it to another directory) font from 
 /Library/Fonts,
 this helped on my system to get rid of the error message.
 
 Wolfgang
 
 Yes, that helped, and I can at least compile my documents again. (How did you 
 find out it was this particular font?).
 
 Thanks a lot
 
 Thomas
 ___
 If your question is of interest to others as well, please add an entry to the 
 Wiki!
 
 maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
 webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
 archive  : http://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net
 ___

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] MacOsX Mavericks and Luatex

2013-10-23 Thread Pierre Bovet
Hi all!

It seems that Luatex (0.76 2013/04/05) don't works with Mavericks?

Thank's in advanced for your help and testimonies

Best wishes


--
Pierre Bovet
Documentaliste technique | Chargé de sécurité CFST
 
Tel :  +41 (0) 26 401 61 56
Courriel : pierr...@me.com

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] ConTeXt mkiv with SciTE on MacOSX

2013-04-18 Thread Pierre Bovet

Le 18 avr. 2013 à 11:19, Mojca Miklavec mojca.miklavec.li...@gmail.com a 
écrit :

 On Thu, Apr 18, 2013 at 7:37 AM, Pierre Bovet wrote:
 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?
 
 It might be that you are the first ConTeXt user who has bought Scite
 for Mac OS X. (I know that Hans played with it in past, but I'm not
 sure if that was the version that is now being sold.)

Thank you for your answer,
I use daily Textmate. But I like test various text editor, such Textshop (very 
stable), Texworks, Sublime, etc. That makes more varied and richer life.

Pierre

 
 Mojca
 ___
 If your question is of interest to others as well, please add an entry to the 
 Wiki!
 
 maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
 webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
 archive  : http://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net
 ___

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[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 attention!

Pierre Bovet
Switzerland___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] problem with --arrange option (current 2011.05.18 18:04 MKIV and actual beta)

2013-02-21 Thread Pierre Bovet
Hi,

I would print a booklet with trap of 3mm. With the current version 2011.05.18 
18:04 MKIV – luatex 0.70, all's right. But with the current version 2012.05.30 
11:26 MKIV – luatex 0.72 and the actuel beta – luatex 0.74, the header logo is 
cut into the cut marks (w/o trap).

You can see my minimal in attachment.

PS: excuse me for my approximate language, I don't speak english…

Pierre Bovet




arranging.tex
Description: Binary data
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] Floats numbering

2009-08-20 Thread Pierre Bovet
Hi

I've a problem with mkiv :

Floats are numbered in continuous mode without chapter prefix (fig. 1 to
fig. 183).

By compiling with mkii, floats are correctly numbered ! (fig. 1.1 to fig.
9.27)

 

Thank's for your help.

 

Regards

 

Pierre Bovet

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___