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
ciro wrote:
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
there is no program for that you can play with: http://www.ntg.nl:8061/fonttest.pdf (or: http://www.ntg.nl:8061/exalogin) to see what free fonts are in the tex distributions Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Hi Hans Hans Hagen wrote:
ciro wrote:
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
there is no program for that
you can play with:
When klicking the above link using Firefox and IE I get the following error: Example Server Status ...date info ... request http:/www.ntg.nl:8061/fonttest.pdf can not be honored What's up? Kind regards Willi
(or: http://www.ntg.nl:8061/exalogin) to see what free fonts are in the tex distributions Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
Hi Willi,
When klicking the above link using Firefox and IE I get the following error:
Example Server Status ...date info ... request http:/www.ntg.nl:8061/fonttest.pdf can not be honored
when executing the about link, the file "fonttest.pdf" you download, is in reality a html file which contains exactly the above message. So the error is on the ntg (Hans') side :-) Cheers, Volker PS: I found that with "http:/www.ntg.nl:8061/login" you get a login screen, but then...
Am 14.09.2004 um 12:59 schrieb Volker RW Schaa:
when executing the about link, the file "fonttest.pdf" you download, is in reality a html file which contains exactly the above message.
No, but you need a properly installed PDF browser plugin. (On a Mac I can see the pdf, but the simple PDF plugin by SchubertIT can't handle links.)
So the error is on the ntg (Hans') side :-)
I don't think so, besides trusting in PDF interfaces at all. Grüßlis vom Hraban! --- http://www.fiee.net/texnique/
Henning Hraban Ramm wrote:
Am 14.09.2004 um 12:59 schrieb Volker RW Schaa:
when executing the about link, the file "fonttest.pdf" you download, is in reality a html file which contains exactly the above message.
No, but you need a properly installed PDF browser plugin. (On a Mac I can see the pdf, but the simple PDF plugin by SchubertIT can't handle links.)
So the error is on the ntg (Hans') side :-)
I don't think so, besides trusting in PDF interfaces at all.
in due time i will provide an html interface as well Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Volker RW Schaa wrote:
Hi Willi,
When klicking the above link using Firefox and IE I get the following error:
Example Server Status ...date info ... request http:/www.ntg.nl:8061/fonttest.pdf can not be honored
when executing the about link, the file "fonttest.pdf" you download, is in reality a html file which contains exactly the above message.
So the error is on the ntg (Hans') side :-)
well, more in my head -) that direct link only works when one is logged in
Cheers, Volker
PS: I found that with "http:/www.ntg.nl:8061/login" you get a login screen, but then...
indeed, then ... just click 'submit' and you will get the default interface (the 4 values are used in more complex situations) http:/www.ntg.nl:8061/exalogin is the fast link, and after that click on fonttest Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Hi Hans et al. Aha, some times "big steps won't bring you home earlier" as the Dutch say. Indeed with the http:/www.ntg.nl:8061/exalogin everything work fine! - Playing with this tool is fun and allows experimenting in an easy way. Thanks Hans. Willi Hans Hagen wrote:
Volker RW Schaa wrote:
Hi Willi,
When klicking the above link using Firefox and IE I get the following error:
Example Server Status ...date info ... request http:/www.ntg.nl:8061/fonttest.pdf can not be honored
when executing the about link, the file "fonttest.pdf" you download, is in reality a html file which contains exactly the above message.
So the error is on the ntg (Hans') side :-)
well, more in my head -) that direct link only works when one is logged in
Cheers, Volker
PS: I found that with "http:/www.ntg.nl:8061/login" you get a login screen, but then...
indeed, then ... just click 'submit' and you will get the default interface (the 4 values are used in more complex situations) http:/www.ntg.nl:8061/exalogin
is the fast link, and after that click on fonttest
Hans
----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
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
participants (6)
-
ciro
-
Hans Hagen
-
Henning Hraban Ramm
-
Tobias Hilbricht
-
Volker RW Schaa
-
Willi Egger