ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \definedescription question
@ 2014-09-21 11:55 Gerben Wierda
  2014-09-21 14:07 ` Otared Kavian
  0 siblings, 1 reply; 17+ messages in thread
From: Gerben Wierda @ 2014-09-21 11:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

I have this definition:

\definedescription[Member][headstyle=bold,
        location=hanging,width=fit]

What do I need to do if my description item has multiple paragraphs? A \par ends the description, so I need a definition of some sort of followup item without the heading. How do I do that? I'm using mkii.

G

[-- Attachment #1.2: Type: text/html, Size: 666 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] 17+ messages in thread

* Re: \definedescription question
  2014-09-21 11:55 \definedescription question Gerben Wierda
@ 2014-09-21 14:07 ` Otared Kavian
  2014-09-21 16:29   ` Gerben Wierda
  0 siblings, 1 reply; 17+ messages in thread
From: Otared Kavian @ 2014-09-21 14:07 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hi Gerben,

Just use \startMember \stopMember as in the following:

\starttext

\startMember{Knuth and Ward}
\input knuth

\input ward

\stopMember

\Member{Knuth}
\input knuth

\input ward

\stoptext

Best regards: OK

On 21 Sep 2014, at 13:55, Gerben Wierda <gerben.wierda@rna.nl> wrote:

> I have this definition:
> 
> \definedescription[Member][headstyle=bold,
>         location=hanging,width=fit]
> 
> What do I need to do if my description item has multiple paragraphs? A \par ends the description, so I need a definition of some sort of followup item without the heading. How do I do that? I'm using mkii.
> 
> G
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________


[-- Attachment #1.2: Type: text/html, Size: 2365 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] 17+ messages in thread

* Re: \definedescription question
  2014-09-21 14:07 ` Otared Kavian
@ 2014-09-21 16:29   ` Gerben Wierda
  2014-09-21 17:57     ` Wolfgang Schuster
  0 siblings, 1 reply; 17+ messages in thread
From: Gerben Wierda @ 2014-09-21 16:29 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Thanks. That almost gives me the result I need. 

What is missing is that the extra paragraphs of the Member are not indented.

G

On 21 Sep 2014, at 16:07, Otared Kavian <otared@gmail.com> wrote:

> Hi Gerben,
> 
> Just use \startMember \stopMember as in the following:
> 
> \starttext
> 
> \startMember{Knuth and Ward}
> \input knuth
> 
> \input ward
> 
> \stopMember
> 
> \Member{Knuth}
> \input knuth
> 
> \input ward
> 
> \stoptext
> 
> Best regards: OK
> 
> On 21 Sep 2014, at 13:55, Gerben Wierda <gerben.wierda@rna.nl> wrote:
> 
>> I have this definition:
>> 
>> \definedescription[Member][headstyle=bold,
>>         location=hanging,width=fit]
>> 
>> What do I need to do if my description item has multiple paragraphs? A \par ends the description, so I need a definition of some sort of followup item without the heading. How do I do that? I'm using mkii.
>> 
>> G
>> ___________________________________________________________________________________
>> 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
>> ___________________________________________________________________________________
> 
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________


