ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* problems with bold small caps
@ 2005-12-05 19:19 Peter Münster
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Münster @ 2005-12-05 19:19 UTC (permalink / raw)


Hello,

I would like to get bold small caps, here is my test-file:

\enableregime[il1]

\definebodyfont [12pt] [sc] [bf=ecxc1200]
\definebodyfont [11pt] [sc] [bf=ecxc1100]
\definebodyfont [10pt] [sc] [bf=ecxc1000]
\definebodyfont [9pt] [sc] [bf=ecxc0900]
\definebodyfont [8pt] [sc] [bf=ecxc0800]

\starttext
{\sc Normal and \bf bold Small-Caps. Accents: àÉßöÜ}
\stoptext


And here are my problems:

1.) I get bold sc font, but the normal \sc is now the normal font.

2.) It works only with dvi-output, with pdf I get:

kpathsea: Running mktexpk --mfmode / --bdpi 72 --mag 1+0/72 --dpi 72 ecxc1200
mktexpk: Mismatched mode ljfzzz and resolution 72; ignoring mode.
mktexpk: Can't guess mode for 72 dpi devices.
mktexpk: Use a config file, or update me.
kpathsea: Appending font creation commands to missfont.log.

Where should I tell pdfetex the right resolution?

3.) Accented characters are not correct.

4.) Could there be native support for bold small caps in the distribution?


TIA for any help!
Cheers, Peter

-- 
http://pmrb.free.fr/contact/

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

* Re: problems with bold small caps
  2005-12-13 10:57               ` Taco Hoekwater
@ 2005-12-13 12:24                 ` Adam Lindsay
  0 siblings, 0 replies; 6+ messages in thread
From: Adam Lindsay @ 2005-12-13 12:24 UTC (permalink / raw)


Taco Hoekwater wrote:

> I wrote:
> 
>> \sc and \bf are defined at the same level in ConTeXt, so they (normally)
>> exclude each other. My guess is that it is very unlikely that this will
>> be fixed, but ...
> 
> 
> make that
> 
>  > be changed, but ..
> 
> Because it is not a bug, the behaviour is intentional.

Yes, and it's what variants were intended to address, to "stack" font 
switching behaviour on top of known shapes and weights. Old Style 
sometimes exists in more than regular shapes. Small Caps appear in bold 
and sometimes even italics versions. (Variants were also to get at fonts 
that wouldn't normally have a style associated with them, as well.)

adam
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  Adam T. Lindsay, Computing Dept.     atl@comp.lancs.ac.uk
  Lancaster University, InfoLab21        +44(0)1524/510.514
  Lancaster, LA1 4WA, UK             Fax:+44(0)1524/510.492
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

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

* Re: problems with bold small caps
  2005-12-13 11:01               ` Hans Hagen
@ 2005-12-13 11:46                 ` Vit Zyka
  0 siblings, 0 replies; 6+ messages in thread
From: Vit Zyka @ 2005-12-13 11:46 UTC (permalink / raw)


Hans Hagen wrote:
> Taco Hoekwater wrote:
>>
>> Peter M�nster wrote:
>>
>>> On Mon, 12 Dec 2005, Taco Hoekwater wrote:
>>>
>>> \starttext
>>> {\sc Normal and \bf bold Small-Caps. Accents: �����}
>>> \stoptext
>>
>> Hi Peter,
>>
>>> And here are my problems:
>>>
>>> 1.) I get bold sc font, but the normal \sc is now the normal font.
>>
>>
>>
>> \sc and \bf are defined at the same level in ConTeXt, so they (normally)
>> exclude each other. My guess is that it is very unlikely that this will
>> be fixed, but I assume it would be possible to do something using the
>> \variants mechanism (note: I am not sure and would not know how)
> 
> 
> thi sis an option indeed;

This is implemented at http://wiki.contextgarden.net/Pseudo_Small_Caps
(links to files on typokvitek.com has to be retyped, sorry)

Vit

> the other method is just to define an 
> additional typeface
> 
> \definetypeface[mainface].....
> \definetypeface[smallface].....
> \definetypeface[osface].....
> 
> andthen do things like \smallface\bf
> 
> typeface switching is rather efficient
> 
> Hans
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
> 

-- 
=======================================================
Ing. Vít Zýka, Ph.D.                         TYPOkvítek

