ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Peter Münster" <pmlists@free.fr>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: nomarking function in MKIV
Date: Thu, 1 Jul 2010 11:23:01 +0200	[thread overview]
Message-ID: <20100701092301.GA9647@gaston.couberia.bzh> (raw)
In-Reply-To: <201007011016.04168.alan.braslau@cea.fr>

On Thu, Jul 01 2010, Alan BRASLAU wrote:

> Functionality such as the subject of this thread
> should be available by default, without having to mess with macros.
> In particular, functionality present in LaTeX for quite some time
> should be possible within ConTeXt rather easily, the ConTeXt way,
> of course.

The ConTeXt way is now: \startchapter[...] \stopchapter
When you don't need the extra functionality, you can use the old \chapter
command, but when you need it, the just use the new environment.

> Thus,
>   \chapter[toc-entry]{title}
> of LaTeX should have its equivalent in ConTeXt,
> and this would be logically something like:
>   \chapter [title={title},list={toc-entry}]

Why? LaTeX is not the reference for ConTeXt.
It could also be like this:
\startsection[type=chapter, title=my title, ...]
\stopsection

> Furthermore,
>   \chapter*{title}
> of LaTeX should also have its simple equivalent in ConTeXt,
> and this would be logically something like:
>   \chapter [number=no] {title}

This should be simple enough:
\startchapter[number=no]
\stopchapter

> which could very logically be:
>   \placefigure [where] [fig:reference] [caption=no]
>     {figure}
> and 
>   \placefigure [where] [fig:reference] [caption={caption},list={lof-entry}]
>     {figure}
> the ConTeXt way!

Or:
\placefigure[where=here, label=fig:label, caption=my caption, ...]{figure}

Cheers, Peter

-- 
Contact information: http://pmrb.free.fr/contact/


___________________________________________________________________________________
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
___________________________________________________________________________________


  parent reply	other threads:[~2010-07-01  9:23 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-29 16:14 John Devereux
2010-06-29 17:33 ` Peter Münster
2010-06-29 21:03   ` John Devereux
2010-06-30  8:19   ` Alan BRASLAU
2010-06-30  9:03     ` Peter Münster
2010-06-30 10:03       ` nomarking function in MKIV (selector) Alan BRASLAU
2010-06-30 22:35     ` nomarking function in MKIV Wolfgang Schuster
2010-07-01  8:16       ` Alan BRASLAU
2010-07-01  8:30         ` Wolfgang Schuster
2010-07-01  9:23         ` Peter Münster [this message]
2010-07-01  9:44           ` Alan BRASLAU
2010-07-01  9:55             ` luigi scarso
2010-07-01 10:00             ` Thomas A. Schmitz
2010-07-01 10:23               ` luigi scarso
2010-07-01 18:59               ` Alan BRASLAU
2010-07-02  8:18                 ` Thomas A. Schmitz
2010-07-02  9:18                   ` luigi scarso
2010-07-02 11:07                   ` Alan BRASLAU
2010-07-01 10:11             ` Henning Hraban Ramm

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=20100701092301.GA9647@gaston.couberia.bzh \
    --to=pmlists@free.fr \
    --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).