[NTG-context] \startnarrower as \abstract in LaTeX and bottom layer as footnote without markers

2010-08-12 Thread Xan

Hi,

I try to duplicate this [http://arxiv.org/abs/0901.1458] article to 
ConTeXt. The original article was written in LaTeX. I have to troubles 
in this duplication:


- abstract: I emulate LaTeX abstract environment with \startnarrower 
... \stopnarrower, as this 
[http://wiki.contextgarden.net/Article_Abstracts] wiki page suggests. 
But I see that the space between lines is much bigger in ConTeXt than 
LaTeX and that if we put $n^2$ for example in abstract, ConTeXt displays 
too big, as a normal text, instead of LaTeX where all is \small sized.


- for the other hand, I want to put a layer as a footnote without 
markers. In the original article it begins with Date:  How can I 
achieve that?


- Finally, I want to put my name and title alternatively in the 
headertexts, in odd and even pages. How can I do that?



Anyone could help me?

Thanks a lot,
Xan.

PS: Please CC-me.
___
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] \startnarrower as \abstract in LaTeX and bottom layer as footnote without markers

2010-08-12 Thread Wolfgang Schuster

Am 12.08.10 17:29, schrieb Xan:

Hi,

I try to duplicate this [http://arxiv.org/abs/0901.1458] article to
ConTeXt. The original article was written in LaTeX. I have to troubles
in this duplication:

- abstract: I emulate LaTeX abstract environment with \startnarrower
... \stopnarrower, as this
[http://wiki.contextgarden.net/Article_Abstracts] wiki page suggests.
But I see that the space between lines is much bigger in ConTeXt than
LaTeX and that if we put $n^2$ for example in abstract, ConTeXt displays
too big, as a normal text, instead of LaTeX where all is \small sized.

- for the other hand, I want to put a layer as a footnote without
markers. In the original article it begins with Date:  How can I
achieve that?

- Finally, I want to put my name and title alternatively in the
headertexts, in odd and even pages. How can I do that?



\definedelimitedtext
 [abstract]
 [leftmargin=yes,
  spacebefore=line,
  before=\smallbodyfont]

\setupheadertexts[\midaligned{Title}][][\midaligned{Ben Lee User}][]

\starttext

\footnotetext[-]{Date: \currentdate}

\startabstract
\WORD{Abstract:} \input ward
\stopabstract

\dorecurse{10}{\input knuth\par}

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