Re: [NTG-context] Removing last skip or insert negative space to captions of figures

2010-05-11 Thread Hans Hagen

On 11-5-2010 7:38, Jaroslav Hajtmar wrote:


Is there any way to removing last skip in Context (MkIV)??


\removeunwantedspaces

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 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] Removing last skip or insert negative space to captions of figures

2010-05-11 Thread Jaroslav Hajtmar

Hello Hans.
Thanx for quickly respons, but \removeunwantedspaces unfortunately hasnt 
effect - last space from caption isnt remove.


when I do:
\placefigure{\removeunwantedspaces : Caption 1}
  {\externalfigure[figure1]}
then result is:

Figure 1:   Caption 1

but I want get:

Figure 1:Caption 1

with negative spaces i.e.

\placefigure{$\!\!\!\!$:\quad  Caption 1}
  {\externalfigure[figure1]}

is result OK! BUT this method is terrible for me:

Thanx Jaroslav


Dne 11.5.2010 19:48, Hans Hagen napsal(a):

On 11-5-2010 7:38, Jaroslav Hajtmar wrote:


Is there any way to removing last skip in Context (MkIV)??


\removeunwantedspaces

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 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] Removing last skip or insert negative space to captions of figures

2010-05-11 Thread Peter Münster
On Tue, May 11 2010, Jaroslav Hajtmar wrote:

 \placefigure{$\!\!\!\!$:\quad  Caption 1}
   {\externalfigure[figure1]}

 is result OK! BUT this method is terrible for me:

Better method:

\setupcaptions[distance=0pt]
\starttext
\placefigure{: Caption}{bla}
\stoptext

Cheers, Peter

-- 
Contact information: http://pmrb.free.fr/contact/


___
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] Removing last skip or insert negative space to captions of figures

2010-05-11 Thread Jaroslav Hajtmar
Thanx, it is well gracefull resolution - have not influence to content 
list of figures.


Jaroslav

Dne 11.5.2010 21:07, Peter Münster napsal(a):

On Tue, May 11 2010, Jaroslav Hajtmar wrote:

   

\placefigure{$\!\!\!\!$:\quad  Caption 1}
   {\externalfigure[figure1]}

is result OK! BUT this method is terrible for me:
 

Better method:

\setupcaptions[distance=0pt]
\starttext
\placefigure{: Caption}{bla}
\stoptext

Cheers, Peter

   


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