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: Thu, 16 Sep 2004 14:20:15 +0200	[thread overview]
Message-ID: <1095337215.4690.65.camel@phoebus.venus.bay> (raw)
In-Reply-To: <20040914021633.31083.qmail@server266.com>

Am Di, den 14.09.2004 schrieb ciro um 04:16:
> Is there a set of commands to know what fonts I have in my
> installation of context? and How do I show them all together
> without going one by one in the subdirectories...
> thank you

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

-------------

It gives you one dvi-file per installed font in your TeX-System - that
is usually a lot.

Yours sincerely

Tobias Hilbricht

  parent reply	other threads:[~2004-09-16 12:20 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2004-09-18  1:15 ciro
2004-09-20  9:41 ` 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=1095337215.4690.65.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).