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
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
On 12/26/05, Willi Egger
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,
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
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
VnPenguin wrote:
On 12/26/05, Willi Egger
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
On 12/27/05, Taco Hoekwater
VnPenguin wrote:
On 12/26/05, Willi Egger
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
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
participants (4)
-
Hans Hagen
-
Taco Hoekwater
-
VnPenguin
-
Willi Egger