ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "ciro" <ciro@kavyata.com>
Subject: Re: what fonts I have in my systems?
Date: Sat, 18 Sep 2004 03:15:01	[thread overview]
Message-ID: <20040918031501.32504.qmail@server266.com> (raw)


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

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 "\"
Is there any way to create one single file with
a \sample page for each font installed in my computer?


Ciro


===================================================

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



       


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

[-- Attachment #2: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

             reply	other threads:[~2004-09-18  1:15 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-18  1:15 ciro [this message]
2004-09-20  9:41 ` Tobias Hilbricht
  -- 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=20040918031501.32504.qmail@server266.com \
    --to=ciro@kavyata.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).