From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16511 Path: main.gmane.org!not-for-mail From: Tobias Hilbricht Newsgroups: gmane.comp.tex.context Subject: Re: what fonts I have in my systems? Date: Mon, 20 Sep 2004 11:41:44 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: <1095673304.4186.22.camel@phoebus.venus.bay> References: <20040918031501.32504.qmail@server266.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1095673317 26964 80.91.229.6 (20 Sep 2004 09:41:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Sep 2004 09:41:57 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Sep 20 11:41:40 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 1C9Kg0-0002py-00 for ; Mon, 20 Sep 2004 11:41:40 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7791312791; Mon, 20 Sep 2004 11:41:40 +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 12122-06-3; Mon, 20 Sep 2004 11:41:35 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C235212778; Mon, 20 Sep 2004 11:41:35 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0206612778 for ; Mon, 20 Sep 2004 11:41:35 +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 12122-06-2 for ; Mon, 20 Sep 2004 11:41:34 +0200 (CEST) Original-Received: from nickel.webpack.hosteurope.de (unknown [217.115.142.116]) by ronja.ntg.nl (Postfix) with ESMTP id 6A4531276F for ; Mon, 20 Sep 2004 11:41:34 +0200 (CEST) Original-Received: from xdsl-81-173-184-49.netcologne.de ([81.173.184.49]) by nickel.webpack.hosteurope.de with asmtp (Exim 4.34) id 1C9Kft-0001F4-WD; Mon, 20 Sep 2004 11:41:34 +0200 Original-To: ciro , mailing list for ConTeXt users In-Reply-To: <20040918031501.32504.qmail@server266.com> X-Mailer: Ximian Evolution 1.4.5 (1.4.5-7) X-HE-MXrcvd: no 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:16511 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16511 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