ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* itemize headstyle SC?
@ 2002-11-08 22:23 Bruce D'Arcus
  2002-11-09 16:47 ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Bruce D'Arcus @ 2002-11-08 22:23 UTC (permalink / raw)



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

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

* Re: itemize headstyle SC?
  2002-11-08 22:23 itemize headstyle SC? Bruce D'Arcus
@ 2002-11-09 16:47 ` Hans Hagen
  2002-11-11  1:16   ` Bruce D'Arcus
  2002-11-17  5:11   ` \enableregime Bruce D'Arcus
  0 siblings, 2 replies; 5+ messages in thread
From: Hans Hagen @ 2002-11-09 16:47 UTC (permalink / raw)


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

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

* Re: itemize headstyle SC?
  2002-11-09 16:47 ` Hans Hagen
@ 2002-11-11  1:16   ` Bruce D'Arcus
  2002-11-17  5:11   ` \enableregime Bruce D'Arcus
  1 sibling, 0 replies; 5+ messages in thread
From: Bruce D'Arcus @ 2002-11-11  1:16 UTC (permalink / raw)



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

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

* \enableregime
  2002-11-09 16:47 ` Hans Hagen
  2002-11-11  1:16   ` Bruce D'Arcus
@ 2002-11-17  5:11   ` Bruce D'Arcus
  1 sibling, 0 replies; 5+ messages in thread
From: Bruce D'Arcus @ 2002-11-17  5:11 UTC (permalink / raw)



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

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

* Re: \enableregime
  2010-12-01 11:59         ` \enableregime (was: Re: Problem with context.startsection) Peter Münster
@ 2010-12-01 14:31           ` Hans Hagen
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Hagen @ 2010-12-01 14:31 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 1-12-2010 12:59, Peter Münster wrote:
> \enableregime[cp1250]
> \starttext
> bla
> \stoptext

ok, will be fixed

-- 

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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:[~2010-12-01 14:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-08 22:23 itemize headstyle SC? Bruce D'Arcus
2002-11-09 16:47 ` Hans Hagen
2002-11-11  1:16   ` Bruce D'Arcus
2002-11-17  5:11   ` \enableregime Bruce D'Arcus
2010-11-28 17:29 Problem with \nolist Procházka Lukáš
2010-11-28 18:00 ` Wolfgang Schuster
2010-11-30 16:51   ` Problem with context.startsection (was: Problem with \nolist) Procházka Lukáš Ing. - Pontex s. r. o.
2010-11-30 21:38     ` Problem with context.startsection Peter Münster
2010-12-01  9:22       ` Hans Hagen
2010-12-01 11:59         ` \enableregime (was: Re: Problem with context.startsection) Peter Münster
2010-12-01 14:31           ` \enableregime 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).