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

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