ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Changing typeface for non-body text, using XeTeX -- how?
@ 2010-02-22  3:18 James Fisher
  2010-02-22  9:43 ` Hans Hagen
  2010-02-22 10:34 ` Willi Egger
  0 siblings, 2 replies; 3+ messages in thread
From: James Fisher @ 2010-02-22  3:18 UTC (permalink / raw)
  To: ntg-context


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

Hi all,


I'm new to TeX, ConTeXt, and XeTeX.
I'm progressing fine except for in one area: even though I'm told I'm using
the best possible software for easy typeface use in TeX, I'm finding this
area (i.e., fonts) confusing and badly documented.
This is all the more surprising as what I want to do seems entirely
bog-standard: set some basic brand identity by using a body typeface and
heading typeface.
There's the \setupbodyfont command for, obviously, the body font -- but I
can't identify any equivalent command like "\setupheadingfont".
I can see other commands for *ad hoc* use of other fonts, but I want to
stick with as much semantic markup as possible and apply style elsewhere.
Presumably this is possible!  Could someone explain to me how to do this?


Best wishes


James Fisher


(p.s. -- I'm coming from HTML+CSS-ish paradigms here, if that would help
someone explain to me how I should reorganise my mind.)

[-- Attachment #1.2: Type: text/html, Size: 1033 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 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] 3+ messages in thread

* Re: Changing typeface for non-body text, using XeTeX -- how?
  2010-02-22  3:18 Changing typeface for non-body text, using XeTeX -- how? James Fisher
@ 2010-02-22  9:43 ` Hans Hagen
  2010-02-22 10:34 ` Willi Egger
  1 sibling, 0 replies; 3+ messages in thread
From: Hans Hagen @ 2010-02-22  9:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 22-2-2010 4:18, James Fisher wrote:
> Hi all,
>
>
> I'm new to TeX, ConTeXt, and XeTeX.
> I'm progressing fine except for in one area: even though I'm told I'm using
> the best possible software for easy typeface use in TeX, I'm finding this
> area (i.e., fonts) confusing and badly documented.
> This is all the more surprising as what I want to do seems entirely
> bog-standard: set some basic brand identity by using a body typeface and
> heading typeface.
> There's the \setupbodyfont command for, obviously, the body font -- but I
> can't identify any equivalent command like "\setupheadingfont".
> I can see other commands for *ad hoc* use of other fonts, but I want to
> stick with as much semantic markup as possible and apply style elsewhere.
> Presumably this is possible!  Could someone explain to me how to do this?

most structure and layout related commands have a style key, so

style=bold
style=\tfb

etc



-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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] 3+ messages in thread

* Re: Changing typeface for non-body text, using XeTeX -- how?
  2010-02-22  3:18 Changing typeface for non-body text, using XeTeX -- how? James Fisher
  2010-02-22  9:43 ` Hans Hagen
@ 2010-02-22 10:34 ` Willi Egger
  1 sibling, 0 replies; 3+ messages in thread
From: Willi Egger @ 2010-02-22 10:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On Feb 22, 2010, at 4:18 AM, James Fisher wrote:

> Hi all,
>
>
> I'm new to TeX, ConTeXt, and XeTeX.
> I'm progressing fine except for in one area: even though I'm told  
> I'm using the best possible software for easy typeface use in TeX,  
> I'm finding this area (i.e., fonts) confusing and badly documented.
> This is all the more surprising as what I want to do seems entirely  
> bog-standard: set some basic brand identity by using a body  
> typeface and heading typeface.
> There's the \setupbodyfont command for, obviously, the body font --  
> but I can't identify any equivalent command like "\setupheadingfont".
> I can see other commands for ad hoc use of other fonts, but I want  
> to stick with as much semantic markup as possible and apply style  
> elsewhere.
> Presumably this is possible!  Could someone explain to me how to do  
> this?
>
You can define your own styles if needed and use the style=yourstyle  
where this key is available:

\definealternativestyle[HeadStyle] [{\definedfont[Seravek-Regular at  
16pt]\setupinterlinespace[line=18pt]}]

\setuphead[chapter][style=HeadStyle]


Willi

> Best wishes
>
>
> James Fisher
>
>
> (p.s. -- I'm coming from HTML+CSS-ish paradigms here, if that would  
> help someone explain to me how I should reorganise my mind.)
> ______________________________________________________________________ 
> _____________
> 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
___________________________________________________________________________________


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

end of thread, other threads:[~2010-02-22 10:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-22  3:18 Changing typeface for non-body text, using XeTeX -- how? James Fisher
2010-02-22  9:43 ` Hans Hagen
2010-02-22 10:34 ` Willi Egger

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