fontspec
fontspec copied to clipboard
Font selection in LaTeX for XeTeX and LuaTeX
(fontspec 2.5c, luatex 0.95, xetex 3.14159265-2.6-0.99996) The following example: ```latex \documentclass{report} \usepackage{unicode-math} \setmathfont[range=cal,Contextuals=Swash]{MinionPro-It} \begin{document} $\mathcal{F}$ \end{document} ``` Gives this result in xelatex:  But this in lualatex:  I am...
Just like `\IfFontFeatureActive` but not.
Something like \newencoding\foo \DeclareUnicodeEncoding{\foo}{...} This would create a new `TU*` NFSS encoding name for each "logical name" `\foo` etc.
First, Thank You, @wspr, for Your package! Now, we can redefine main font with `\setmainfont` macro. But, if we have already defined (with `\newfontfamily`) custom font family, we can not...
Citing the manual, chapter 2.1: > _“Note that many of the examples use fonts that are not included in TEX Live or > MiKTeX, and some of them are non-free...
I am using XeLaTeX & fontspec in TexLive on OS X Yosemite. Seravek comes with OS X Mavericks. The problem is that I could not use font Seravek's small caps...
From Javier: I'm doing some experiments to add some support for the Language feature to be set when a language is selected, but a general solution is far from trivial!...
From Qing Lee in [a comment](https://github.com/wspr/fontspec/issues/165) on another bug: I think it is very useful to add ``` \defaultfontfeatures[not \rmfamily]{...} ``` If this feature is availbale, I can say ```...
I am not sure if this is a bug of fontspec or sfmath: http://tex.stackexchange.com/questions/163805/issue-with-bar-accent-and-fontspec
In the function `\fontspec_set_scriptlang:`, if there hasn't been a script specified by the user then it tries to load the LATN script and gives a warning if this doesn't work....