Code Monkey home page Code Monkey logo

Comments (5)

twardoch avatar twardoch commented on May 26, 2024

There is the glyph "f.short", and I would recommend to use it in such situations.

from eb-garamond.

markvanatten avatar markvanatten commented on May 26, 2024

Thank you for the hint!

\documentclass[12pt]{article}

\usepackage{filecontents}

\begin{filecontents_}{kernegrave.fea}
languagesystem DFLT dflt;
languagesystem latn dflt;
feature fegr {
substitute f' egrave by f.short;
} fegr ;
\end{filecontents_}

\usepackage{fontspec}%
\defaultfontfeatures{FeatureFile=kernegrave.fea,RawFeature=+fegr}
\setmainfont{EB Garamond}
\begin{document}
réfère
\end{document}
kerntest2

from eb-garamond.

filippodebortoli avatar filippodebortoli commented on May 26, 2024

Should this workaround be added to the font specimen?

from eb-garamond.

georgd avatar georgd commented on May 26, 2024

Thank you for the report.
What Adam pointed out would be exactly my response to the question but I’d
recommend to enable the contextual alternates feature generally. It will
prevent other collisions as well.
I suppose, you are using LuaLaTeX which doesn’t activate it automatically
whereas XeLaTeX does so. To activate contextual alternates add
\defaultfontfeatures{RawFeature=+calt}
I think of adding a remark about it in the specimen.

2015-09-04 11:13 GMT+02:00 Filippo De Bortoli [email protected]:

Should this workaround be added to the font specimen?


Reply to this email directly or view it on GitHub
#74 (comment).

from eb-garamond.

markvanatten avatar markvanatten commented on May 26, 2024

Indeed, I am using lualatex.

Thanks to all for your remarks, and most of all, thank you Georg Duffner for EB Garamond!

from eb-garamond.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.