Search found 3 matches

by newbie9999
Fri Aug 18, 2023 9:43 pm
Forum: AUCTeX
Topic: \RenewCommandCopy raises "Undefined control sequence" error
Replies: 6
Views: 53404

\RenewCommandCopy raises "Undefined control sequence" error

Thank you!

I edit my .tex in local with auctex but then share it on overleaf with other people for collaborative editing.
\RenewCommandCopy is required on overleaf to avoid a warning and that is why I would like to keep it.

Would you know how I could update my LaTex kernel?
by newbie9999
Mon Aug 14, 2023 12:11 pm
Forum: AUCTeX
Topic: \RenewCommandCopy raises "Undefined control sequence" error
Replies: 6
Views: 53404

\RenewCommandCopy raises "Undefined control sequence" error

Sorry, here is my .log file.
Thank you!
------------------------------------
This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019/Debian) (preloaded format=pdflatex 2023.6.2) 14 AUG 2023 12:07
entering extended mode
restricted \write18 enabled.
file:line:error style messages enabled ...
by newbie9999
Sun Aug 13, 2023 2:15 pm
Forum: AUCTeX
Topic: \RenewCommandCopy raises "Undefined control sequence" error
Replies: 6
Views: 53404

\RenewCommandCopy raises "Undefined control sequence" error

Hello,

To avoid conflict between siunitx and physics packages, I followed the recommendation and therefore used the command :
\RenewCommandCopy{\qty}{\SI}

Everything works fine on overleaf but my auctex version (13.2.1) raises an "Undefined control sequence" error associated to this command.

Here ...