database publishing              databazove publikovani
data maintaining and typesetting in typographic quality
priprava dat a jejich sazba v typograficke kvalite

tel.: (+420) 777 198 189     www: http://typokvitek.com
=======================================================

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

* Re: problems with bold small caps
  2005-12-13 10:14             ` problems with bold small caps Taco Hoekwater
  2005-12-13 10:57               ` Taco Hoekwater
@ 2005-12-13 11:01               ` Hans Hagen
  2005-12-13 11:46                 ` Vit Zyka
  1 sibling, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2005-12-13 11:01 UTC (permalink / raw)


Taco Hoekwater wrote:

>
>
> Peter M�nster wrote:
>
>> On Mon, 12 Dec 2005, Taco Hoekwater wrote:
>>
>> \starttext
>> {\sc Normal and \bf bold Small-Caps. Accents: �����}
>> \stoptext
>
>
> Hi Peter,
>
>> And here are my problems:
>>
>> 1.) I get bold sc font, but the normal \sc is now the normal font.
>
>
> \sc and \bf are defined at the same level in ConTeXt, so they (normally)
> exclude each other. My guess is that it is very unlikely that this will
> be fixed, but I assume it would be possible to do something using the
> \variants mechanism (note: I am not sure and would not know how)

thi sis an option indeed; the other method is just to define an 
additional typeface

\definetypeface[mainface].....
\definetypeface[smallface].....
\definetypeface[osface].....

andthen do things like \smallface\bf

typeface switching is rather efficient

Hans

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

* Re: problems with bold small caps
  2005-12-13 10:14             ` problems with bold small caps Taco Hoekwater
@ 2005-12-13 10:57               ` Taco Hoekwater
  2005-12-13 12:24                 ` Adam Lindsay
  2005-12-13 11:01               ` Hans Hagen
  1 sibling, 1 reply; 6+ messages in thread
From: Taco Hoekwater @ 2005-12-13 10:57 UTC (permalink / raw)




I wrote:
> \sc and \bf are defined at the same level in ConTeXt, so they (normally)
> exclude each other. My guess is that it is very unlikely that this will
> be fixed, but ...

make that

 > be changed, but ..

Because it is not a bug, the behaviour is intentional.

Taco

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

* Re: problems with bold small caps
  2005-12-12 17:48           ` problems with bold small caps (was: Re: bold \tt and pdf-output) Peter Münster
@ 2005-12-13 10:14             ` Taco Hoekwater
  2005-12-13 10:57               ` Taco Hoekwater
  2005-12-13 11:01               ` Hans Hagen
  0 siblings, 2 replies; 6+ messages in thread
From: Taco Hoekwater @ 2005-12-13 10:14 UTC (permalink / raw)




Peter Münster wrote:
> On Mon, 12 Dec 2005, Taco Hoekwater wrote:
> 
> \starttext
> {\sc Normal and \bf bold Small-Caps. Accents: àÉßöÜ}
> \stoptext

Hi Peter,

> And here are my problems:
> 
> 1.) I get bold sc font, but the normal \sc is now the normal font.

\sc and \bf are defined at the same level in ConTeXt, so they (normally)
exclude each other. My guess is that it is very unlikely that this will
be fixed, but I assume it would be possible to do something using the
\variants mechanism (note: I am not sure and would not know how)

> 2.) Accented characters are not correct.

My guess is that maybe the regime also switches the font encoding?
The ecXXXX fonts definately only exist in EC encoding.

Cheers, Taco

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

end of thread, other threads:[~2005-12-13 12:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-05 19:19 problems with bold small caps Peter Münster
2005-12-05 19:22 bold \tt and pdf-output Peter Münster
2005-12-06  9:19 ` Taco Hoekwater
2005-12-06 17:30   ` Peter Münster
2005-12-06 19:35     ` Hans Hagen
2005-12-10 11:32       ` Peter Münster
2005-12-12  9:34         ` Taco Hoekwater
2005-12-12 17:48           ` problems with bold small caps (was: Re: bold \tt and pdf-output) Peter Münster
2005-12-13 10:14             ` problems with bold small caps Taco Hoekwater
2005-12-13 10:57               ` Taco Hoekwater
2005-12-13 12:24                 ` Adam Lindsay
2005-12-13 11:01               ` Hans Hagen
2005-12-13 11:46                 ` Vit Zyka

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