Hello,

As I'm new with ConTeXt, I'm playing around and look at how the manuals are made, to understand some of the subtilities of ConTeXt.

So I've tried to create the pdf of context-beginner.
And I've got a problem, probably a beginner mistake :-D but I would like to know how to solve it!

so while doing "make en-screen" in the context-beginner, I get the following error:


        (...)
        systems         : end file ma-cb-style at line 13
        systems         : begin file ma-cb-setups at line 14
        (../ma-cb-setups.tex
        systems         : begin file t-setup at line 20
        (../t-setup.tex
        system          : module set-02 (mkii) loaded
        (/home/fc065089/context/tex/texmf-context/tex/context/base/x-   
set-02.mkii
        ! I can't find file `mult-en()'.
        l.28 \input mult-\userinterfacetag()

        (Press Enter to retry, or Control-D to exit)
        (...)


So I've found out after a while, that I need to write "mult-en.mkii", and it works, until it needs it again, and then I need to write it again.

So I've search a bit more, and I found that if I change the file context/tex/texmf-context/tex/context/base/x-set-02.mkii

        (...)
        \input mult-\userinterfacetag
        (...)

to

        (...)
        \input mult-\userinterfacetag.mkii
        (...)

Then everything works, and I don't have to enter manually the extension .mkii.

So my question is this normal? Should I really modify this x-set-02 file?

Sincerely yours,
Alessandro

___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to