ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Taco Hoekwater <taco@elvenkind.com>
Subject: Re: finishing a module
Date: Sun, 23 Jan 2005 10:33:08 +0100	[thread overview]
Message-ID: <41F36F54.1040000@elvenkind.com> (raw)
In-Reply-To: <05DB4B12-6CB6-11D9-92C7-000A95B9ADE2@uni-bonn.de>

Thomas A.Schmitz wrote:
> I spent some (too much) time today improving my Greek module. For the  
> time being, two questions remain; I'm confident that they're not too  
> difficult for the experts; any help would be appreciated.

See below for my (adjusted) input file, I hope it helps.

> (The space after "somefont" looks ugly, but I haven't figured out how  
> to get rid of it; TeX will always complain if I delete it.)

Using \getvalue{MyFont} instead of \MyFont will allow you to remove
the space from the definition, but that may not be what you want,
because it is more cumbersome. If that is the case, just leave the
space there.

> 1. After this definition, this will work:
> \definebodyfont[4pt,5pt,6pt,7pt,8pt,9pt,10pt,10.5pt,11pt,12pt,14pt,14.4p 
> t,16pt,18pt,20pt,22pt][rm][Gf=\MyFont sa \MyScale]
> 
> This, however, will not work:
> \definefont[Gf][\MyFont sa \MyScale]

Both work for me. Unless I misunderstood what it is supposed to do.

> 2. In my module, I define some special symbols:
> \define\koppa{\getglyph{\MyFont}{\char37}}

Rude, but effective:

   \define\koppa {{\Gf \char37}}

Greetings, Taco

----------
\def\setupgreek#1[#2]{%
   \getparameters[GG][Scale=,Font=,#2]
   \edef\MyScale{\GGScale}%
   \processaction[\GGFont]
    [  SomeFont1=>\def\MyFont{cmbx10},
       SomeFont2=>\def\MyFont{cmtt10}]%
}
\setupgreek[Scale=5,Font=SomeFont1]

\definebodyfont[4pt,5pt,6pt,7pt,8pt,9pt,10pt,10.5pt,11pt,12pt,14pt,14.4pt,16pt,18pt,20pt,22pt][rm][rm=\getvalue{MyFont} 
sa \MyScale]

\definefont[Gf][\getvalue{MyFont} sa \MyScale]

\starttext
Beo {\switchtobodyfont[20pt]Beolarge} Beo {\Gf Beolarge}
\stoptext

  reply	other threads:[~2005-01-23  9:33 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-22 20:41 Thomas A.Schmitz
2005-01-23  9:33 ` Taco Hoekwater [this message]
2005-01-23 13:33   ` Thomas A.Schmitz
2005-01-23 14:06     ` Taco Hoekwater
2005-01-23 14:42       ` Thomas A.Schmitz
2005-01-23 15:22         ` Taco Hoekwater
2005-01-23 21:24 ` h h extern
2005-01-24 14:06   ` Thomas A.Schmitz
2005-01-24 17:50     ` Hans Hagen
2005-01-24 17:50     ` Hans Hagen
2005-01-24 18:20       ` Thomas A.Schmitz
2005-01-24 18:03     ` Hans Hagen
2005-01-24 18:47       ` Thomas A.Schmitz
2005-01-25 14:56         ` h h extern

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=41F36F54.1040000@elvenkind.com \
    --to=taco@elvenkind.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).