xcolor breaking ligaturesAny suggestions/requests for features for a new package that allows disabling ligatures for (pre)selected words?Switching off ligatures in LuaLaTeXLigatures disablingSuppress certain ligatures generallyDifference between and / for breaking ligaturesLuatex ligatures after newpageHow to enable ligaturesAccessing Junicode ligaturesProperly breaking up ligatures using selnolig / LuaLaTeXIncorrect LuaTeX ligatures

What did the 'turbo' button actually do?

Of strange atmospheres - the survivable but unbreathable

The disk image is 497GB smaller than the target device

Possibility of faking someone's public key

Is there a simple example that empirical evidence is misleading?

Dad jokes are fun

How to politely tell someone they did not hit reply all in email?

Finding all files with a given extension whose base name is the name of the parent directory

I want to know what marumaru means

Why did other houses not demand this?

Does French have the English "short i" vowel?

Why would a rational buyer offer to buy with no conditions precedent?

Variable declaraton with extra in C

Why does Bran want to find Drogon?

Python program for fibonacci sequence using a recursive function

Can a UK national work as a paid shop assistant in the USA?

Need to read my home electrical Meter

Does an eye for an eye mean monetary compensation?

...And they were stumped for a long time

Expected maximum number of unpaired socks

Why sampling a periodic signal doesn't yield a periodic discrete signal?

The Maltese Falcon

Why isn't 'chemically-strengthened glass' made with potassium carbonate? To begin with?

Security vulnerabilities of POST over SSL



xcolor breaking ligatures


Any suggestions/requests for features for a new package that allows disabling ligatures for (pre)selected words?Switching off ligatures in LuaLaTeXLigatures disablingSuppress certain ligatures generallyDifference between and / for breaking ligaturesLuatex ligatures after newpageHow to enable ligaturesAccessing Junicode ligaturesProperly breaking up ligatures using selnolig / LuaLaTeXIncorrect LuaTeX ligatures













6















In some behind the scenes work for spacing reasons, the pieces of a syllable get split up in gregoriotex and then reassembled for printing. Normally this works fine, but we're running into some ligature problems when styling is involved. The results can be seen in the following MWE:



documentclassarticle
usepackagexcolor

begindocument
Huge
colorredfcolorredi

colorredfi

itshape fitshape i

itshape fi
enddocument


In the first example, the fact that the "f" and the "i" have color applied to them separately, the ligature (shown in the second line) between them doesn't show (even though the color is the same). On the other hand, this doesn't happen for itshape. Is there a way for the color example to work more like the italics example?



LuaTeX tag is used because the gregoriotex package (into which any solution is destined to be inserted) is only compatible with Lua(La)TeX.










