Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • 2
    Please don't use \let with LaTeX (because \let cannot handle, i.e., protected commands correctly and it does not prevent you from unrecognized overwriting of an existing command). Instead use \NewCommandCopy (or if intended \RenewCommandCopy or \DeclareCommandCopy) as shown by @egreg. Commented 23 hours ago