[NTG-context] distance between footnotes

2013-02-27 Thread Meer, H. van der
I find the distance between my footnotes too large:

1 first foornote
too much space
2 second footnote

Trying \setupfootnotes[after={\blank-2mm]}] does not change anything
as is the case with \setupnotation[footnote][after={\blank[-2mm]}]

A strange phenomenon I noticed when wxperimenting for this post:

\setupnotes[bodyfont=12pt] does change the font in the footnotes,
but \setupnotation[footnote][bodyfont=12pt] does not.
I thought that in mkiv \setupnotation[footnote] should completely replace 
\setupnotes. How is that?

Hans van der Meer



___
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] distance between footnotes

2013-02-27 Thread Wolfgang Schuster

Am 27.02.2013 um 10:26 schrieb Meer, H. van der h.vanderm...@uva.nl:

 I find the distance between my footnotes too large:
 
 1 first foornote
 too much space
 2 second footnote
 
 Trying \setupfootnotes[after={\blank-2mm]}] does not change anything
 as is the case with \setupnotation[footnote][after={\blank[-2mm]}]
 
 A strange phenomenon I noticed when wxperimenting for this post:
 
 \setupnotes[bodyfont=12pt] does change the font in the footnotes,
 but \setupnotation[footnote][bodyfont=12pt] does not.
 I thought that in mkiv \setupnotation[footnote] should completely replace 
 \setupnotes. How is that?

Footnotes are placed in a block and the settings of the block (e.g. the rule at 
the top)
are controlled by \setupnote but the layout of each entry is controlled by 
\setupnotation.

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
___


[NTG-context] float placement

2013-02-27 Thread Meer, H. van der
I would like to place a figure (float) on a page by itself, at a specific point.

Using \placefigure[force] gives me the figures at that point but not on 
separate page, whereas \placefigure[page] puts it on a page but not at the 
point where it should appear.
Finally \placefigure[force,page] nor \placefigure[page,force] did help.

Howto?
  
Hans van der Meer



___
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] default parameter in \definefont

2013-02-27 Thread Wolfgang Schuster

Am 26.02.2013 um 16:04 schrieb john Culleton j...@wexfordpress.com:

 I hesitate to trouble you with a string of questions,
 one by one. Right now the two critical files are:
 \input formatting.tex
 ---
 
 \usemodule [simplefonts]
 \definefont [titlefont][MyriadPro-Bold*default at 70bp]
 \definefont [subtitle][MyriadPro-Bold*default at 25bp]
 \definefont [gauthor][MinionPro-Regular*default at 25bp]
 ---

\startenvironment[formatting]

\usemodule [simplefonts]
\definefont [titlefont][MyriadPro-Bold*default at 70bp]
\definefont [subtitle][MyriadPro-Bold*default at 25bp]
\definefont [gauthor][MinionPro-Regular*default at 25bp]

\stopenvironment

 followed by:
 \input title.tex

\component[title]

 -
 \startstandardmakeup[align=middle]
 
 \startstyle[titlefont]
  Classic COBOL
 \stopstyle
 
 \vfil
 
 \style[subtitle]{A Concise Guide}
 
 \vfil
 \null
 \vfil
 \style[gauthor]{John Culleton}
 \vfil
 \style[subtitle]{Wexford Press}
 \stopstandardmakeup
 


\environment[formatting]

\startcomponent[title]

\startstandardmakeup[align=middle]

…

\stopstandardmakeup

\stopcomponent

When you use \startcomponent etc. you can compile individual parts of your
document whig is faster when you want to check the content of them.

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
___

[NTG-context] startitemize[joinedup] killed?

2013-02-27 Thread Meer, H. van der
What has happened to the joinedup parameter of \startitemize?

As can be seen in the following minimal example, the \setupwhitespace 
effectively kills the effect of the joinedup. Making it impossible to typeset 
preceding text and item list close together.
I can barely believe that this side effect of \setupwhitespace is inentional.

Hans van der Meer

% test joinedup
% ConTeXt  ver: 2013.01.27 21:24 MKIV  fmt: 2013.2.24  int: english/english
\starttext
This is text before the itemize.
\startitemize[n,joinedup]
\startitem item one\stopitem
\startitem item two\stopitem
\stopitemize
\blank
\setupwhitespace[big]
This is text before the itemize.
\startitemize[n,joinedup]
\startitem item one\stopitem
\startitem item two\stopitem
\stopitemize
\stoptext






joinedup.pdf
Description: joinedup.pdf
___
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
___