Anyhow, I grasped how it works:
Thank you.
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
Yeah, someone mentioned it on tug.org too. Does it support polyglossia too?frabjous wrote:I am curious, however, whether you ever tried compiling your document with LuaLaTeX, since it supports the fontspec package too, and uses a different engine.
Code: Select all
\documentclass{article}
\usepackage{fontspec}
\defaultfontfeatures{Mapping=tex-text}
\setmainfont{Minion Pro}
\usepackage{polyglossia}
\setmainlanguage{serbian}
\usepackage{xunicode}
\usepackage{xltxtra}
\begin{document}
\fontsize{24}{24}\selectfont
У\kern-.2ex бити
\end{document}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