I want an itemized list set in smallcaps. Shouldn't this work? \startitemize[n][headstyle=cap] with a \setupcapitals[sc=yes,title=yes] in the module I'm using? I've run into this problem before with section headings, and not figured it out... Also, what command do I use to invoke a character encoding regime? \usemodule doesn't seem to work... Bruce
At 05:23 PM 11/8/2002 -0500, you wrote:
I want an itemized list set in smallcaps. Shouldn't this work?
\startitemize[n][headstyle=cap]
with a \setupcapitals[sc=yes,title=yes] in the module I'm using?
I've run into this problem before with section headings, and not figured it out...
headstyle=\sc is better, given that \sc is defined as small cap font
Also, what command do I use to invoke a character encoding regime? \usemodule doesn't seem to work...
\enableregime[..] Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------
On Saturday, November 9, 2002, at 11:47 AM, Hans Hagen wrote:
At 05:23 PM 11/8/2002 -0500, you wrote:
I want an itemized list set in smallcaps. Shouldn't this work?
\startitemize[n][headstyle=cap]
with a \setupcapitals[sc=yes,title=yes] in the module I'm using?
I've run into this problem before with section headings, and not figured it out...
headstyle=\sc
is better, given that \sc is defined as small cap font
Whether I use cap or \sc, I get no change. Any suggestions for figuring out what's going on? And just for future reference, exactly what does the following command do? \setupcapitals[sc=yes,title=yes] Bruce
On Saturday, November 9, 2002, at 11:47 AM, Hans Hagen wrote:
Also, what command do I use to invoke a character encoding regime? \usemodule doesn't seem to work...
\enableregime[..]
Can't get this to work. Let's start from the beginning then. I have an encoding file I want to use that is not in the standard ConTeXt package. Where do I put this file, and how do I insure that texexec finds it? Bruce
participants (3)
-
Bruce D'Arcus
-
Bruce D'Arcus
-
Hans Hagen