Chemfig upside down -U> arrow not working in TeXLive 2019Upside-down -U> arrow in chemfigchemfig: reaction above arrowHow do I get the right arrow with chemfig / chemsignchemfig: L-shaped arrowWorking with chemfig (and Benzene)Position label of curved arrow in chemfig?Upside-down -U> arrow in chemfigchemfig: arrow marginChemfig: reaction mechanism problem: arrow positionChemfig arrow has a gap

2 load centers under 1 meter: do you need bonding and main breakers at both?

How strong is aircraft-grade spruce?

After a few interviews, What should I do after told to wait?

How can faith be maintained in a world of living gods?

Do you need to burn fuel between gravity assists?

Why is the the worst case for this function O(n*n)

Was Robin Hood's point of view ethically sound?

Text is continuing wider than the width of the page and not passing to new line

Why is it that I have to play this note on the piano as A sharp?

Why do the British opposition parties not want a new election?

What is the purpose of the rotating plate in front of the lock?

Chemfig upside down -U> arrow not working in TeXLive 2019

How to say "In Japan, I want to ..."?

Short story: Interstellar inspector senses "off" nature of planet hiding aggressive culture

Word for something that used to be popular but not anymore

Complex conjugate and transpose "with respect to a basis"

Poor management handling of recent sickness and how to approach my return?

Remove outer padding in tikzcd

Is mountain bike good for long distances?

Contour plot of a sequence of spheres with increasing radius

Can you pop microwave popcorn on a stove?

Lost & Found Mobile Telepone

Galilean transformation vs simple translation

How do you say "to hell with everything" in French?



Chemfig upside down -U> arrow not working in TeXLive 2019


Upside-down -U> arrow in chemfigchemfig: reaction above arrowHow do I get the right arrow with chemfig / chemsignchemfig: L-shaped arrowWorking with chemfig (and Benzene)Position label of curved arrow in chemfig?Upside-down -U> arrow in chemfigchemfig: arrow marginChemfig: reaction mechanism problem: arrow positionChemfig arrow has a gap






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








4















I'm using the chemfig package for some chemical reactions and I need to draw an arrow like the one below:



enter image description here



It's essentially arrow-U> but with the curved arrow positioned below the straight one. I found a solution in this previous post which works perfectly when I try it on Overleaf, but it does not work on my own TeX installation (TeXLive 2019, Windows 10). Every time I try it I get several "undefined control sequence" errors.



Any idea on why this isn't working and how to fix it? Barring that, is there any other way I can get the kind of arrow I want?



Here's an MWE (copied from the link above):



documentclassarticle
usepackagechemfig

