XeTeX ⇒ ASCII input (æ, ö)
ASCII input (æ, ö)
I find this unwieldy. Is there some way around this, so that I can type the ASCII directly?
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
ASCII input (æ, ö)
Code: Select all
\documentclass{minimal}\usepackage{fontspec}\usepackage{xunicode}\usepackage{xltxtra}\begin{document}æ ö\end{document}
Re: ASCII input (æ, ö)
I think my problem may have been due to specifically marking the character encoding UTF8x in the preamble, something I have since taken out.
Thanks!
ASCII input (æ, ö)
ASCII includes no more than 128 characters.jpeyton wrote:The ASCII codes are 230 (æ) and 246 (ö).
That's correct, you cannot use the inputenc package in combination with XeTeX.jpeyton wrote:I think my problem may have been due to specifically marking the character encoding UTF8x in the preamble, something I have since taken out.