Text FormattingTheorem name

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Locked
Srcee
Posts: 13
Joined: Tue Jun 28, 2011 2:17 pm

Theorem name

Post by Srcee »

I want my theorems to be named for exampe:
the first one - Својство 1
the second one - Својство 2
.....

I want the numbers to change, but every theorem is named Својство 1.

Here's my code:
\newtheorem{Својствоо1}{Својство}
\newtheorem{Својствоо2}{Својство}

and later in the code:

\begin{Својствоо1}
Bla bla
\end{Својствоо1}

\begin{Својствоо2}
Bla bla bla
\end{Својствоо2}

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Theorem name

Post by localghost »

No need for a double post [1]. Discussion will continue in the older topic.

[1] View topic: No counter 'Својство1' defined.
Locked