From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/36488 Path: news.gmane.org!not-for-mail From: "Wolfgang Werners-Lucchini" Newsgroups: gmane.comp.tex.context Subject: luatex:first steps Date: Wed, 12 Sep 2007 23:47:31 +0200 Message-ID: <46E87A93.957.3EC529@wwl.musensturm.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: sea.gmane.org 1189633464 23362 80.91.229.12 (12 Sep 2007 21:44:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 12 Sep 2007 21:44:24 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Wed Sep 12 23:44:21 2007 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1IVa0P-0002PP-1d for gctc-ntg-context-518@m.gmane.org; Wed, 12 Sep 2007 23:44:17 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3690E1FF94; Wed, 12 Sep 2007 23:44:16 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 01542-02; Wed, 12 Sep 2007 23:44:03 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8B4671FF8C; Wed, 12 Sep 2007 23:44:03 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 64C451FF8C for ; Wed, 12 Sep 2007 23:44:01 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00975-04-4 for ; Wed, 12 Sep 2007 23:43:56 +0200 (CEST) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.179]) by ronja.ntg.nl (Postfix) with ESMTP id 998A81FF8B for ; Wed, 12 Sep 2007 23:43:56 +0200 (CEST) Original-Received: from frnk-590c8fa4.pool.einsundeins.de [89.12.143.164] (helo=[192.168.178.20]) by mrelayeu.kundenserver.de (node=mrelayeu2) with ESMTP (Nemesis), id 0MKwtQ-1IVa033eud-0006jm; Wed, 12 Sep 2007 23:43:56 +0200 Priority: normal X-mailer: Pegasus Mail for Windows (4.41, DE v4.41 R1) Content-description: Mail message body X-Provags-ID: V01U2FsdGVkX1+rxPSfslhFkRCy4VScbkDaGB6cYUCla3Llu9/ VTJIY3EEJhhXcQ2sCC6rPlm9AZtiVWcGrD18XDiTHZH+s2T7wE nZXCao8j+zqPrF/uNORjZSzbdZgtK4a X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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 X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:36488 Archived-At: Hallo, I have installed the newest windows standalone context package. My first try was with this snippet, found as 'test-2' at luatex.org: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \lua {tex.print("$\string\\sqrt{2} = " .. math.sqrt(2) .. "$")} \luatex {tex.print("$\string\\sqrt{2} = " .. math.sqrt(2) .. "$")} \rescan{\lua{tex.print("$\string\\sqrt{2} = " .. math.sqrt(2) .. "$")}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% but \luatex is unknown. After commenting line 2 I get a TeX prompt (*) and after some \end's I got the result. Should this work in this way? And with this %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % coding: utf-8 \mainlanguage[deo] \enableregime[utf] \usetypescript[palatino][texnansi] \setupbodyfont[palatino,rm,12pt] \starttext Bla {\bf blub} \stoptext %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% I get the error ---------------------------------- error >> define font: font with name texgyrepagella-regular is not found. \relax \xxdododefinefont ...tspec {#4}\newfontidentifier \let \localrelativefontsiz... \fontstrategy ...me \fontclass #2#3#4#5\endcsname \tryingfontfalse \fi ...yle \fontalternative \fontsize \fi \iftryingfont \fontstr... \synchronizefont ...strategy \the \fontstrategies \relax \fi \iftryingfont \... \getvalue {\@style@ \fontstyle } \edef \fontstyle {\fontstyle }\if... ... l.7 \setupbodyfont[palatino,rm,12pt] ---------------------------------- Palatino is installed! What should I do to use Palatino not Pagella, which obviously is not installed? Wolfgang ___________________________________________________________________________________ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________