ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \startnarrower as \abstract in LaTeX and bottom "layer" as footnote without markers
@ 2010-08-12 15:29 Xan
  2010-08-12 16:38 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Xan @ 2010-08-12 15:29 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


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

* Re: \startnarrower as \abstract in LaTeX and bottom "layer" as footnote without markers
  2010-08-12 15:29 \startnarrower as \abstract in LaTeX and bottom "layer" as footnote without markers Xan
@ 2010-08-12 16:38 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2010-08-12 16:38 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Xan

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
___________________________________________________________________________________


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

end of thread, other threads:[~2010-08-12 16:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-12 15:29 \startnarrower as \abstract in LaTeX and bottom "layer" as footnote without markers Xan
2010-08-12 16:38 ` 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).