ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Thomas Friedrich <friedrich@statistik.tu-dortmund.de>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Numbering enumerations in mkiv
Date: Mon, 22 Jul 2013 15:28:46 +0200	[thread overview]
Message-ID: <CA+cORN85vG-=wy3RQiTK0nzNAe9xkKvAYjzkdbq77T9-Q72Fyg@mail.gmail.com> (raw)

Hello,

the mechanism for how to share the numbering of enumerations seems to
have changed from mkii to mkiv. I used the following code to typeset
theorems and lemmata in mkii. The typeset is very different when
complied with mkiv: In the following code, for example, the lemma is
missing its number, and there is an additional line break after each
theorem title.

~~~ snip ~~~
\setupcolors[state=start]

\setupframedtexts
    [width=\makeupwidth,
    frame=off,
    bottomframe=on,
    topframe=on,
    background=screen,
    backgroundscreen=.95]

\setupenumerations
    [title=yes,
    style=normal,
    list=all,
    before={\blank[big]},
    after={\blank[big]},
    location=serried,
    width=broad,
    distance=0.5em,
    headstyle=bold,
    titlestyle=bold,
    way=bychapter,
    conversion=numbers,
    before=\startframedtext,
    after=\stopframedtext]

\defineenumeration
    [theorem]
    [text=Theorem, listtext={Theorem }]

\defineenumeration
    [lemma]
    [text=Lemma, listtext={Lemma }, number=theorem]

\starttext
\theorem Something $a=bc$.

\theorem Something else.

\lemma And something.

\theorem And something else.

\stoptext
~~~ snip ~~~

How can I mimic the original typeset produced by 'texexec', so I can use mkiv?

Thank you a lot!

Thomas
___________________________________________________________________________________
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:[~2013-07-22 13:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-22 13:28 Thomas Friedrich [this message]
2013-07-22 13:42 ` Wolfgang Schuster

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='CA+cORN85vG-=wy3RQiTK0nzNAe9xkKvAYjzkdbq77T9-Q72Fyg@mail.gmail.com' \
    --to=friedrich@statistik.tu-dortmund.de \
    --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).