Guillaume Munch wrote: > Le 05/11/2015 12:36, Neal Becker a écrit : >> Guillaume Munch wrote: >> >>> Le 04/11/2015 22:46, Robert Susmilch a écrit : >>>> Dear List, >>>> >>>> I have been doing quite a few papers in LyX, and tried switching to >>>> LibreOffice for Zotero integration, however the math and figure >>>> placement drove me up the wall so badly, I came back to LyX/LaTeX, >>>> cheated, and entered my citations and references manually via cut and >>>> paste. >>>> >>>> I have looked at several fonts, and like Libertine, however I cannot >>>> get Libertine to work for the math font. >>>> >>>> At first libertine would not show up as installed in LyX, but a reboot >>>> may have fixed that. It now shows up under math font. However, even a >>>> basic document gives me an error while trying LuaTex: >>>> >>>> ! Font \=zxxrl7z at 10pt not loadable: metric data not found or bad. >>>> <to be read again> >>>> relax >>>> l.11 This is a fancy equation $\sum >>>> _{i=1}^{\infty}b^{i}$. >>>> I wasn't able to read the size data for this font, >>>> so I will ignore the font specification. >>>> [Wizards can fix TFM files using TFtoPL/PLtoTF.] >>>> You might try inserting a different font spec; >>>> e.g., type `I\font<same font id>=<substitute font name>'. >>>> >>>> >>>> This happens with Times New Roman and Garamond for the NewTX math font. >>>> Euler and Kurier both work (but are ugly IMHO.) >>>> >>>> PDFLatex gives a similar error, but complains that there is no font of >>>> size 8.8 pt loadable. >>>> >>>> XeXtex coplains about missing temp pdf. >>>> >>>> I have tried some suggestions of reinstalling texlive-collection- >>>> fontsrecommended. I have wiped my preamble out and removed all loaded >>>> modules in document settings. >>>> >>>> This is all on a Fedora 22 system, using LyX 2.1.4. >>>> >>>> What am I missing? >>>> >>> >>> You are trying to use NewTXMath with the libertine option if I >>> understand correctly. I don't know what goes wrong. But, have you tried >>> the stix fonts with pdflatex (\usepackage{stix} in the preamble) ? Stix >>> is self-contained, so you have to remove other font packages first, >>> including math symbols, to try. I know a couple other fonts for text and >>> math that give good results. >> >> Out of curiosity I took a beamer presentation and tried adding >> \usepackage{stix}. I got a string of errors, starting with: >> >> No room for a new \mathgroup . >> >> >> > > If you previously needed additional packages containing math symbols, > try to remove those packages from the preamble. Stix should already have > all the symbols that you need. In particular I set amssymb and stmaryrd > to "do not load" in the document settings (but maybe that's also because > I \usepackage[scr=boondoxo,cal=pxtx]{mathalfa} in addition to stix, I > don't remember the details).
I tried removing all other packages, and trying lualatex on this tex file I still get the same error. My preamble is down to this: (This is fedora 23) %% LyX 2.1.4 created this file. For more info, see http://www.lyx.org/. %% Do not edit unless you really know what you are doing. \documentclass[english]{beamer} \usepackage{fontspec} \setcounter{secnumdepth}{3} \setcounter{tocdepth}{3} \usepackage{graphicx} \makeatletter %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands. %% A simple dot to overcome graphicx limitations \newcommand{\lyxdot}{.} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Textclass specific LaTeX commands. % this default might be overridden by plain title style \newcommand\makebeamertitle{\frame{\maketitle}}% % (ERT) argument for the TOC \AtBeginDocument{% \let\origtableofcontents=\tableofcontents \def\tableofcontents{\@ifnextchar[{\origtableofcontents} {\gobbletableofcontents}} \def\gobbletableofcontents#1{\origtableofcontents} } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands. \usepackage{stix} %\usepackage{siunitx} %\usetheme{CambridgeUS} %\usecolortheme{dolphin} %\usepackage{lmodern} \makeatother \usepackage{babel} \begin{document} ...