ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: what fonts I have in my systems?
@ 2004-09-18  1:15 ciro
  2004-09-20  9:41 ` Tobias Hilbricht
  0 siblings, 1 reply; 11+ messages in thread
From: ciro @ 2004-09-18  1:15 UTC (permalink / 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

^ permalink raw reply	[flat|nested] 11+ messages in thread
* what fonts I have in my systems?
@ 2004-09-14  0:16 ciro
  2004-09-14  9:45 ` Hans Hagen
  2004-09-16 12:20 ` Tobias Hilbricht
  0 siblings, 2 replies; 11+ messages in thread
From: ciro @ 2004-09-14  0:16 UTC (permalink / raw)



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

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
Ciro

[-- Attachment #1.2: Type: text/html, Size: 212 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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2004-09-20  9:41 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-18  1:15 what fonts I have in my systems? ciro
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

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).