From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/42358 Path: news.gmane.org!not-for-mail From: Holzminister Newsgroups: gmane.comp.tex.context Subject: LinuxLibertine and math with LuaTeX Date: Fri, 11 Jul 2008 19:58:48 +0200 Message-ID: <20080711195848.2b420082@mars.zu.haus> 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: ger.gmane.org 1215799237 22022 80.91.229.12 (11 Jul 2008 18:00:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Jul 2008 18:00:37 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Fri Jul 11 20:01:23 2008 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 1KHMvl-0004Jb-Sm for gctc-ntg-context-518@m.gmane.org; Fri, 11 Jul 2008 20:01:17 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4FB591FBB9; Fri, 11 Jul 2008 20:00:23 +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 16361-02-6; Fri, 11 Jul 2008 19:59:36 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0E2151FBF1; Fri, 11 Jul 2008 19:59:36 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CAA771FBF1 for ; Fri, 11 Jul 2008 19:59:33 +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 16357-03-9 for ; Fri, 11 Jul 2008 19:58:58 +0200 (CEST) Original-Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159]) by ronja.ntg.nl (Postfix) with ESMTP id 9875A1FBB9 for ; Fri, 11 Jul 2008 19:58:58 +0200 (CEST) Original-Received: by fg-out-1718.google.com with SMTP id l26so1655893fgb.8 for ; Fri, 11 Jul 2008 10:58:58 -0700 (PDT) Original-Received: by 10.86.71.1 with SMTP id t1mr10276398fga.36.1215799138091; Fri, 11 Jul 2008 10:58:58 -0700 (PDT) Original-Received: from mars.zu.haus ( [85.179.196.142]) by mx.google.com with ESMTPS id d6sm1662920fga.2.2008.07.11.10.58.55 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 11 Jul 2008 10:58:57 -0700 (PDT) X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.10; i686-pc-linux-gnu) 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:42358 Archived-At: Hi! With the help of this great mailing-list I managed to type text with the opentype version of LinuxLibertine. But the math font still falls back to Latin Modern (I think). Is there a way to get mathsymbols typed with LinuxLibertine, too? My code so far: % engine=luatex \starttypescript [serif] [linuxlibertine] \setups[font:fallback:serif] \definefontsynonym [Serif] [LinLibertine-Regular] \definefontsynonym [SerifBold] [LinLibertine-Bold] \definefontsynonym [SerifItalic] [LinLibertine-Italic] \definefontsynonym [SerifBoldItalic] [LinLibertine-BoldItalic] \definefontsynonym [SerifCaps] [LinLibertine-Caps] \stoptypescript \starttypescript [serif] [linuxlibertine] \definefontsynonym [LinLibertine-Regular] [name:Linux Libertine O] [features=default] \definefontsynonym [LinLibertine-Bold] [name:Linux Libertine O Bold] [features=default] \definefontsynonym [LinLibertine-Italic] [name:Linux Libertine O Italic] [features=default] \definefontsynonym [LinLibertine-BoldItalic] [name:Linux Libertine O Bold Italic] [features=default] \definefontsynonym [LinLibertine-Caps] [name:Linux Libertine O Capitals] [features=default] \stoptypescript \starttypescript [linuxlibertine] \definetypeface [\typescriptone] [rm] [serif] [linuxlibertine] [default] \stoptypescript \usetypescript[linuxlibertine] \setupbodyfont[linuxlibertine] \starttext Normal text. \startformula \alpha + \beta = 10 \stopformula \stoptext Regards, Eyke ___________________________________________________________________________________ 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 ___________________________________________________________________________________