From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/65062 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 18:15:57 +0100 Message-ID: References: <5tnnv7-ala.ln1@news.jonasstein.de> 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 1294593628 13772 80.91.229.12 (9 Jan 2011 17:20:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 9 Jan 2011 17:20:28 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Sun Jan 09 18:20:24 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 1PbywK-00005T-GT for gctc-ntg-context-518@m.gmane.org; Sun, 09 Jan 2011 18:20:24 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id E6A36CAA50; Sun, 9 Jan 2011 18:20:23 +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 I+W4NjiXqC0I; Sun, 9 Jan 2011 18:20:21 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 04953CAA48; Sun, 9 Jan 2011 18:20:21 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id CBB8CCAA48 for ; Sun, 9 Jan 2011 18:20:19 +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 i6YFBm2k1LW9 for ; Sun, 9 Jan 2011 18:20:17 +0100 (CET) Original-Received: from filter1-ams.mf.surf.net (filter1-ams.mf.surf.net [192.87.102.69]) by balder.ntg.nl (Postfix) with ESMTP id D0A25CA9B7 for ; Sun, 9 Jan 2011 18:20:17 +0100 (CET) Original-Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by filter1-ams.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p09HKEZL008397 for ; Sun, 9 Jan 2011 18:20:17 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PbywA-0008SJ-7t for ntg-context@ntg.nl; Sun, 09 Jan 2011 18:20:14 +0100 Original-Received: from xdsl-213-196-241-189.netcologne.de ([213.196.241.189]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 09 Jan 2011 18:20:14 +0100 Original-Received: from news by xdsl-213-196-241-189.netcologne.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 09 Jan 2011 18:20:14 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 47 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: xdsl-213-196-241-189.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: 06DRtkeIJ - f437a9a3a6f2 - 20110109 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.69 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:65062 Archived-At: On 2011-01-09, Jonas Stein wrote: >> 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, > sorry i forgot the link: the log files and the .tex files are here: https://github.com/jonasstein/context-quickstart -- 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 ___________________________________________________________________________________