Babel / LuaTex support for .otf features












1















Referring to this thread:
Xetex support for .otf features, following the indications obtained I modified the code adopting Babel and compiling with LuaTex. In effect this way the Contextual Alternates settings of the font were respected.
However, for some days, after some updates of Texlive, it seems that these settings have been lost. It is no coincidence that I now receive the notice again:



Package fontspec Warning: Language 'English' not available for font
(fontspec) '<myfont>' with script 'Latin'.


The font is fine, since the Calt are made with Libreoffice



Or did I commit myself, without realizing, any new errors in the code or did anything change in Babel / Luatex?



The basic code settings are the following ones:



documentclass{article}
usepackage{fontspec}
usepackage[english,italian]{babel}
babelfont[italian]{rm}[Language=Default,Ligatures=TeX,Numbers={Proportional,OldStyle},RawFeature=+calt]{myfont}
babelfont[english]{rm}[Language=English,Ligatures=TeX,Numbers={Proportional,OldStyle}]{myfont}









share|improve this question


















  • 2





    Tomorrow there should be a fontspec update correcting a bug regarding script. Then try again.

    – Ulrike Fischer
    Jan 24 at 21:43











  • Ah ok; so it seems to be a bug... Thank you

    – user41063
    Jan 24 at 22:10











  • I received the today update of Babel, but it still doesn't work for some font script as calt. It applies only default settings, not the localized ones

    – user41063
    Jan 25 at 14:20











  • I wrote about a fontspec update, not babel. And I can't test now, it will have to wait until tomorrow.

    – Ulrike Fischer
    Jan 25 at 21:30











  • I received a new update for fontspec this morning, but the problem is still present

    – user41063
    Jan 26 at 13:01
















1















Referring to this thread:
Xetex support for .otf features, following the indications obtained I modified the code adopting Babel and compiling with LuaTex. In effect this way the Contextual Alternates settings of the font were respected.
However, for some days, after some updates of Texlive, it seems that these settings have been lost. It is no coincidence that I now receive the notice again:



Package fontspec Warning: Language 'English' not available for font
(fontspec) '<myfont>' with script 'Latin'.


The font is fine, since the Calt are made with Libreoffice



Or did I commit myself, without realizing, any new errors in the code or did anything change in Babel / Luatex?



The basic code settings are the following ones:



documentclass{article}
usepackage{fontspec}
usepackage[english,italian]{babel}
babelfont[italian]{rm}[Language=Default,Ligatures=TeX,Numbers={Proportional,OldStyle},RawFeature=+calt]{myfont}
babelfont[english]{rm}[Language=English,Ligatures=TeX,Numbers={Proportional,OldStyle}]{myfont}









share|improve this question


















  • 2





    Tomorrow there should be a fontspec update correcting a bug regarding script. Then try again.

    – Ulrike Fischer
    Jan 24 at 21:43











  • Ah ok; so it seems to be a bug... Thank you

    – user41063
    Jan 24 at 22:10











  • I received the today update of Babel, but it still doesn't work for some font script as calt. It applies only default settings, not the localized ones

    – user41063
    Jan 25 at 14:20











  • I wrote about a fontspec update, not babel. And I can't test now, it will have to wait until tomorrow.

    – Ulrike Fischer
    Jan 25 at 21:30











  • I received a new update for fontspec this morning, but the problem is still present

    – user41063
    Jan 26 at 13:01














1












1








1








Referring to this thread:
Xetex support for .otf features, following the indications obtained I modified the code adopting Babel and compiling with LuaTex. In effect this way the Contextual Alternates settings of the font were respected.
However, for some days, after some updates of Texlive, it seems that these settings have been lost. It is no coincidence that I now receive the notice again:



Package fontspec Warning: Language 'English' not available for font
(fontspec) '<myfont>' with script 'Latin'.


The font is fine, since the Calt are made with Libreoffice



Or did I commit myself, without realizing, any new errors in the code or did anything change in Babel / Luatex?



The basic code settings are the following ones:



