Re: [NTG-context] placefigure broken in mkiv?

2009-10-16 Thread Hans Hagen

Alan BRASLAU wrote:


However, on the subject of \placefigure,
there appears to be a small bug in mkiv.
(Untested) minimal example:

\usemodule[bib]

\starttext

\placefigure[right,none]{}{\externalfigure[file][width=.3\textwidth]

Text...\cite{Me2009}
\blank[2*line]

\placepublications[criterium=all]

\stoptext

The publications list is typeset full \textwidth and overflows the figure.


is this related to bibliographies? if so, make a test file that shows 
the problem and communicate it with Thomas Schmitz who is collecting / 
testing bib related issues


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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] placefigure broken in mkiv?

2009-10-16 Thread Vyatcheslav Yatskovsky

Hello,

Thanks, Wolfgang.

\placefigure[middle,none]{}{...}

the official way in mkiv (please add this to the new mkii/mkiv
difference page on the wiki)
   

OK, but where this page is?

(Oh, I we could get rid of these empty parenthesizes, it would be even 
nicer. Let's clean the syntax! )


Vyatcheslav
___
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] placefigure broken in mkiv?

2009-10-16 Thread Wolfgang Schuster


Am 16.10.2009 um 15:29 schrieb Vyatcheslav Yatskovsky:


please add this to the new mkii/mkiv difference page on the wiki)


OK, but where this page is?


http://wiki.contextgarden.net/MkIV_Differences

(Oh, I we could get rid of these empty parenthesizes, it would be  
even nicer. Let's clean the syntax! )


You can make a entry in the bug/feature tracker: http://tracker.luatex.org/

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
___


Re: [NTG-context] placefigure broken in mkiv?

2009-10-15 Thread Wolfgang Schuster


Am 15.10.2009 um 16:04 schrieb Vyatcheslav Yatskovsky:


Hello,

A document that was previously compiled successfully a few months  
ago, now throws an exception.


My code:
\placefigure
 [middle]
 {none}
 {\externalfigure[2009-05-26_200309s][width=0.9\textwidth]}


\placefigure[middle,none]{}{...}

the official way in mkiv (please add this to the new mkii/mkiv  
difference page on the wiki)


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
___


Re: [NTG-context] placefigure broken in mkiv?

2009-10-15 Thread Alan BRASLAU
On Thursday 15 October 2009 17:29:12 Wolfgang Schuster wrote:
 Am 15.10.2009 um 16:04 schrieb Vyatcheslav Yatskovsky:
  Hello,
 
  A document that was previously compiled successfully a few months
  ago, now throws an exception.
 
  My code:
  \placefigure
   [middle]
   {none}
   {\externalfigure[2009-05-26_200309s][width=0.9\textwidth]}
 
 \placefigure[middle,none]{}{...}
 
 the official way in mkiv (please add this to the new mkii/mkiv
 difference page on the wiki)

This indeed is a cleaner syntax.


However, on the subject of \placefigure,
there appears to be a small bug in mkiv.
(Untested) minimal example:

\usemodule[bib]
...
\starttext

\placefigure[right,none]{}{\externalfigure[file][width=.3\textwidth]

Text...\cite{Me2009}
\blank[2*line]

\placepublications[criterium=all]

\stoptext

The publications list is typeset full \textwidth and overflows the figure.

Alan
___
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
___