share|improve this question


























    6















    In some behind the scenes work for spacing reasons, the pieces of a syllable get split up in gregoriotex and then reassembled for printing. Normally this works fine, but we're running into some ligature problems when styling is involved. The results can be seen in the following MWE:



    documentclassarticle
    usepackagexcolor

    begindocument
    Huge
    colorredfcolorredi

    colorredfi

    itshape fitshape i

    itshape fi
    enddocument


    In the first example, the fact that the "f" and the "i" have color applied to them separately, the ligature (shown in the second line) between them doesn't show (even though the color is the same). On the other hand, this doesn't happen for itshape. Is there a way for the color example to work more like the italics example?



    LuaTeX tag is used because the gregoriotex package (into which any solution is destined to be inserted) is only compatible with Lua(La)TeX.










    share|improve this question
























      6












      6








      6








      In some behind the scenes work for spacing reasons, the pieces of a syllable get split up in gregoriotex and then reassembled for printing. Normally this works fine, but we're running into some ligature problems when styling is involved. The results can be seen in the following MWE:



      documentclassarticle
      usepackagexcolor

      begindocument
      Huge
      colorredfcolorredi

      colorredfi

      itshape fitshape i

      itshape fi
      enddocument


      In the first example, the fact that the "f" and the "i" have color applied to them separately, the ligature (shown in the second line) between them doesn't show (even though the color is the same). On the other hand, this doesn't happen for itshape. Is there a way for the color example to work more like the italics example?



      LuaTeX tag is used because the gregoriotex package (into which any solution is destined to be inserted) is only compatible with Lua(La)TeX.










      share|improve this question














      In some behind the scenes work for spacing reasons, the pieces of a syllable get split up in gregoriotex and then reassembled for printing. Normally this works fine, but we're running into some ligature problems when styling is involved. The results can be seen in the following MWE:



      documentclassarticle
      usepackagexcolor

      begindocument
      Huge
      colorredfcolorredi

      colorredfi

      itshape fitshape i

      itshape fi
      enddocument


      In the first example, the fact that the "f" and the "i" have color applied to them separately, the ligature (shown in the second line) between them doesn't show (even though the color is the same). On the other hand, this doesn't happen for itshape. Is there a way for the color example to work more like the italics example?



      LuaTeX tag is used because the gregoriotex package (into which any solution is destined to be inserted) is only compatible with Lua(La)TeX.







      color luatex ligatures






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 8 hours ago









      rpspringuelrpspringuel

      448415




      448415




















          1 Answer
          1






          active

          oldest

          votes


















          6














          the normal color command inserts whatsits and this breaks ligatures. You can use luacolor instead:



          documentclassarticle
          usepackageluacolor,xcolor

          begindocument
          Huge
          colorredfcolorredi

          colorredfi

          itshape fitshape i

          itshape fi
          enddocument


          enter image description here






          share|improve this answer























          • Works fine for LuaLaTeX, but not for LuaTeX. As we generally try to maintain gregoriotex as compatible with both, is there a LuaTeX equivalent for luacolor?

            – rpspringuel
            8 hours ago











          • I don't know one, it would be certainly possible to write one, but you would have to find someone to do it.

            – Ulrike Fischer
            7 hours ago











          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%2f491987%2fxcolor-breaking-ligatures%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          6














          the normal color command inserts whatsits and this breaks ligatures. You can use luacolor instead:



          documentclassarticle
          usepackageluacolor,xcolor

          begindocument
          Huge
          colorredfcolorredi

          colorredfi

          itshape fitshape i

          itshape fi
          enddocument


          enter image description here






          share|improve this answer























          • Works fine for LuaLaTeX, but not for LuaTeX. As we generally try to maintain gregoriotex as compatible with both, is there a LuaTeX equivalent for luacolor?

            – rpspringuel
            8 hours ago











          • I don't know one, it would be certainly possible to write one, but you would have to find someone to do it.

            – Ulrike Fischer
            7 hours ago















          6














          the normal color command inserts whatsits and this breaks ligatures. You can use luacolor instead:



          documentclassarticle
          usepackageluacolor,xcolor

          begindocument
          Huge
          colorredfcolorredi

          colorredfi

          itshape fitshape i

          itshape fi
          enddocument


          enter image description here






          share|improve this answer























          • Works fine for LuaLaTeX, but not for LuaTeX. As we generally try to maintain gregoriotex as compatible with both, is there a LuaTeX equivalent for luacolor?

            – rpspringuel
            8 hours ago











          • I don't know one, it would be certainly possible to write one, but you would have to find someone to do it.

            – Ulrike Fischer
            7 hours ago













          6












          6








          6







          the normal color command inserts whatsits and this breaks ligatures. You can use luacolor instead:



          documentclassarticle
          usepackageluacolor,xcolor

          begindocument
          Huge
          colorredfcolorredi

          colorredfi

          itshape fitshape i

          itshape fi
          enddocument


          enter image description here






          share|improve this answer













          the normal color command inserts whatsits and this breaks ligatures. You can use luacolor instead:



          documentclassarticle
          usepackageluacolor,xcolor

          begindocument
          Huge
          colorredfcolorredi

          colorredfi

          itshape fitshape i

          itshape fi
          enddocument


          enter image description here







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 8 hours ago









          Ulrike FischerUlrike Fischer

          204k9312703




          204k9312703












          • Works fine for LuaLaTeX, but not for LuaTeX. As we generally try to maintain gregoriotex as compatible with both, is there a LuaTeX equivalent for luacolor?

            – rpspringuel
            8 hours ago











          • I don't know one, it would be certainly possible to write one, but you would have to find someone to do it.

            – Ulrike Fischer
            7 hours ago

















          • Works fine for LuaLaTeX, but not for LuaTeX. As we generally try to maintain gregoriotex as compatible with both, is there a LuaTeX equivalent for luacolor?

            – rpspringuel
            8 hours ago











          • I don't know one, it would be certainly possible to write one, but you would have to find someone to do it.

            – Ulrike Fischer
            7 hours ago
















          Works fine for LuaLaTeX, but not for LuaTeX. As we generally try to maintain gregoriotex as compatible with both, is there a LuaTeX equivalent for luacolor?

          – rpspringuel
          8 hours ago





          Works fine for LuaLaTeX, but not for LuaTeX. As we generally try to maintain gregoriotex as compatible with both, is there a LuaTeX equivalent for luacolor?

          – rpspringuel
          8 hours ago













          I don't know one, it would be certainly possible to write one, but you would have to find someone to do it.

          – Ulrike Fischer
          7 hours ago





          I don't know one, it would be certainly possible to write one, but you would have to find someone to do it.

          – Ulrike Fischer
          7 hours ago

















          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%2f491987%2fxcolor-breaking-ligatures%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

          Log på Navigationsmenu

          Wonderful Copenhagen (sang) Eksterne henvisninger | NavigationsmenurSide på frankloesser.comWonderful Copenhagen

          Detroit Tigers Spis treści Historia | Skład zespołu | Sukcesy | Członkowie Baseball Hall of Fame | Zastrzeżone numery | Przypisy | Menu nawigacyjneEncyclopedia of Detroit - Detroit TigersTigers Stadium, Detroit, MITigers Timeline 1900sDetroit Tigers Team History & EncyclopediaTigers Timeline 1910s1935 World Series1945 World Series1945 World Series1984 World SeriesComerica Park, Detroit, MI2006 World Series2012 World SeriesDetroit Tigers 40-Man RosterDetroit Tigers Coaching StaffTigers Hall of FamersTigers Retired Numberse