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.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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.