From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/78273 Path: news.gmane.org!not-for-mail From: Alessandro Perucchi Newsgroups: gmane.comp.tex.context Subject: Trying to rebuild context-beginner Date: Thu, 13 Sep 2012 23:03:47 +0200 Message-ID: <50524A33.1050701@perucchi.org> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1347570238 10842 80.91.229.3 (13 Sep 2012 21:03:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Sep 2012 21:03:58 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Thu Sep 13 23:04:02 2012 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TCGZs-0003gG-5N for gctc-ntg-context-518@m.gmane.org; Thu, 13 Sep 2012 23:04:00 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id E919210205; Thu, 13 Sep 2012 23:03:55 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id cOoKDs7Wc3QI; Thu, 13 Sep 2012 23:03:52 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id AE505101EF; Thu, 13 Sep 2012 23:03:52 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id BD223101EF for ; Thu, 13 Sep 2012 23:03:50 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 5dG-T3cYI8Hc for ; Thu, 13 Sep 2012 23:03:49 +0200 (CEST) Original-Received: from filter4-til.mf.surf.net (filter4-til.mf.surf.net [194.171.167.220]) by balder.ntg.nl (Postfix) with ESMTP id D0D65101E7 for ; Thu, 13 Sep 2012 23:03:49 +0200 (CEST) Original-Received: from smtp2.infomaniak.ch (smtp2.infomaniak.ch [IPv6:2001:1600:2:5:21d:9ff:fe65:e562]) by filter4-til.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id q8DL3mxS022758 for ; Thu, 13 Sep 2012 23:03:49 +0200 Original-Received: from [192.168.0.106] (80-218-70-224.dclient.hispeed.ch [80.218.70.224]) (authenticated bits=0) by smtp2.infomaniak.ch (8.14.2/8.14.2) with ESMTP id q8DL3lFp014959 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 13 Sep 2012 23:03:48 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120827 Thunderbird/15.0 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=2001:1600:2:5:21d:9ff:fe65:e562; country=CH X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0VHWJ3MwN - b1514077dbeb - 20120913 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 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 Original-Sender: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:78273 Archived-At: 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 ___________________________________________________________________________________