From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/65054 Path: news.gmane.org!not-for-mail From: Jonas Stein Newsgroups: gmane.comp.tex.context Subject: Re: howto start with presentations? Date: Sun, 9 Jan 2011 04:50:29 +0100 Message-ID: <5tnnv7-ala.ln1@news.jonasstein.de> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1294545336 24328 80.91.229.12 (9 Jan 2011 03:55:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 9 Jan 2011 03:55:36 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Sun Jan 09 04:55:32 2011 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PbmNQ-0002KJ-Me for gctc-ntg-context-518@m.gmane.org; Sun, 09 Jan 2011 04:55:32 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 44114CAA36; Sun, 9 Jan 2011 04:55:32 +0100 (CET) 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 HBkobHTM9xE4; Sun, 9 Jan 2011 04:55:29 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id C2A48CA9BF; Sun, 9 Jan 2011 04:55:29 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id BA30BCA9BF for ; Sun, 9 Jan 2011 04:55:28 +0100 (CET) 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 2Ye9cVE+PW0a for ; Sun, 9 Jan 2011 04:55:17 +0100 (CET) Original-Received: from filter2-til.mf.surf.net (filter2-til.mf.surf.net [194.171.167.218]) by balder.ntg.nl (Postfix) with ESMTP id 7A558CA9B9 for ; Sun, 9 Jan 2011 04:55:17 +0100 (CET) Original-Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by filter2-til.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p093tFJQ027099 for ; Sun, 9 Jan 2011 04:55:16 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PbmN8-0002FT-Cm for ntg-context@ntg.nl; Sun, 09 Jan 2011 04:55:14 +0100 Original-Received: from xdsl-213-196-255-214.netcologne.de ([213.196.255.214]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 09 Jan 2011 04:55:14 +0100 Original-Received: from news by xdsl-213-196-255-214.netcologne.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 09 Jan 2011 04:55:14 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 42 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: xdsl-213-196-255-214.netcologne.de User-Agent: slrn/pre1.0.0-18 (Linux) X-Bayes-Prob: 0.5 (Score 0, tokens from: ) X-CanIt-Geo: ip=80.91.229.12; country=NO; latitude=62.0000; longitude=10.0000; http://maps.google.com/maps?q=62.0000,10.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0bDRfTfBS - ce722af80eb2 - 20110109 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.218 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:65054 Archived-At: > You can extract the files inside $TEXMFLOCAL (usually set to > /usr/local/share/texmf, but see the output of Thank you again. I tried it now: $ kpsewhich --expand-var=\$TEXMFLOCAL /usr/local/share/texmf i extracted the zip file there as root and called # mktexlsr as root. Then i checked as user if the file can be found: $ kpsewhich t-simpleslides.tex /usr/local/share/texmf/tex/context/third/simpleslides/t-simpleslides.tex then i run my makefile with $ make view that calls texexec --utfbom --pdf context-schnelleinstieg.tex . . . system : module empty not found system : module simpleslides not found . . . there are two things i do not understand: 1) why are the modules still not found? 2) why is no errorcode raised but a pdf is created on a major problem like missing module? kind regards, -- Jonas Stein ___________________________________________________________________________________ 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 ___________________________________________________________________________________