ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Set the space after a figure?
@ 2010-11-25 11:34 seasoul
  2010-11-25 12:13 ` Mojca Miklavec
  2010-11-25 12:14 ` Wolfgang Schuster
  0 siblings, 2 replies; 3+ messages in thread
From: seasoul @ 2010-11-25 11:34 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 235 bytes --]

I want to setup the space after the figure (caption inclusive), i tried

\setupfloat[figure][spaceafter = mediaum],

no change after i compile,

then i tried

\setupfloat[figure][after=\blank[big], no change again?

Anyway to do this?

[-- Attachment #1.2: Type: text/html, Size: 272 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Set the space after a figure?
  2010-11-25 11:34 Set the space after a figure? seasoul
@ 2010-11-25 12:13 ` Mojca Miklavec
  2010-11-25 12:14 ` Wolfgang Schuster
  1 sibling, 0 replies; 3+ messages in thread
From: Mojca Miklavec @ 2010-11-25 12:13 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear "seasoul",

here are some general remarks (I didn't try if this works at all or
not) that are independent of your particular problem:

On Thu, Nov 25, 2010 at 12:34, seasoul wrote:
> I want to setup the space after the figure (caption inclusive), i tried
>
> \setupfloat[figure][spaceafter = mediaum],

- you may not use any space; you would need to write
"spaceafter=medium" and not "spaceafter = medium"
- medium is misspelled
- I suspect that spaceafter is only for setupfloats, not for
setupfloat, but I didn't really try or read the source; so maybe
\setupfloats[spaceafter=medium] could work

> no change after i compile,
>
> then i tried
>
> \setupfloat[figure][after=\blank[big], no change again?

You need to use
    after={\blank[big]}
that is: you need braces, else the closing bracket of big will also
close setupfloat.


The following is from one of my old documents:

\setupformulas
	[spacebefore=0.6cm,spaceafter=0.6cm]
\setupfloats
	[spacebefore=0.8cm,spaceafter=0.8cm]

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Set the space after a figure?
  2010-11-25 11:34 Set the space after a figure? seasoul
  2010-11-25 12:13 ` Mojca Miklavec
@ 2010-11-25 12:14 ` Wolfgang Schuster
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Schuster @ 2010-11-25 12:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 25.11.2010 um 12:34 schrieb seasoul:

> I want to setup the space after the figure (caption inclusive), i tried 
> 
> \setupfloat[figure][spaceafter = mediaum],

Remove the spaces:

\setupfloat[figure][spaceafter=medium]

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-11-25 12:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-25 11:34 Set the space after a figure? seasoul
2010-11-25 12:13 ` Mojca Miklavec
2010-11-25 12:14 ` Wolfgang Schuster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).