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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
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