-
Notifications
You must be signed in to change notification settings - Fork 8
Broken tlig
feature / addfeature()
code requires update
#309
Comments
After the recent update I noticed that, too. Additionally, there is some very strange behavior regarding the LetterSpace feature: Please try the following MWE with and without the last line. It will throw an error: \documentclass{scrartcl}
\usepackage{fontspec}
\setmainfont{Minion Pro}
\begin{document}
% This works (with false quotation mark instead of colon):
\addfontfeature{LetterSpace=50}
Hello: World!
% This will work:
CASI
% This won’t:
% CASIO
\end{document} It will throw the following error:
|
I am having exact same problems. I came to this ticket thanks to this sx question: http://tex.stackexchange.com/questions/283595/lualatex-unable-to-switch-off-ligatures-in-smallcaps Since updating, I have been experiencing lots of Note: I have opened new issuse #310, as it seems quite different. |
···<date: 2015-12-17, Thursday>···<from: MacDevil>···
This is tracked separately in issue #310. Best, |
···<date: 2015-12-17, Thursday>···<from: rpfei74>···
The |
I’ve sort of tracked the issue down; some secondary code needs |
tlig
feature / addfeature()
code requires update
Thank you for your help. We have two major books almost ready to go to press. I could revert back to previous Please let me know if there is anything I could do to help, i.e. testing. Thank you again. |
···<date: 2015-12-17, Thursday>···<from: repository-tasks>···
Hans responded optimistically:
But I can’t make any promises for another release this year.
In theory you shouldn’t have to revert. Last year’s fontloader is
Maybe this gets you far enough already.
Thanks for the offer. I’ll get back at you once I have something |
I think I've also been bitten by this bug. Where exactly do I have to put
I put this in |
I'm seeing something similar with Stempel Garamond LT Pro – ' is replaced with ”. Could this be the same error? If so, where do I put |
@simifilm take a look here: latex3/fontspec#222 (comment) |
@Lenchik I tried that – no difference. |
Bisected. This is the offending changeset: Test file: https://bitbucket.org/phg/lua-la-tex-tests/src/tip/context/cnt-addfeature-tlig.tex Patch sent upstream. |
Hans incorporated my patch so I think we’re good to go with |
This has indeed fixed my issue. Thanks a lot. |
Do I see this correctly, that TeX ligatures don't work yet? For |
···<date: 2015-12-23, Wednesday>···<from: Simon Spiegel>···
Drat! Thanks for reporting. Does the old loader work with the latest release? Here I get the
|
Closing lualatex#309 Many thanks for @simifilm for the report!
@simifilm fixed; new package is on its way to CTAN.
That one was ugly … |
Hmm, I don't see any improvement with fix-4. |
···<date: 2015-12-25, Friday>···<from: Simon Spiegel>···
Did you erase the font cache? ( |
That did the trick. |
···<date: 2015-12-25, Friday>···<from: Simon Spiegel>···
I’m quite relieved =) |
Recently, colons (:) started to appear as closing quotation marks (”) when setting Minion Pro as the main text font.
\documentclass{scrbook}
\usepackage[no-math]{fontspec}
%\setmainfont{Minion Pro}
\begin{document}
Bla: blu: bli:
\end{document}
The output with Minion Pro is correct with xelatex but not with lualatex.
The text was updated successfully, but these errors were encountered: