ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Cc: Xan <dxpublica@telefonica.net>
Subject: Re: \startnarrower as \abstract in LaTeX and bottom "layer" as footnote without markers
Date: Thu, 12 Aug 2010 18:38:45 +0200	[thread overview]
Message-ID: <4C642395.1010804@googlemail.com> (raw)
In-Reply-To: <4C64135D.4040404@telefonica.net>

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
___________________________________________________________________________________


      reply	other threads:[~2010-08-12 16:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-12 15:29 Xan
2010-08-12 16:38 ` Wolfgang Schuster [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C642395.1010804@googlemail.com \
    --to=schuster.wolfgang@googlemail.com \
    --cc=dxpublica@telefonica.net \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).