{opentype} concerns the OpenType scalable type face format
7
votes
2answers
2k views
LuaLaTeX, fontspec and tracking with microtype
I try to get microtype's tracking working but without success: up-to-date TeXlive 2011 (lualatex 0.70.1) with microtype v2.5 beta 07. Sample code:
\documentclass{article}
...
12
votes
4answers
648 views
How do I get a list of all font features supported by current font
With LuaTeX, how do I get a list of OTF features supported by the current font in use printed?
For example, with otfinfo, I can get a list of OTF features by otfinfo -f font_file_name. Can I do ...
11
votes
1answer
352 views
How to find out which glyphs are different in an OpenType style set?
With fontspec, and XeTeX or LuaTeX it's possible to access a font's OpenType features, including the Style Sets, e.g. like this:
\addfontfeatures{RawFeature=+ss01;+ss18}
TeX.sx has already taught ...
13
votes
3answers
3k views
How do I use an OpenType font with my LaTeX document?
I want to use a really cool open-source OpenType font with my LaTeX document.
I was told that either I could go through a long process of converting the OpenType font to one useable by LaTeX, or I ...
7
votes
1answer
244 views
“Interactive PDF, Latex and Article of the Future” with opentype/truetype fonts and unicode
I'm looking for a way to get popup references when hovering with the mouse cursor over the references in my papers. I looked around on this forum and found this question and hpesoj626's answer very ...
3
votes
1answer
580 views
Install OpenType fonts in Texlive
Maybe this topic has already been discussed, but I haven't found anything clear about it! I bought Garamond Opentype fonts by Adobe, so I have *.otf font files. I'd like to use it in my thesis, but i ...
6
votes
1answer
429 views
\setmainfont{Linux Libertine O} uses pfb files instead of otf
(This is sort of a follow-up to libertineotf and xelatex - bold smallcaps broken?, based on a problem that I had noticed earlier, but hadn't put my finger on.)
\documentclass{article}
...
15
votes
1answer
834 views
fontspec, lua, microtype: Renderer=Basic no longer working for specific font styles
You may have noticed that, as of now,* letterspacing small capitals is not as easy as it was in pdfTeX, where we could simply combine \textsc with microtype's \textls. Consider this example, which ...
12
votes
1answer
246 views
Towards a \ucshape and \textuc command for uppercase text (XeTeX, LuaTeX)
While we have \textit and \textsc, \itshape and \scshape etc., there's no \textuc and \ucshape to typeset its argument in uppercase. There is \MakeUppercase, but -- as uppercase is not a font style -- ...
11
votes
2answers
230 views
How to use OpenType fonts with plain-LuaTeX?
Is it possible to have OpenType fonts with LuaTeX using the plain format?
I have tried:
\font\test="texgyrepagellaregular"\test test\bye
but I get ! Font \test=texgyrepagellaregular not loadable: ...
6
votes
1answer
318 views
Trouble with contextuals in LuaLaTeX with fontspec - trying to get internal long Ss to work
I have been trying to get a project of mine set with internal long Ss. Using fontforge, I have tried to set up the contextual (both [calt] and [cswh]) feature - but when I do, I get no results in the ...
4
votes
1answer
137 views
XeLaTeX: WordInitial, Inner and WordFinal seem to match everywhere
I am creating a blackletter font and would like to use it with XeLaTeX. I try to use initial/medial/final substitution for letters, like s/ſ, but the context seems to match even when it should not.
...
