GeneralHow can I customize equation labeling numbers?

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
kdg_24
Posts: 1
Joined: Wed Nov 02, 2022 4:23 pm

How can I customize equation labeling numbers?

Post by kdg_24 »

While labeling the equation and figures, I want to enter different equation number instead of automatic equation number. How can I do that?
Code;
(Eq.~\ref{eq:xyz}):
\begin{equation} \label{eq:xyz}
\frac{W_e}{W_o}=A{W_o}^cK_{vs}\ .
\end{equation}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

MjK
Posts: 89
Joined: Fri Jan 28, 2022 6:09 pm

How can I customize equation labeling numbers?

Post by MjK »

You question is quite unclear and unfortunately does not contain a Infominimal working example (correctly marked as code) to make it somehow self explaining. So I can only guess: Maybe you are searching for amsmath command \tag?
My main topics are KOMA-Script and other questions related to my packages. If I reply to any other topic or if you've not yet added a minimal working example, please do not expect any further response. And please don't forget to tag examples as code.
Post Reply