Hello, 1. is there the same in Context than the Latexian \begin{comment} ... \end{comment} --------------------------- 2. In the Minimal tree there are many .afm, .tfm and other font files. Is there a sort of font catalogue (visualization of the fonts) ? The source of such a catalogue would be a good example for beginners - like me. -- René Bastian www.pythoneon.org www.musiques-rb.org http://www.soundsurvey.org.uk/
On Wed, Aug 4, 2010 at 14:02, R. Bastian wrote:
2. In the Minimal tree there are many .afm, .tfm and other font files. Is there a sort of font catalogue (visualization of the fonts) ?
There is a luatex-based web server that shows all the OpenType fonts, but I'm not sure how to call it and whether it still works. (There are many more fonts in the TeX Live tree or on CTAN.) Mojca
On 4-8-2010 2:22, Mojca Miklavec wrote:
On Wed, Aug 4, 2010 at 14:02, R. Bastian wrote:
2. In the Minimal tree there are many .afm, .tfm and other font files. Is there a sort of font catalogue (visualization of the fonts) ?
There is a luatex-based web server that shows all the OpenType fonts, but I'm not sure how to call it and whether it still works. (There are many more fonts in the TeX Live tree or on CTAN.)
The server is started with mtxrun --script server --auto and serves http://localhost:31415/mtx-server-ctx-startup.lua however, the fonttest fails because I forgot to adapt the cache path to the new situation .. i'll upload a fix. The help systems seems to work. Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Am 04.08.2010 um 15:57 schrieb Hans Hagen:
On 4-8-2010 2:22, Mojca Miklavec wrote:
On Wed, Aug 4, 2010 at 14:02, R. Bastian wrote:
2. In the Minimal tree there are many .afm, .tfm and other font files. Is there a sort of font catalogue (visualization of the fonts) ?
There is a luatex-based web server that shows all the OpenType fonts, but I'm not sure how to call it and whether it still works. (There are many more fonts in the TeX Live tree or on CTAN.)
The server is started with
mtxrun --script server --auto
and serves
http://localhost:31415/mtx-server-ctx-startup.lua
however, the fonttest fails because I forgot to adapt the cache path to the new situation .. i'll upload a fix.
Hello Hans. Ist the fix applied yet (beta from 04-Aug-2010 18:52)? For me it ends with: MTXrun | request from: 127.0.0.1 MTXrun | requested action: /mtx-server-ctx-fonttest.lua?selection=hoeflertextregular MTXrun | performing action: /mtx-server-ctx-fonttest.lua?selection=hoeflertextregular MTXrun | requested file '/mtx-server-ctx-fonttest.lua?selection=hoeflertextregular' MTXrun | handling error 404: Not Found Greeting Andreas
Am 2010-08-04 um 14:02 schrieb R. Bastian:
Hello,
1. is there the same in Context than the Latexian
\begin{comment} ... \end{comment}
What is that supposed to to? If you want to comment some larger parts out, you might use \startmode[comment] % name is random ... \stopmode Greetlings from Lake Constance! Hraban --- http://www.fiee.net/texnique/ http://wiki.contextgarden.net https://www.cacert.org (I'm an assurer)
On Wed, Aug 4, 2010 at 9:56 AM, Henning Hraban Ramm
Am 2010-08-04 um 14:02 schrieb R. Bastian:
Hello,
1. is there the same in Context than the Latexian
\begin{comment} ... \end{comment}
What is that supposed to to?
If you want to comment some larger parts out, you might use
\startmode[comment] % name is random ... \stopmode
Or \starthiding .... \stophiding Aditya
On 4-8-2010 3:58, Aditya Mahajan wrote:
On Wed, Aug 4, 2010 at 9:56 AM, Henning Hraban Ramm
wrote: Am 2010-08-04 um 14:02 schrieb R. Bastian:
Hello,
1. is there the same in Context than the Latexian
\begin{comment} ... \end{comment}
What is that supposed to to?
If you want to comment some larger parts out, you might use
\startmode[comment] % name is random ... \stopmode
Or \starthiding .... \stophiding
ot \startcomment .. \stopcomment (which if all is ok will put them in the document as comments when interaction is enabled) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Wed, 04 Aug 2010 16:00:55 +0200
Hans Hagen
On 4-8-2010 3:58, Aditya Mahajan wrote:
On Wed, Aug 4, 2010 at 9:56 AM, Henning Hraban Ramm
wrote: Am 2010-08-04 um 14:02 schrieb R. Bastian:
Hello,
1. is there the same in Context than the Latexian
\begin{comment} ... \end{comment}
What is that supposed to to?
If you want to comment some larger parts out, you might use
\startmode[comment] % name is random ... \stopmode
Or \starthiding .... \stophiding
ot \startcomment .. \stopcomment (which if all is ok will put them in the document as comments when interaction is enabled)
Hans
With MkII, \startcomment .. \stopcomment issues an error. Thanks,
----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl ----------------------------------------------------------------- ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
-- René Bastian www.pythoneon.org www.musiques-rb.org http://www.soundsurvey.org.uk/
On Wed, 4 Aug 2010 09:58:38 -0400
Aditya Mahajan
On Wed, Aug 4, 2010 at 9:56 AM, Henning Hraban Ramm
wrote: Am 2010-08-04 um 14:02 schrieb R. Bastian:
Hello,
1. is there the same in Context than the Latexian
\begin{comment} ... \end{comment}
What is that supposed to to?
If you want to comment some larger parts out, you might use
\startmode[comment] % name is random ... \stopmode
Or \starthiding .... \stophiding
Aditya
With MkII, \starthiding .... \stophiding works. Thanks, -- René Bastian www.pythoneon.org www.musiques-rb.org http://www.soundsurvey.org.uk/
participants (6)
-
Aditya Mahajan
-
Andreas Harder
-
Hans Hagen
-
Henning Hraban Ramm
-
Mojca Miklavec
-
R. Bastian