I want to buld a book, but I have non stop error! The file use everywhere on tex file Linux Libertine O and other linux libertine font. I would like to know, how to change all font without change every font by another font.
\documentclass[12pt,french]{book}
\usepackage{libertine}
\setmainfont{Linux Libertine O}
\setromanfont[Mapping=tex-text]{Linux Libertine O}
\setsansfont[Mapping=tex-text]{Linux Biolinum O}
\begin{document}
\include{frontmatter}
\pagestyle{headings}
\pagenumbering{arabic}
\include{touslesserpents}
\include{8multipliés}
\include{Tortues}
ABC abc
\end{document}
Error is :
The font "Linux Libertine O" cannot be found.
The font "Linux Biolinum O" cannot be found
\documentclass{...}and ending with\end{document}. – Apr 07 '15 at 22:20\usepackage{libertine}with\usepackage{fontspec}? – Mico Apr 07 '15 at 22:29\usepackage{libertine} \setmainfont{Linux Libertine O} \setromanfont[Mapping=tex-text]{Linux Libertine O} \setsansfont[Mapping=tex-text]{Linux Biolinum O}and use the default tex fonts instead – David Carlisle Apr 07 '15 at 22:31\usepackage{libertine} \setmainfont{Linux Libertine O} \setromanfont[Mapping=tex-text]{Linux Libertine O} \setsansfont[Mapping=tex-text]{Linux Biolinum O}I always error because the othor because the author has add\fontspec{Linux Libertine O C}or other font throughout on tex file. (Linux libertine font is instaled on my mac) – SigmaPi Apr 07 '15 at 22:42\fontspec{Linux Libertine O C}is wrong in this case, but removing theCin that will provide a working MWE – Apr 07 '15 at 22:46sedcommand to rewrite the incorrect strings. – Joe Corneli Apr 07 '15 at 22:54