LyX ⇒ Installing Open Type Fonts for Use with LyX
Installing Open Type Fonts for Use with LyX
I've been doing some research on the internet. I found an article dating from 2006 that gives a very daunting procedure.
I really don't feel confident attempting all of that as a newbie. Is there anything easier that might have been invented since?
Also, I see a lot in TeX forums about using XeTeX to have access to Open Type fonts, but I can't figure out how to use it. How would I go about using XeTeX with LyX? I've already discovered that export/import from LyX to other formats often doesn't work.
Thanks to anyone who can offer guidance.
EFR
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Installing Open Type Fonts for Use with LyX
Also I made the following modifications to the preamble of the document.
Code: Select all
%\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{xunicode}
\usepackage{fontspec}
\usepackage{xltxtra}
\setmainfont[Mapping=tex-text]{Myriad Pro}
But I still have a problem. When I try to compile, a message appears below the screen "failed to convert input string UTF16."
Then the compilation fails, and I get this error message (among others):
Code: Select all
! Unable to load picture or PDF file 'C:/Users/me/Documents/IMCC'.
<to be read again>
C
l.123 \tableofcontents
{}
The requested image couldn't be read because
it was not a recognized image format.
Thanks,
EFR