ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \definedescription usage
@ 2012-03-06  2:05 Kip Warner
  2012-03-06  7:35 ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Kip Warner @ 2012-03-06  2:05 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 558 bytes --]

Hey list,

I'd like the contents of my \startdefinition \stopdefinition pairs to
have their title above them on a line of their own, but am having
problems with the usage:

\definedescription[definition]
  [location=top,
   hang=20,
   headcolor=colour_head,
   headstyle=boldslanted,
   command=\hskip-1cm,
   margin=1cm]

According to what I understand here,
http://wiki.contextgarden.net/Description#ConTeXt_3
, this should work?

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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] 5+ messages in thread

* Re: \definedescription usage
  2012-03-06  2:05 \definedescription usage Kip Warner
@ 2012-03-06  7:35 ` Wolfgang Schuster
  2012-03-06 23:21   ` Kip Warner
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2012-03-06  7:35 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 06.03.2012 um 03:05 schrieb Kip Warner:

> Hey list,
> 
> I'd like the contents of my \startdefinition \stopdefinition pairs to
> have their title above them on a line of their own, but am having
> problems with the usage:
> 
> \definedescription[definition]
>  [location=top,

alternative=top,

>   hang=20,
>   headcolor=colour_head,
>   headstyle=boldslanted,
>   command=\hskip-1cm,
>   margin=1cm]

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] 5+ messages in thread

* Re: \definedescription usage
  2012-03-06  7:35 ` Wolfgang Schuster
@ 2012-03-06 23:21   ` Kip Warner
  2012-03-06 23:39     ` Marco
       [not found]     ` <20120307004005.577bbcf3@homerow>
  0 siblings, 2 replies; 5+ messages in thread
From: Kip Warner @ 2012-03-06 23:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1511 bytes --]

On Tue, 2012-03-06 at 08:35 +0100, Wolfgang Schuster wrote:
> Am 06.03.2012 um 03:05 schrieb Kip Warner:
> 
> > Hey list,
> > 
> > I'd like the contents of my \startdefinition \stopdefinition pairs to
> > have their title above them on a line of their own, but am having
> > problems with the usage:
> > 
> > \definedescription[definition]
> >  [location=top,
> 
> alternative=top,
> 
> >   hang=20,
> >   headcolor=colour_head,
> >   headstyle=boldslanted,
> >   command=\hskip-1cm,
> >   margin=1cm]

As soon as I added that variable and assignment, it crapped out:

! Undefined control sequence.
\143>top:width ->\localhize 
                            
\assignwidth ...dth \ifcsname \??dimensionwidth #1
                                                  \endcsname #1\else \s!
unkn...
\139>notation ...onalternativeparameter \c!width }

\constructionsheadwidth {...
\handlenoteitself ...c_constructions_stored_start 
                                                  \begstrut
\strc_notes_set_...
\handlenoteinsert ... {\handlenoteitself {#1}{#2}}
                                                  \egroup \the
\everyafterno...
\142>notation:note ...rentnote \currentnotenumber 
                                                  \fi \fi \endgroup \fi
\fi ...
...
l.23 ...f.org/external/np/pp/eng/2010/041310.pdf}}

It compiles fine if I remove it though.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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] 5+ messages in thread

* Re: \definedescription usage
  2012-03-06 23:21   ` Kip Warner
@ 2012-03-06 23:39     ` Marco
       [not found]     ` <20120307004005.577bbcf3@homerow>
  1 sibling, 0 replies; 5+ messages in thread
From: Marco @ 2012-03-06 23:39 UTC (permalink / raw)
  To: ntg-context

On 2012-03-06 Kip Warner <kip@thevertigo.com> wrote:

> As soon as I added that variable and assignment, it crapped out:
> 
> ! Undefined control sequence.
> \143>top:width ->\localhize 
>                             
> \assignwidth ...dth \ifcsname \??dimensionwidth #1

Looks like this bug:

http://permalink.gmane.org/gmane.comp.tex.context.devel/1974

Marco


___________________________________________________________________________________
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] 5+ messages in thread

* Re: \definedescription usage
       [not found]     ` <20120307004005.577bbcf3@homerow>
@ 2012-03-07  0:13       ` Kip Warner
  0 siblings, 0 replies; 5+ messages in thread
From: Kip Warner @ 2012-03-07  0:13 UTC (permalink / raw)
  To: Marco; +Cc: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 351 bytes --]

On Wed, 2012-03-07 at 00:40 +0100, Marco wrote:
> Looks like this bug:
> 
> http://permalink.gmane.org/gmane.comp.tex.context.devel/1974
> 
> Marco

I don't know why, but I always seem to be the one to step on every
ConTeXt landmine.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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] 5+ messages in thread

end of thread, other threads:[~2012-03-07  0:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-06  2:05 \definedescription usage Kip Warner
2012-03-06  7:35 ` Wolfgang Schuster
2012-03-06 23:21   ` Kip Warner
2012-03-06 23:39     ` Marco
     [not found]     ` <20120307004005.577bbcf3@homerow>
2012-03-07  0:13       ` Kip Warner

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).