ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Jin-Hwan Cho <chofchof@ktug.or.kr>
Subject: Re: dvipdfmx
Date: Fri, 19 Aug 2005 23:05:29 +0900	[thread overview]
Message-ID: <E7E6086C-A360-487B-836D-6C06E64BBAF1@ktug.or.kr> (raw)
In-Reply-To: <430586C8.4090603@wxs.nl>

On Aug 19, 2005, at 4:14 PM, Hans Hagen wrote:

> i dunno about updmap, never used it; currently i load map files  
> automatically in dvipdfmx (i could get the mapline special working)
>
> i didn't know the exact dvipdfmx mapfile syntax -)
>
> we can add a slant as follows:
>
> encoding = if line =~ /([a-z0-9\-]+)\.enc/io        then $1 else  
> ''  end
> fontfile = if line =~ /([a-z0-9\-]+)\.(pfb|ttf)/io  then $1 else  
> nil end
> metrics  = if line =~ /^([a-z0-9\-]+)[\s\<]+/io     then $1 else  
> nil end
> slant    = if line =~ /\"([\d\.]+)\s+SlantFont\"/io then "-s "# 
> {$1}" else '' end
>
> if metrics && encoding && fontfile then
>  n += 1
>  "#{metrics} #{encoding} #{fontfile} #{slant}"
> else
>  ''
> end

My ctxtools.rb does not have the line for slant. Just three lines for
encoding, fontfile, and metrics. The version is 1.2.2. (Jul 29)

Have you updated ctxtools.rb recently?

Best, ChoF.

  reply	other threads:[~2005-08-19 14:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-18 21:14 dvipdfmx Idris Samawi Hamid
2005-08-18 22:19 ` dvipdfmx Hans Hagen
2005-08-19  5:28   ` dvipdfmx Jin-Hwan Cho
2005-08-19  7:14     ` dvipdfmx Hans Hagen
2005-08-19 14:05       ` Jin-Hwan Cho [this message]
2005-08-21 16:46         ` dvipdfmx Hans Hagen
2005-08-18 22:10 dvipdfmx Idris Samawi Hamid
2005-12-04 19:08 dvipdfmx Idris Samawi Hamid
2005-12-04 20:39 ` dvipdfmx Hans Hagen

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=E7E6086C-A360-487B-836D-6C06E64BBAF1@ktug.or.kr \
    --to=chofchof@ktug.or.kr \
    --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).