From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16508 Path: main.gmane.org!not-for-mail From: "ciro" Newsgroups: gmane.comp.tex.context Subject: Re: what fonts I have in my systems? Date: Sat, 18 Sep 2004 03:15:01 Sender: ntg-context-bounces@ntg.nl Message-ID: <20040918031501.32504.qmail@server266.com> Reply-To: ciro , mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1583541686==" X-Trace: sea.gmane.org 1095477204 17037 80.91.229.6 (18 Sep 2004 03:13:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 18 Sep 2004 03:13:24 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Sep 18 05:13:12 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C8Vey-0003wt-00 for ; Sat, 18 Sep 2004 05:13:12 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CC2D712795; Sat, 18 Sep 2004 05:13:11 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 27877-03; Sat, 18 Sep 2004 05:13:08 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1FA6F1278F; Sat, 18 Sep 2004 05:13:08 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0A32E1278F for ; Sat, 18 Sep 2004 05:13:06 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 27283-05 for ; Sat, 18 Sep 2004 05:13:05 +0200 (CEST) Original-Received: from server266.com (unknown [64.14.68.27]) by ronja.ntg.nl (Postfix) with SMTP id 573691276B for ; Sat, 18 Sep 2004 05:13:05 +0200 (CEST) Original-Received: (qmail 18318 invoked by uid 2007); 18 Sep 2004 03:15:01 -0000 Original-To: ntg-context@ntg.nl X-Mailer: WebMail 2.3 X-Originating-IP: 68.73.59.75 X-Originating-Email: ciro@kavyata.com X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16508 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16508 --===============1583541686== Content-Type: multipart/alternative; boundary="_b312df68342a65cb076368babba56e9d9" --_b312df68342a65cb076368babba56e9d9 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D 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=3D'$TEXMFMAIN'`/fonts/tfm -name '*.tfm' -prin= t | \ 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 =20 --_b312df68342a65cb076368babba56e9d9 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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


=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D

Dear Ciro,
I used the following shell skript, which was one and a half years ago on<= br> http://www.educat.hu-berlin.de/~voss/lyx/fonts/fonts.phtml

fontdemo.sh

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

find `kpsewhich -expand-var=3D'$TEXMFMAIN'`/fonts/tfm -name '*.tfm' -prin= t
| \
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





--_b312df68342a65cb076368babba56e9d9-- --===============1583541686== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context --===============1583541686==--