Fonts & Character Sets ⇒ Can I use Junicode with LaTeX?
Can I use Junicode with LaTeX?
I need to use Junicode for a project. Junicode is a free OSS truetype font (Sourceforge), and the source code is available as well. But I have no idea how to get Lyx or LaTeX to see it.
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
Can I use Junicode with LaTeX?
the easiest way to use external ("non-standard") fonts in LaTeX is to use XeTeX. Try compiling with xelatex while including the fontspec package.
Re: Can I use Junicode with LaTeX?
For example, it says "Just use the utf8-plain encoding in Document->Settings"\," but I can't find any such setting.
It also says "LyX can be used with XeTeX. Use File->Export->LaTeX(pdflatex) to get a .tex file. Then process this .tex file manually with xelatex," but I couldn't get the right output. I think the problem is that I didn't use the right syntax in the Lyx document.
What I did was insert a box, then inside the box I put \fontspec{Junicode}Some Text
The PDF is fine except that "Some Text" is not in Junicode. There were no error messages, it just didn't work.