ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
Subject: Re: frame "thickness"
Date: Fri, 20 Oct 2006 10:52:42 -0400 (EDT)	[thread overview]
Message-ID: <Pine.GSO.4.63.0610201040510.14870@rrpf4327h10.ratva.hzvpu.rqh> (raw)
In-Reply-To: <115224fb0610200157x1c4ad722l68dafa1a8169f562@mail.gmail.com>



On Fri, 20 Oct 2006, Wolfgang Schuster wrote:

> 2006/10/20, andrea valle <valle@di.unito.it>:
>> 
>> > By the way, is there a way where the command is listed?
>> >
>> 
>> (I mean, the option "ruledthickness" indeed)
>> 
>> -a-
>> 
>> 
>> Andrea Valle
>
>
> Hi Anrea,
>
> the option rulethickness for the framed macro is nowhere listed in
> one if the manuals, it is only mentioned in the wiki als parmater
> for natural Tables http://wiki.contextgarden.net/TABLE#Make_a_cell_bold
> and at the page for the animated euro sign
> http://wiki.contextgarden.net/EuroAnim.
>
> It is currently missing in the commanindex setup-en.pdf (and the
> neccesary file cont-en.xml).
>
> The best sources are only the sources if you want to know  which
> options are available for every command.

True indeed. This is what I usually do to find out about an option. Search 
texwebshow for options. If it is there, read the manual for the 
description.

If I do not find any relevant option, but know that ConTeXt ought to have 
an option for what I want (which usually means that it will), look in the 
sources. My strategy for searching the sources involves finding out which 
source file defines the option. (search on sources.contextgarden.net work 
for most cases, I use grep for the cases which are more trickier to find). 
Most (all?) commands come with an accompanying \setup command, which 
initiallizes all the options for the command. This way, one knows atleast 
which options a command will accept. In most cases guessing the 
functionality of an option is easy, as ConTeXt uses a consistent interface 
for everything. Sometimes, when I have no clue what that option does, I 
search where the option is used. Most options are stored using 
\getparameters[\??xx] where xx is a two letter abbreviation. Then you can 
search for \@@xxoption to see where it is used. That way, you can usually 
guess what an option does.

The sources also have some examples that are usually useful in 
understanding a few tricks about the command.

If I still can not figure out, I ask on the mailing list.

Aditya

  parent reply	other threads:[~2006-10-20 14:52 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-20  0:05 andrea valle
2006-10-20  7:37 ` Hans Hagen
2006-10-20  8:34   ` andrea valle
2006-10-20  8:44     ` andrea valle
2006-10-20  8:57       ` Wolfgang Schuster
2006-10-20  9:38         ` Hans Hagen
2006-10-20 11:49           ` andrea valle
2006-10-20 12:35             ` Hans Hagen
2006-10-20 14:52         ` Aditya Mahajan [this message]
2006-10-20 22:14           ` andrea valle

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=Pine.GSO.4.63.0610201040510.14870@rrpf4327h10.ratva.hzvpu.rqh \
    --to=adityam@umich.edu \
    --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).