ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Tobias Hilbricht <hilbricht@linopus.de>
Subject: Re: what fonts I have in my systems?
Date: Mon, 20 Sep 2004 11:41:44 +0200	[thread overview]
Message-ID: <1095673304.4186.22.camel@phoebus.venus.bay> (raw)
In-Reply-To: <20040918031501.32504.qmail@server266.com>

Am Sa, den 18.09.2004 schrieb ciro um 05:15:
> Thank you to Tobias Hilbricht for the script.
> It is exactly what I was looking for.
> 
> I notice that the command "testfont"
> is not a command with the backslash "\"

testfont refers to the file testfont.tex in  the directory
texmf/doc/generic/fontinst/test/testfont.tex
it is not a command

> Is there any way to create one single file with
> a \sample page for each font installed in my computer?
> 
...echo \\\sample\\\bye)... in the script are commands you have to feed
into testfont.tex in order to get a font sample - see documentation. You
can use other test files and adapt the script accordingly.

> 
> Dear Ciro,
> I used the following shell skript, which was one and a half years ago
> on
> http://www.educat.hu-berlin.de/~voss/lyx/fonts/fonts.phtml
> 
> fontdemo.sh
> 
> -------------
> 
> find `kpsewhich -expand-var='$TEXMFMAIN'`/fonts/tfm -name '*.tfm'
> -print
> | \
> sed 's@.*/@@; s@\.tfm$@@' | \
> xargs sh -c 'for i in "$@"; do (echo $i; echo \\\sample\\\bye) | \
> tex testfont; mv testfont.dvi $i.dvi; echo $i.dvi; done' sh
> 
> -------------

Yours sincerely

Tobias Hilbricht

  reply	other threads:[~2004-09-20  9:41 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-18  1:15 ciro
2004-09-20  9:41 ` Tobias Hilbricht [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-09-14  0:16 ciro
2004-09-14  9:45 ` Hans Hagen
2004-09-14 10:30   ` Willi Egger
2004-09-14 10:59     ` Volker RW Schaa
2004-09-14 12:59       ` Henning Hraban Ramm
2004-09-14 16:31         ` Hans Hagen
2004-09-14 16:13       ` Hans Hagen
2004-09-14 17:36         ` Willi Egger
2004-09-16 12:20 ` Tobias Hilbricht

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=1095673304.4186.22.camel@phoebus.venus.bay \
    --to=hilbricht@linopus.de \
    --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).