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;
I'm using the chemfig
package for some chemical reactions and I need to draw an arrow like the one below:
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
add a comment |
I'm using the chemfig
package for some chemical reactions and I need to draw an arrow like the one below:
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
add a comment |
I'm using the chemfig
package for some chemical reactions and I need to draw an arrow like the one below:
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
I'm using the chemfig
package for some chemical reactions and I need to draw an arrow like the one below:
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
chemfig chemistry
asked 11 hours ago
johnymmjohnymm
1998 bronze badges
1998 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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
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
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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
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
add a comment |
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
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
add a comment |
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
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
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
add a comment |
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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