[-- Attachment #1.2: Type: text/html, Size: 3763 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] 17+ messages in thread

* Re: \definedescription question
  2014-09-21 16:29   ` Gerben Wierda
@ 2014-09-21 17:57     ` Wolfgang Schuster
  2014-09-21 18:32       ` Gerben Wierda
  0 siblings, 1 reply; 17+ messages in thread
From: Wolfgang Schuster @ 2014-09-21 17:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 21.09.2014 um 18:29 schrieb Gerben Wierda <gerben.wierda@rna.nl>:

> Thanks. That almost gives me the result I need. 
> 
> What is missing is that the extra paragraphs of the Member are not indented.

Make a minimal example!

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

* Re: \definedescription question
  2014-09-21 17:57     ` Wolfgang Schuster
@ 2014-09-21 18:32       ` Gerben Wierda
  2014-09-21 19:33         ` Wolfgang Schuster
  0 siblings, 1 reply; 17+ messages in thread
From: Gerben Wierda @ 2014-09-21 18:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Better still. I found the solution:

\definedescription[Member][headstyle=bold,
        location=hanging,width=fit]
\definemeasure[CAindent][12pt]
\setupindenting[yes,\measure{CAindent}]
\starttext
\input knuth
\par
\input knuth
\par
\startMember{Foo Foo Foo} \indenting[yes] \input knuth
\par \input knuth
\stopMember
\stoptext

\indenting[yes] after \startMember does the trick.

G

On 21 Sep 2014, at 19:57, Wolfgang Schuster <schuster.wolfgang@gmail.com> wrote:

> 
> Am 21.09.2014 um 18:29 schrieb Gerben Wierda <gerben.wierda@rna.nl>:
> 
>> Thanks. That almost gives me the result I need. 
>> 
>> What is missing is that the extra paragraphs of the Member are not indented.
> 
> Make a minimal example!
> 
> 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
> ___________________________________________________________________________________


[-- Attachment #1.2: Type: text/html, Size: 2996 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] 17+ messages in thread

* Re: \definedescription question
  2014-09-21 18:32       ` Gerben Wierda
@ 2014-09-21 19:33         ` Wolfgang Schuster
  2014-09-22 20:33           ` Gerben Wierda
  0 siblings, 1 reply; 17+ messages in thread
From: Wolfgang Schuster @ 2014-09-21 19:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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


Am 21.09.2014 um 20:32 schrieb Gerben Wierda <gerben.wierda@rna.nl>:

> Better still. I found the solution:
> 
> \definedescription[Member][headstyle=bold,
>         location=hanging,width=fit]
> \definemeasure[CAindent][12pt]
> \setupindenting[yes,\measure{CAindent}]
> \starttext
> \input knuth
> \par
> \input knuth
> \par
> \startMember{Foo Foo Foo} \indenting[yes] \input knuth
> \par \input knuth
> \stopMember
> \stoptext
> 
> \indenting[yes] after \startMember does the trick.

You can enable the paragraph indent for your descriptions with the indenting key.

\definedescription
  [Member]
  [headstyle=bold,
   location=hanging,
   indenting={yes,medium},
   width=fit]

Wolfgang


[-- Attachment #1.2: Type: text/html, Size: 2325 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] 17+ messages in thread

* Re: \definedescription question
  2014-09-21 19:33         ` Wolfgang Schuster
@ 2014-09-22 20:33           ` Gerben Wierda
  2014-09-22 20:37             ` Gerben Wierda
  2014-09-22 20:50             ` Wolfgang Schuster
  0 siblings, 2 replies; 17+ messages in thread
From: Gerben Wierda @ 2014-09-22 20:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Thanks. Can I do the same with \endnotes?

G

On 21 Sep 2014, at 21:33, Wolfgang Schuster <schuster.wolfgang@gmail.com> wrote:

> 
> Am 21.09.2014 um 20:32 schrieb Gerben Wierda <gerben.wierda@rna.nl>:
> 
>> Better still. I found the solution:
>> 
>> \definedescription[Member][headstyle=bold,
>>         location=hanging,width=fit]
>> \definemeasure[CAindent][12pt]
>> \setupindenting[yes,\measure{CAindent}]
>> \starttext
>> \input knuth
>> \par
>> \input knuth
>> \par
>> \startMember{Foo Foo Foo} \indenting[yes] \input knuth
>> \par \input knuth
>> \stopMember
>> \stoptext
>> 
>> \indenting[yes] after \startMember does the trick.
> 
> You can enable the paragraph indent for your descriptions with the indenting key.
> 
> \definedescription
>   [Member]
>   [headstyle=bold,
>    location=hanging,
>    indenting={yes,medium},
>    width=fit]
> 
> 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
> ___________________________________________________________________________________


[-- Attachment #1.2: Type: text/html, Size: 3630 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] 17+ messages in thread

* Re: \definedescription question
  2014-09-22 20:33           ` Gerben Wierda
@ 2014-09-22 20:37             ` Gerben Wierda
  2014-09-22 20:50             ` Wolfgang Schuster
  1 sibling, 0 replies; 17+ messages in thread
From: Gerben Wierda @ 2014-09-22 20:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

This was already answered in another thread.

G

On 22 Sep 2014, at 22:33, Gerben Wierda <gerben.wierda@rna.nl> wrote:

> Thanks. Can I do the same with \endnotes?
> 
> G
> 
> On 21 Sep 2014, at 21:33, Wolfgang Schuster <schuster.wolfgang@gmail.com> wrote:
> 
>> 
>> Am 21.09.2014 um 20:32 schrieb Gerben Wierda <gerben.wierda@rna.nl>:
>> 
>>> Better still. I found the solution:
>>> 
>>> \definedescription[Member][headstyle=bold,
>>>         location=hanging,width=fit]
>>> \definemeasure[CAindent][12pt]
>>> \setupindenting[yes,\measure{CAindent}]
>>> \starttext
>>> \input knuth
>>> \par
>>> \input knuth
>>> \par
>>> \startMember{Foo Foo Foo} \indenting[yes] \input knuth
>>> \par \input knuth
>>> \stopMember
>>> \stoptext
>>> 
>>> \indenting[yes] after \startMember does the trick.
>> 
>> You can enable the paragraph indent for your descriptions with the indenting key.
>> 
>> \definedescription
>>   [Member]
>>   [headstyle=bold,
>>    location=hanging,
>>    indenting={yes,medium},
>>    width=fit]
>> 
>> 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
>> ___________________________________________________________________________________
> 
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________


[-- Attachment #1.2: Type: text/html, Size: 4925 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] 17+ messages in thread

* Re: \definedescription question
  2014-09-22 20:33           ` Gerben Wierda
  2014-09-22 20:37             ` Gerben Wierda
@ 2014-09-22 20:50             ` Wolfgang Schuster
  1 sibling, 0 replies; 17+ messages in thread
From: Wolfgang Schuster @ 2014-09-22 20:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 22.09.2014 um 22:33 schrieb Gerben Wierda <gerben.wierda@rna.nl>:

> Thanks. Can I do the same with \endnotes?

You can use

    \setupnotedefinition[endnote][..,..=..,..]

where the second argument accepts all arguments from \setupdescrption.

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

* Re: \definedescription question
  2005-12-26 20:19 ` Willi Egger
  2005-12-26 20:31   ` VnPenguin
@ 2005-12-27 20:49   ` Hans Hagen
  1 sibling, 0 replies; 17+ messages in thread
From: Hans Hagen @ 2005-12-27 20:49 UTC (permalink / raw)


Willi Egger wrote:

> Hi,
>
> Her the following works:
>
> \definedescription
>    [Desc]
>    [location=top,hang=3,headstyle={\color[red]}]
>
> or
>
> \definedescription
>    [Desc]
>    
> [location=top,hang=3,headstyle={\switchtobodyfont[34pt]\bf\color[red]}]
>
>
> Willi
>
> VnPenguin wrote:
>
>> Hi all,
>> I'm trying to define a description:
>>
>> \definedescription
>>     [Desc]
>>     [location=top,hang=3,headcolor=red]
>>
>> But my PDF has not color for description header (I have already
>> \setupcolors[state=start]).
>>
>> Another test:
>>
>> \definedescription
>>     [Desc]
>>     [location=top,hang=3,headstyle={\switchtobodyfont[16pt]\red\bf}]
>>
>> Does not work :(
>>
>> Question: How to define color & font size for description header ? The
>> document of description is not complet. Search on Wiki & Mailing list
>> can not help me.
>

this shoudl work:

\setupcolors[state=start]

\definedescription
    [Desc]
    [location=top,hang=3,headstyle=bold,headcolor=red]
   
\starttext

\Desc {test} test

\stoptext

in

{\switchtobodyfont[16pt]\red\bf}

the \red may fail in some cases due to implicit grouping

Hans

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: \definedescription question
  2005-12-27  9:11     ` Taco Hoekwater
@ 2005-12-27 18:01       ` VnPenguin
  0 siblings, 0 replies; 17+ messages in thread
From: VnPenguin @ 2005-12-27 18:01 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 665 bytes --]

On 12/27/05, Taco Hoekwater <taco@elvenkind.com> wrote:
>
>
> VnPenguin wrote:
> > On 12/26/05, Willi Egger <w.egger@boede.nl> wrote:
> >>
> >
> >
> > No, it does not work for me :(
>
> After checking, it turns out it works for me as well. I have:
>
>               tex : pdfeTeXk, 3.141592-1.30.3-2.2 (Web2C 7.5.5)
>           context : ver: 2005.12.19
>           cont-en : ver: 2005.12.19  fmt: 2005.12.22  mes: english
>
> So perhaps something else is wrong. What is your log file?
>

Hi Taco & Willi,
It works now ;-) So I think I done some errors yesterday :)

Thanks and Happy holidays,

Cheers

--
http://vnoss.org
Vietnamese Open Source Software Community

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

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: \definedescription question
  2005-12-26 20:31   ` VnPenguin
  2005-12-26 21:33     ` Willi Egger
  2005-12-27  8:23     ` Taco Hoekwater
@ 2005-12-27  9:11     ` Taco Hoekwater
  2005-12-27 18:01       ` VnPenguin
  2 siblings, 1 reply; 17+ messages in thread
From: Taco Hoekwater @ 2005-12-27  9:11 UTC (permalink / raw)




VnPenguin wrote:
> On 12/26/05, Willi Egger <w.egger@boede.nl> wrote:
>>
> 
> 
> No, it does not work for me :(

After checking, it turns out it works for me as well. I have:

              tex : pdfeTeXk, 3.141592-1.30.3-2.2 (Web2C 7.5.5)
          context : ver: 2005.12.19
          cont-en : ver: 2005.12.19  fmt: 2005.12.22  mes: english

So perhaps something else is wrong. What is your log file?

Cheers,
Taco

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: \definedescription question
  2005-12-26 20:31   ` VnPenguin
  2005-12-26 21:33     ` Willi Egger
@ 2005-12-27  8:23     ` Taco Hoekwater
  2005-12-27  9:11     ` Taco Hoekwater
  2 siblings, 0 replies; 17+ messages in thread
From: Taco Hoekwater @ 2005-12-27  8:23 UTC (permalink / raw)


VnPenguin wrote:
> On 12/26/05, Willi Egger <w.egger@boede.nl> wrote:
> 
> 
> No, it does not work for me :(

There has been a patch to this core recently. Will investigate.

Taco

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: \definedescription question
  2005-12-26 20:31   ` VnPenguin
@ 2005-12-26 21:33     ` Willi Egger
  2005-12-27  8:23     ` Taco Hoekwater
  2005-12-27  9:11     ` Taco Hoekwater
  2 siblings, 0 replies; 17+ messages in thread
From: Willi Egger @ 2005-12-26 21:33 UTC (permalink / raw)


Hi,

strange. Just for completeness, I use

TeXExec 5.4.3 - ConTeXt / PRAGMA ADE 1997-2005
pdfeTeX, Version 3.141592-1.30.3-2.2 (Web2c 7.5.5)
 \write18 enabled.
ConTeXt  ver: 2005.11.30  fmt: 2005.12.19  int: english  mes: english
MetaPost, Version 0.901 (Web2c 7.5.3)

VnPenguin wrote:

>On 12/26/05, Willi Egger <w.egger@boede.nl> wrote:
>  
>
>>Hi,
>>
>>Her the following works:
>>
>>\definedescription
>>    [Desc]
>>    [location=top,hang=3,headstyle={\color[red]}]
>>
>>or
>>
>>\definedescription
>>    [Desc]
>>    [location=top,hang=3,headstyle={\switchtobodyfont[34pt]\bf\color[red]}]
>>
>>    
>>
>
>No, it does not work for me :(
>
>I use:
>
> TeXExec 5.4.3 - ConTeXt / PRAGMA ADE 1997-2005
>
>               texexec : TeXExec 5.4.3 - ConTeXt / PRAGMA ADE 1997-2005
>               texutil : TeXUtil 9.0.0 - ConTeXt / PRAGMA ADE 1992-2004
>                   tex : pdfeTeX, 3.141592-1.30.5-2.2 (Web2C 7.5.5)
>               context : ver: 2005.12.19
>               cont-en : ver: 2005.12.19  fmt: 2005.12.19  mes: english
>
>Thanks anyways,
>  
>
>------------------------------------------------------------------------
>
>_______________________________________________
>ntg-context mailing list
>ntg-context@ntg.nl
>http://www.ntg.nl/mailman/listinfo/ntg-context
>  
>

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: \definedescription question
  2005-12-26 20:19 ` Willi Egger
@ 2005-12-26 20:31   ` VnPenguin
  2005-12-26 21:33     ` Willi Egger
                       ` (2 more replies)
  2005-12-27 20:49   ` Hans Hagen
  1 sibling, 3 replies; 17+ messages in thread
From: VnPenguin @ 2005-12-26 20:31 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 729 bytes --]

On 12/26/05, Willi Egger <w.egger@boede.nl> wrote:
> Hi,
>
> Her the following works:
>
> \definedescription
>     [Desc]
>     [location=top,hang=3,headstyle={\color[red]}]
>
> or
>
> \definedescription
>     [Desc]
>     [location=top,hang=3,headstyle={\switchtobodyfont[34pt]\bf\color[red]}]
>

No, it does not work for me :(

I use:

 TeXExec 5.4.3 - ConTeXt / PRAGMA ADE 1997-2005

               texexec : TeXExec 5.4.3 - ConTeXt / PRAGMA ADE 1997-2005
               texutil : TeXUtil 9.0.0 - ConTeXt / PRAGMA ADE 1992-2004
                   tex : pdfeTeX, 3.141592-1.30.5-2.2 (Web2C 7.5.5)
               context : ver: 2005.12.19
               cont-en : ver: 2005.12.19  fmt: 2005.12.19  mes: english

Thanks anyways,

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

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: \definedescription question
  2005-12-26 18:55 VnPenguin
@ 2005-12-26 20:19 ` Willi Egger
  2005-12-26 20:31   ` VnPenguin
  2005-12-27 20:49   ` Hans Hagen
  0 siblings, 2 replies; 17+ messages in thread
From: Willi Egger @ 2005-12-26 20:19 UTC (permalink / raw)


Hi,

Her the following works:

\definedescription
    [Desc]
    [location=top,hang=3,headstyle={\color[red]}]

or

\definedescription
    [Desc]
    [location=top,hang=3,headstyle={\switchtobodyfont[34pt]\bf\color[red]}]


Willi

VnPenguin wrote:

>Hi all,
>I'm trying to define a description:
>
>\definedescription
>	[Desc]
>	[location=top,hang=3,headcolor=red]
>
>But my PDF has not color for description header (I have already
>\setupcolors[state=start]).
>
>Another test:
>
>\definedescription
>	[Desc]
>	[location=top,hang=3,headstyle={\switchtobodyfont[16pt]\red\bf}]
>
>Does not work :(
>
>Question: How to define color & font size for description header ? The
>document of description is not complet. Search on Wiki & Mailing list
>can not help me.
>
>Thank you in advance,
>
>--
>http://vnoss.org
>Vietnamese Open Source Software Community
>  
>
>------------------------------------------------------------------------
>
>_______________________________________________
>ntg-context mailing list
>ntg-context@ntg.nl
>http://www.ntg.nl/mailman/listinfo/ntg-context
>  
>

^ permalink raw reply	[flat|nested] 17+ messages in thread

* \definedescription question
@ 2005-12-26 18:55 VnPenguin
  2005-12-26 20:19 ` Willi Egger
  0 siblings, 1 reply; 17+ messages in thread
From: VnPenguin @ 2005-12-26 18:55 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 574 bytes --]

Hi all,
I'm trying to define a description:

\definedescription
	[Desc]
	[location=top,hang=3,headcolor=red]

But my PDF has not color for description header (I have already
\setupcolors[state=start]).

Another test:

\definedescription
	[Desc]
	[location=top,hang=3,headstyle={\switchtobodyfont[16pt]\red\bf}]

Does not work :(

Question: How to define color & font size for description header ? The
document of description is not complet. Search on Wiki & Mailing list
can not help me.

Thank you in advance,

--
http://vnoss.org
Vietnamese Open Source Software Community

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

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2014-09-22 20:50 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-21 11:55 \definedescription question Gerben Wierda
2014-09-21 14:07 ` Otared Kavian
2014-09-21 16:29   ` Gerben Wierda
2014-09-21 17:57     ` Wolfgang Schuster
2014-09-21 18:32       ` Gerben Wierda
2014-09-21 19:33         ` Wolfgang Schuster
2014-09-22 20:33           ` Gerben Wierda
2014-09-22 20:37             ` Gerben Wierda
2014-09-22 20:50             ` Wolfgang Schuster
  -- strict thread matches above, loose matches on Subject: below --
2005-12-26 18:55 VnPenguin
2005-12-26 20:19 ` Willi Egger
2005-12-26 20:31   ` VnPenguin
2005-12-26 21:33     ` Willi Egger
2005-12-27  8:23     ` Taco Hoekwater
2005-12-27  9:11     ` Taco Hoekwater
2005-12-27 18:01       ` VnPenguin
2005-12-27 20:49   ` Hans Hagen

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