-
I found out that it was necessary to add `Script=Cyrillic` to fontspec
options in XeTeX in order to make use of cyrillic small caps in CMU,
so this feature request is invalid.
2009-01-22 16:50:34 UTC in Computer Modern Unicode fonts
-
CMU should provide cyrillic small caps.
2009-01-17 15:01:29 UTC in Computer Modern Unicode fonts
-
> The reason is, simply, that Libertine Regular doesn't contain small
> caps letters for cyrrilic.
I understand it now.
> So isn' t it completely uncommon to have a small caps variant for
> cyrrilic letters?
You're right when speaking of low difference between cyrillic small
caps and usual minuscule letters. Cyrillic SC really do not provide
such degree of *emphasizing* as latin SC...
2009-01-10 10:22:48 UTC in Libertine Open Fonts Projekt
-
I failed to reproduce this bug with Adobe's Garamon Premier Pro, so
probably it is NOT a XeTeX issue, but a specifically Linux Libertine one.
2009-01-03 21:44:22 UTC in Libertine Open Fonts Projekt
-
Another negative effect of manually setting `SmallCapsFont` is that
lining figures show up instead of text ones where small caps text
goes.
Here's the command I use to select LT:
\setmainfont[Numbers=OldStyle,SmallCapsFont={Linux Libertine C}]{Linux Libertine}
Then I get lining figures when switching to small caps:
\textsc{Enjoying small caps since 1657}
Perhaps that's because this «LT C»...
2009-01-03 21:40:04 UTC in Libertine Open Fonts Projekt
-
I use XeLaTeX for typesetting texts with Libertine (OTF).
Switching to small caps with `\textsc` command works with latin letters, but doesn't give the expected result with cyrillic.
That's how I set Libertine as the main font:
\usepackage{fontspec,xunicode,xltxtra}
\usepackage{polyglossia}
\setmainlanguage{russian}
\setotherlanguages{english}
\setmainfont{Linux...
2009-01-03 18:28:28 UTC in Libertine Open Fonts Projekt
-
Indeed, the `dynext/link` module naming scheme was introduced in
_recent_ versions of PLT, which this patch aims to support. 352 is an
outdated one. I believe that compatibility with _modern_ MzScheme
versions is a SWIG goal.
2008-09-02 04:56:59 UTC in SWIG
-
Current SWIG version (1.3.36 and SVN) fails to build with any recent PLT version. I've attached a patch to fix it. Probably more patching needed for MzScheme module as it seems to be unmaintained.
2008-08-29 07:49:17 UTC in SWIG