documentclass{article}
usepackage{fontspec}
usepackage[english,italian]{babel}
babelfont[italian]{rm}[Language=Default,Ligatures=TeX,Numbers={Proportional,OldStyle},RawFeature=+calt]{myfont}
babelfont[english]{rm}[Language=English,Ligatures=TeX,Numbers={Proportional,OldStyle}]{myfont}









share|improve this question














Referring to this thread:
Xetex support for .otf features, following the indications obtained I modified the code adopting Babel and compiling with LuaTex. In effect this way the Contextual Alternates settings of the font were respected.
However, for some days, after some updates of Texlive, it seems that these settings have been lost. It is no coincidence that I now receive the notice again:



Package fontspec Warning: Language 'English' not available for font
(fontspec) '<myfont>' with script 'Latin'.


The font is fine, since the Calt are made with Libreoffice



Or did I commit myself, without realizing, any new errors in the code or did anything change in Babel / Luatex?



The basic code settings are the following ones:



documentclass{article}
usepackage{fontspec}
usepackage[english,italian]{babel}
babelfont[italian]{rm}[Language=Default,Ligatures=TeX,Numbers={Proportional,OldStyle},RawFeature=+calt]{myfont}
babelfont[english]{rm}[Language=English,Ligatures=TeX,Numbers={Proportional,OldStyle}]{myfont}






luatex babel






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jan 24 at 21:00









user41063user41063

7471511




7471511








  • 2





    Tomorrow there should be a fontspec update correcting a bug regarding script. Then try again.

    – Ulrike Fischer
    Jan 24 at 21:43











  • Ah ok; so it seems to be a bug... Thank you

    – user41063
    Jan 24 at 22:10











  • I received the today update of Babel, but it still doesn't work for some font script as calt. It applies only default settings, not the localized ones

    – user41063
    Jan 25 at 14:20











  • I wrote about a fontspec update, not babel. And I can't test now, it will have to wait until tomorrow.

    – Ulrike Fischer
    Jan 25 at 21:30











  • I received a new update for fontspec this morning, but the problem is still present

    – user41063
    Jan 26 at 13:01














  • 2





    Tomorrow there should be a fontspec update correcting a bug regarding script. Then try again.

    – Ulrike Fischer
    Jan 24 at 21:43











  • Ah ok; so it seems to be a bug... Thank you

    – user41063
    Jan 24 at 22:10











  • I received the today update of Babel, but it still doesn't work for some font script as calt. It applies only default settings, not the localized ones

    – user41063
    Jan 25 at 14:20











  • I wrote about a fontspec update, not babel. And I can't test now, it will have to wait until tomorrow.

    – Ulrike Fischer
    Jan 25 at 21:30











  • I received a new update for fontspec this morning, but the problem is still present

    – user41063
    Jan 26 at 13:01








2




2





Tomorrow there should be a fontspec update correcting a bug regarding script. Then try again.

– Ulrike Fischer
Jan 24 at 21:43





Tomorrow there should be a fontspec update correcting a bug regarding script. Then try again.

– Ulrike Fischer
Jan 24 at 21:43













Ah ok; so it seems to be a bug... Thank you

– user41063
Jan 24 at 22:10





Ah ok; so it seems to be a bug... Thank you

– user41063
Jan 24 at 22:10













I received the today update of Babel, but it still doesn't work for some font script as calt. It applies only default settings, not the localized ones

– user41063
Jan 25 at 14:20





I received the today update of Babel, but it still doesn't work for some font script as calt. It applies only default settings, not the localized ones

– user41063
Jan 25 at 14:20













I wrote about a fontspec update, not babel. And I can't test now, it will have to wait until tomorrow.

– Ulrike Fischer
Jan 25 at 21:30





I wrote about a fontspec update, not babel. And I can't test now, it will have to wait until tomorrow.

– Ulrike Fischer
Jan 25 at 21:30













I received a new update for fontspec this morning, but the problem is still present

– user41063
Jan 26 at 13:01





I received a new update for fontspec this morning, but the problem is still present

– user41063
Jan 26 at 13:01










0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f471728%2fbabel-luatex-support-for-otf-features%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f471728%2fbabel-luatex-support-for-otf-features%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

ComboBox Display Member on multiple fields

Is it possible to collect Nectar points via Trainline?