Git Product home page Git Product logo

Comments (4)

davidcarlisle avatar davidcarlisle commented on September 24, 2024

yes sorry about that , we hope to push out a "PL4" latex update in the next day or so .

from asmeconf.

John02139 avatar John02139 commented on September 24, 2024

Thanks, David! I appreciate your help.

from asmeconf.

davidcarlisle avatar davidcarlisle commented on September 24, 2024

patch level 4 of the June latex release has been sent to ctan so should appear there tomorrow and texlive/miktex mirrors in a few days.

We ended up with a slightly deeper fix than the version I posted to stackexchange, but the same basic issue.

I also added a convenience function \AddToNoCaseChangeList which you can use to make command arguments safe from case chaging so

\ifx\AddToNoCaseChangeList\@undefined
% old format, probably \RequirePackage[overload]{textcase}....
\else
% new format
  \AddToNoCaseChangeList{\eqref \footnote \somelocalcommand}
\fi

then

\MakeUppercase{ aaa \eqref{abc} \label{xyz}  bbb \somelocalcommand{www}}

should hopefully work, please open an issue in github if not.

from asmeconf.

John02139 avatar John02139 commented on September 24, 2024

Latex PL4 has resolved the problems with \eqref and \label. A new need to protect \footnote in section headings (which use the titlesec package) is discussed here, titlesec; asmeconf.sty will be patched shortly to work around that issue so that end-users won't need to fuss with it.

from asmeconf.

Related Issues (7)

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.