makeatletter
definearrow5-u>%
CF@arrow@shift@nodes#3%
expandafterdrawexpandafter[CF@arrow@current@style](CF@arrow@start@node)--(CF@arrow@end@node)node[midway](uarrow@arctangent);%
CF@ifempty#4
defCF@uarrow@radius0.333
defCF@uarrow@radius#4%
CF@ifempty#5%
defCF@uarrow@absangle60
pgfmathsetmacroCF@uarrow@absangleabs(#5)
%
edefCF@tmp@str[CF@ifempty#1draw=noneunexpandedexpandafterCF@arrow@current@style,-]%
expandafterdrawCF@tmp@str (uarrow@arctangent)%
arc[radius=CF@compound@sep*CF@current@arrow@length*CF@uarrow@radius,start angle=CF@arrow@current@angle+90,delta angle=CF@uarrow@absangle]node(uarrow@start);
%
edefCF@tmp@str[CF@ifempty#2draw=noneunexpandedexpandafterCF@arrow@current@style,-CF]%
expandafterdrawCF@tmp@str (uarrow@arctangent)%
arc[radius=CF@compound@sep*CF@current@arrow@length*CF@uarrow@radius,%
start angle=CF@arrow@current@angle+90,%
delta angle=-CF@uarrow@absangle]%
node(uarrow@end);
pgfmathsetmacroCF@tmp@strCF@uarrow@radius*cos(CF@arrow@current@angle)<0?"+":"-"%
ifdimCF@uarrow@radius pt>z@
CF@arrow@display@label#10CF@tmp@struarrow@start#21CF@tmp@struarrow@end%
else
CF@arrow@display@label#20CF@tmp@struarrow@start#11CF@tmp@struarrow@end%
fi

makeatother

begindocument
begincenter
% schemedebugtrue % Activate if you want to see the nodes etc.
schemestart
arrow-u>[$x$][$y$][][.5][]
schemestop
endcenter
enddocument









share|improve this question






























    4















    I'm using the chemfig package for some chemical reactions and I need to draw an arrow like the one below:



    enter image description here



    It's essentially arrow-U> but with the curved arrow positioned below the straight one. I found a solution in this previous post which works perfectly when I try it on Overleaf, but it does not work on my own TeX installation (TeXLive 2019, Windows 10). Every time I try it I get several "undefined control sequence" errors.



    Any idea on why this isn't working and how to fix it? Barring that, is there any other way I can get the kind of arrow I want?



    Here's an MWE (copied from the link above):



    documentclassarticle
    usepackagechemfig

    makeatletter
    definearrow5-u>%
    CF@arrow@shift@nodes#3%
    expandafterdrawexpandafter[CF@arrow@current@style](CF@arrow@start@node)--(CF@arrow@end@node)node[midway](uarrow@arctangent);%
    CF@ifempty#4
    defCF@uarrow@radius0.333
    defCF@uarrow@radius#4%
    CF@ifempty#5%
    defCF@uarrow@absangle60
    pgfmathsetmacroCF@uarrow@absangleabs(#5)
    %
    edefCF@tmp@str[CF@ifempty#1draw=noneunexpandedexpandafterCF@arrow@current@style,-]%
    expandafterdrawCF@tmp@str (uarrow@arctangent)%
    arc[radius=CF@compound@sep*CF@current@arrow@length*CF@uarrow@radius,start angle=CF@arrow@current@angle+90,delta angle=CF@uarrow@absangle]node(uarrow@start);
    %
    edefCF@tmp@str[CF@ifempty#2draw=noneunexpandedexpandafterCF@arrow@current@style,-CF]%
    expandafterdrawCF@tmp@str (uarrow@arctangent)%
    arc[radius=CF@compound@sep*CF@current@arrow@length*CF@uarrow@radius,%
    start angle=CF@arrow@current@angle+90,%
    delta angle=-CF@uarrow@absangle]%
    node(uarrow@end);
    pgfmathsetmacroCF@tmp@strCF@uarrow@radius*cos(CF@arrow@current@angle)<0?"+":"-"%
    ifdimCF@uarrow@radius pt>z@
    CF@arrow@display@label#10CF@tmp@struarrow@start#21CF@tmp@struarrow@end%
    else
    CF@arrow@display@label#20CF@tmp@struarrow@start#11CF@tmp@struarrow@end%
    fi

    makeatother

    begindocument
    begincenter
    % schemedebugtrue % Activate if you want to see the nodes etc.
    schemestart
    arrow-u>[$x$][$y$][][.5][]
    schemestop
    endcenter
    enddocument









    share|improve this question


























      4












      4








      4


      1






      I'm using the chemfig package for some chemical reactions and I need to draw an arrow like the one below:



      enter image description here



      It's essentially arrow-U> but with the curved arrow positioned below the straight one. I found a solution in this previous post which works perfectly when I try it on Overleaf, but it does not work on my own TeX installation (TeXLive 2019, Windows 10). Every time I try it I get several "undefined control sequence" errors.



      Any idea on why this isn't working and how to fix it? Barring that, is there any other way I can get the kind of arrow I want?



      Here's an MWE (copied from the link above):



      documentclassarticle
      usepackagechemfig

      makeatletter
      definearrow5-u>%
      CF@arrow@shift@nodes#3%
      expandafterdrawexpandafter[CF@arrow@current@style](CF@arrow@start@node)--(CF@arrow@end@node)node[midway](uarrow@arctangent);%
      CF@ifempty#4
      defCF@uarrow@radius0.333
      defCF@uarrow@radius#4%
      CF@ifempty#5%
      defCF@uarrow@absangle60
      pgfmathsetmacroCF@uarrow@absangleabs(#5)
      %
      edefCF@tmp@str[CF@ifempty#1draw=noneunexpandedexpandafterCF@arrow@current@style,-]%
      expandafterdrawCF@tmp@str (uarrow@arctangent)%
      arc[radius=CF@compound@sep*CF@current@arrow@length*CF@uarrow@radius,start angle=CF@arrow@current@angle+90,delta angle=CF@uarrow@absangle]node(uarrow@start);
      %
      edefCF@tmp@str[CF@ifempty#2draw=noneunexpandedexpandafterCF@arrow@current@style,-CF]%
      expandafterdrawCF@tmp@str (uarrow@arctangent)%
      arc[radius=CF@compound@sep*CF@current@arrow@length*CF@uarrow@radius,%
      start angle=CF@arrow@current@angle+90,%
      delta angle=-CF@uarrow@absangle]%
      node(uarrow@end);
      pgfmathsetmacroCF@tmp@strCF@uarrow@radius*cos(CF@arrow@current@angle)<0?"+":"-"%
      ifdimCF@uarrow@radius pt>z@
      CF@arrow@display@label#10CF@tmp@struarrow@start#21CF@tmp@struarrow@end%
      else
      CF@arrow@display@label#20CF@tmp@struarrow@start#11CF@tmp@struarrow@end%
      fi

      makeatother

      begindocument
      begincenter
      % schemedebugtrue % Activate if you want to see the nodes etc.
      schemestart
      arrow-u>[$x$][$y$][][.5][]
      schemestop
      endcenter
      enddocument









      share|improve this question














      I'm using the chemfig package for some chemical reactions and I need to draw an arrow like the one below:



      enter image description here



      It's essentially arrow-U> but with the curved arrow positioned below the straight one. I found a solution in this previous post which works perfectly when I try it on Overleaf, but it does not work on my own TeX installation (TeXLive 2019, Windows 10). Every time I try it I get several "undefined control sequence" errors.



      Any idea on why this isn't working and how to fix it? Barring that, is there any other way I can get the kind of arrow I want?



      Here's an MWE (copied from the link above):



      documentclassarticle
      usepackagechemfig

      makeatletter
      definearrow5-u>%
      CF@arrow@shift@nodes#3%
      expandafterdrawexpandafter[CF@arrow@current@style](CF@arrow@start@node)--(CF@arrow@end@node)node[midway](uarrow@arctangent);%
      CF@ifempty#4
      defCF@uarrow@radius0.333
      defCF@uarrow@radius#4%
      CF@ifempty#5%
      defCF@uarrow@absangle60
      pgfmathsetmacroCF@uarrow@absangleabs(#5)
      %
      edefCF@tmp@str[CF@ifempty#1draw=noneunexpandedexpandafterCF@arrow@current@style,-]%
      expandafterdrawCF@tmp@str (uarrow@arctangent)%
      arc[radius=CF@compound@sep*CF@current@arrow@length*CF@uarrow@radius,start angle=CF@arrow@current@angle+90,delta angle=CF@uarrow@absangle]node(uarrow@start);
      %
      edefCF@tmp@str[CF@ifempty#2draw=noneunexpandedexpandafterCF@arrow@current@style,-CF]%
      expandafterdrawCF@tmp@str (uarrow@arctangent)%
      arc[radius=CF@compound@sep*CF@current@arrow@length*CF@uarrow@radius,%
      start angle=CF@arrow@current@angle+90,%
      delta angle=-CF@uarrow@absangle]%
      node(uarrow@end);
      pgfmathsetmacroCF@tmp@strCF@uarrow@radius*cos(CF@arrow@current@angle)<0?"+":"-"%
      ifdimCF@uarrow@radius pt>z@
      CF@arrow@display@label#10CF@tmp@struarrow@start#21CF@tmp@struarrow@end%
      else
      CF@arrow@display@label#20CF@tmp@struarrow@start#11CF@tmp@struarrow@end%
      fi

      makeatother

      begindocument
      begincenter
      % schemedebugtrue % Activate if you want to see the nodes etc.
      schemestart
      arrow-u>[$x$][$y$][][.5][]
      schemestop
      endcenter
      enddocument






      chemfig chemistry






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 11 hours ago









      johnymmjohnymm

      1998 bronze badges




      1998 bronze badges























          1 Answer
          1






          active

          oldest

          votes


















          4
















          If you look into the chemfig manual, then you will find on in section 1.3 that the private char has changed from @ to _, with more details specified in section 10. Following the instructions there, one gets



          documentclassarticle
          usepackagechemfig

          makeatlettercatcode`_=11
          definearrow5-u>%
          CF_arrowshiftnodes#3%
          expandafterdrawexpandafter[CF_arrowcurrentstyle](CF_arrowstartnode)
          --(CF_arrowendnode)node[midway](uarrow@arctangent);%
          CF_ifempty#4
          defCF_uarrowradius0.333
          defCF_uarrowradius#4%
          CF_ifempty#5%
          defCF_uarrowabsangle60
          pgfmathsetmacroCF_uarrowabsangleabs(#5)
          %
          edefCF_tmpstr[CF_ifempty#1draw=noneunexpandedexpandafterCF_arrowcurrentstyle,-]%
          expandafterdrawCF_tmpstr (uarrow@arctangent)%
          arc[radius=CF_compoundsep*CF_currentarrowlength*CF_uarrowradius,start angle=CF_arrowcurrentangle+90,delta angle=CF_uarrowabsangle]node(uarrowstart);
          %
          edefCF_tmpstr[CF_ifempty#2draw=noneunexpandedexpandafterCF_arrowcurrentstyle,-CF]%
          expandafterdrawCF_tmpstr (uarrow@arctangent)%
          arc[radius=CF_compoundsep*CF_currentarrowlength*CF_uarrowradius,%
          start angle=CF_arrowcurrentangle+90,%
          delta angle=-CF_uarrowabsangle]%
          node(uarrowend);
          pgfmathsetmacroCF_tmpstrCF_uarrowradius*cos(CF_arrowcurrentangle)<0?"+":"-"%
          ifdimCF_uarrowradius pt>z@
          CF_arrowdisplaylabel#10CF_tmpstruarrowstart#21CF_tmpstruarrowend%
          else
          CF_arrowdisplaylabel#20CF_tmpstruarrowstart#11CF_tmpstruarrowend%
          fi

          catcode`_=8
          makeatother

          begindocument
          begincenter
          % schemedebugtrue % Activate if you want to see the nodes etc.
          schemestart
          arrow-u>[$x$][$y$][][.5][]
          schemestop
          endcenter
          enddocument


          enter image description here






          share|improve this answer

























          • Yep that's it! It should have occurred to me that something must have changed in the definitions in between updates, but I guess it didn't. Thank you so much.

            – johnymm
            10 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/4.0/"u003ecc by-sa 4.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%2f507442%2fchemfig-upside-down-u-arrow-not-working-in-texlive-2019%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









          4
















          If you look into the chemfig manual, then you will find on in section 1.3 that the private char has changed from @ to _, with more details specified in section 10. Following the instructions there, one gets



          documentclassarticle
          usepackagechemfig

          makeatlettercatcode`_=11
          definearrow5-u>%
          CF_arrowshiftnodes#3%
          expandafterdrawexpandafter[CF_arrowcurrentstyle](CF_arrowstartnode)
          --(CF_arrowendnode)node[midway](uarrow@arctangent);%
          CF_ifempty#4
          defCF_uarrowradius0.333
          defCF_uarrowradius#4%
          CF_ifempty#5%
          defCF_uarrowabsangle60
          pgfmathsetmacroCF_uarrowabsangleabs(#5)
          %
          edefCF_tmpstr[CF_ifempty#1draw=noneunexpandedexpandafterCF_arrowcurrentstyle,-]%
          expandafterdrawCF_tmpstr (uarrow@arctangent)%
          arc[radius=CF_compoundsep*CF_currentarrowlength*CF_uarrowradius,start angle=CF_arrowcurrentangle+90,delta angle=CF_uarrowabsangle]node(uarrowstart);
          %
          edefCF_tmpstr[CF_ifempty#2draw=noneunexpandedexpandafterCF_arrowcurrentstyle,-CF]%
          expandafterdrawCF_tmpstr (uarrow@arctangent)%
          arc[radius=CF_compoundsep*CF_currentarrowlength*CF_uarrowradius,%
          start angle=CF_arrowcurrentangle+90,%
          delta angle=-CF_uarrowabsangle]%
          node(uarrowend);
          pgfmathsetmacroCF_tmpstrCF_uarrowradius*cos(CF_arrowcurrentangle)<0?"+":"-"%
          ifdimCF_uarrowradius pt>z@
          CF_arrowdisplaylabel#10CF_tmpstruarrowstart#21CF_tmpstruarrowend%
          else
          CF_arrowdisplaylabel#20CF_tmpstruarrowstart#11CF_tmpstruarrowend%
          fi

          catcode`_=8
          makeatother

          begindocument
          begincenter
          % schemedebugtrue % Activate if you want to see the nodes etc.
          schemestart
          arrow-u>[$x$][$y$][][.5][]
          schemestop
          endcenter
          enddocument


          enter image description here






          share|improve this answer

























          • Yep that's it! It should have occurred to me that something must have changed in the definitions in between updates, but I guess it didn't. Thank you so much.

            – johnymm
            10 hours ago















          4
















          If you look into the chemfig manual, then you will find on in section 1.3 that the private char has changed from @ to _, with more details specified in section 10. Following the instructions there, one gets



          documentclassarticle
          usepackagechemfig

          makeatlettercatcode`_=11
          definearrow5-u>%
          CF_arrowshiftnodes#3%
          expandafterdrawexpandafter[CF_arrowcurrentstyle](CF_arrowstartnode)
          --(CF_arrowendnode)node[midway](uarrow@arctangent);%
          CF_ifempty#4
          defCF_uarrowradius0.333
          defCF_uarrowradius#4%
          CF_ifempty#5%
          defCF_uarrowabsangle60
          pgfmathsetmacroCF_uarrowabsangleabs(#5)
          %
          edefCF_tmpstr[CF_ifempty#1draw=noneunexpandedexpandafterCF_arrowcurrentstyle,-]%
          expandafterdrawCF_tmpstr (uarrow@arctangent)%
          arc[radius=CF_compoundsep*CF_currentarrowlength*CF_uarrowradius,start angle=CF_arrowcurrentangle+90,delta angle=CF_uarrowabsangle]node(uarrowstart);
          %
          edefCF_tmpstr[CF_ifempty#2draw=noneunexpandedexpandafterCF_arrowcurrentstyle,-CF]%
          expandafterdrawCF_tmpstr (uarrow@arctangent)%
          arc[radius=CF_compoundsep*CF_currentarrowlength*CF_uarrowradius,%
          start angle=CF_arrowcurrentangle+90,%
          delta angle=-CF_uarrowabsangle]%
          node(uarrowend);
          pgfmathsetmacroCF_tmpstrCF_uarrowradius*cos(CF_arrowcurrentangle)<0?"+":"-"%
          ifdimCF_uarrowradius pt>z@
          CF_arrowdisplaylabel#10CF_tmpstruarrowstart#21CF_tmpstruarrowend%
          else
          CF_arrowdisplaylabel#20CF_tmpstruarrowstart#11CF_tmpstruarrowend%
          fi

          catcode`_=8
          makeatother

          begindocument
          begincenter
          % schemedebugtrue % Activate if you want to see the nodes etc.
          schemestart
          arrow-u>[$x$][$y$][][.5][]
          schemestop
          endcenter
          enddocument


          enter image description here






          share|improve this answer

























          • Yep that's it! It should have occurred to me that something must have changed in the definitions in between updates, but I guess it didn't. Thank you so much.

            – johnymm
            10 hours ago













          4














          4










          4









          If you look into the chemfig manual, then you will find on in section 1.3 that the private char has changed from @ to _, with more details specified in section 10. Following the instructions there, one gets



          documentclassarticle
          usepackagechemfig

          makeatlettercatcode`_=11
          definearrow5-u>%
          CF_arrowshiftnodes#3%
          expandafterdrawexpandafter[CF_arrowcurrentstyle](CF_arrowstartnode)
          --(CF_arrowendnode)node[midway](uarrow@arctangent);%
          CF_ifempty#4
          defCF_uarrowradius0.333
          defCF_uarrowradius#4%
          CF_ifempty#5%
          defCF_uarrowabsangle60
          pgfmathsetmacroCF_uarrowabsangleabs(#5)
          %
          edefCF_tmpstr[CF_ifempty#1draw=noneunexpandedexpandafterCF_arrowcurrentstyle,-]%
          expandafterdrawCF_tmpstr (uarrow@arctangent)%
          arc[radius=CF_compoundsep*CF_currentarrowlength*CF_uarrowradius,start angle=CF_arrowcurrentangle+90,delta angle=CF_uarrowabsangle]node(uarrowstart);
          %
          edefCF_tmpstr[CF_ifempty#2draw=noneunexpandedexpandafterCF_arrowcurrentstyle,-CF]%
          expandafterdrawCF_tmpstr (uarrow@arctangent)%
          arc[radius=CF_compoundsep*CF_currentarrowlength*CF_uarrowradius,%
          start angle=CF_arrowcurrentangle+90,%
          delta angle=-CF_uarrowabsangle]%
          node(uarrowend);
          pgfmathsetmacroCF_tmpstrCF_uarrowradius*cos(CF_arrowcurrentangle)<0?"+":"-"%
          ifdimCF_uarrowradius pt>z@
          CF_arrowdisplaylabel#10CF_tmpstruarrowstart#21CF_tmpstruarrowend%
          else
          CF_arrowdisplaylabel#20CF_tmpstruarrowstart#11CF_tmpstruarrowend%
          fi

          catcode`_=8
          makeatother

          begindocument
          begincenter
          % schemedebugtrue % Activate if you want to see the nodes etc.
          schemestart
          arrow-u>[$x$][$y$][][.5][]
          schemestop
          endcenter
          enddocument


          enter image description here






          share|improve this answer













          If you look into the chemfig manual, then you will find on in section 1.3 that the private char has changed from @ to _, with more details specified in section 10. Following the instructions there, one gets



          documentclassarticle
          usepackagechemfig

          makeatlettercatcode`_=11
          definearrow5-u>%
          CF_arrowshiftnodes#3%
          expandafterdrawexpandafter[CF_arrowcurrentstyle](CF_arrowstartnode)
          --(CF_arrowendnode)node[midway](uarrow@arctangent);%
          CF_ifempty#4
          defCF_uarrowradius0.333
          defCF_uarrowradius#4%
          CF_ifempty#5%
          defCF_uarrowabsangle60
          pgfmathsetmacroCF_uarrowabsangleabs(#5)
          %
          edefCF_tmpstr[CF_ifempty#1draw=noneunexpandedexpandafterCF_arrowcurrentstyle,-]%
          expandafterdrawCF_tmpstr (uarrow@arctangent)%
          arc[radius=CF_compoundsep*CF_currentarrowlength*CF_uarrowradius,start angle=CF_arrowcurrentangle+90,delta angle=CF_uarrowabsangle]node(uarrowstart);
          %
          edefCF_tmpstr[CF_ifempty#2draw=noneunexpandedexpandafterCF_arrowcurrentstyle,-CF]%
          expandafterdrawCF_tmpstr (uarrow@arctangent)%
          arc[radius=CF_compoundsep*CF_currentarrowlength*CF_uarrowradius,%
          start angle=CF_arrowcurrentangle+90,%
          delta angle=-CF_uarrowabsangle]%
          node(uarrowend);
          pgfmathsetmacroCF_tmpstrCF_uarrowradius*cos(CF_arrowcurrentangle)<0?"+":"-"%
          ifdimCF_uarrowradius pt>z@
          CF_arrowdisplaylabel#10CF_tmpstruarrowstart#21CF_tmpstruarrowend%
          else
          CF_arrowdisplaylabel#20CF_tmpstruarrowstart#11CF_tmpstruarrowend%
          fi

          catcode`_=8
          makeatother

          begindocument
          begincenter
          % schemedebugtrue % Activate if you want to see the nodes etc.
          schemestart
          arrow-u>[$x$][$y$][][.5][]
          schemestop
          endcenter
          enddocument


          enter image description here







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 10 hours ago









          Schrödinger's catSchrödinger's cat

          5,4557 silver badges17 bronze badges




          5,4557 silver badges17 bronze badges















          • Yep that's it! It should have occurred to me that something must have changed in the definitions in between updates, but I guess it didn't. Thank you so much.

            – johnymm
            10 hours ago

















          • Yep that's it! It should have occurred to me that something must have changed in the definitions in between updates, but I guess it didn't. Thank you so much.

            – johnymm
            10 hours ago
















          Yep that's it! It should have occurred to me that something must have changed in the definitions in between updates, but I guess it didn't. Thank you so much.

          – johnymm
          10 hours ago





          Yep that's it! It should have occurred to me that something must have changed in the definitions in between updates, but I guess it didn't. Thank you so much.

          – johnymm
          10 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%2f507442%2fchemfig-upside-down-u-arrow-not-working-in-texlive-2019%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

          ParseJSON using SSJSUsing AMPscript with SSJS ActivitiesHow to resubscribe a user in Marketing cloud using SSJS?Pulling Subscriber Status from Lists using SSJSRetrieving Emails using SSJSProblem in updating DE using SSJSUsing SSJS to send single email in Marketing CloudError adding EmailSendDefinition using SSJS

          Кампала Садржај Географија Географија Историја Становништво Привреда Партнерски градови Референце Спољашње везе Мени за навигацију0°11′ СГШ; 32°20′ ИГД / 0.18° СГШ; 32.34° ИГД / 0.18; 32.340°11′ СГШ; 32°20′ ИГД / 0.18° СГШ; 32.34° ИГД / 0.18; 32.34МедијиПодациЗванични веб-сајту

          19. јануар Садржај Догађаји Рођења Смрти Празници и дани сећања Види још Референце Мени за навигацијуу