Thank you, Johannes_B. refstepcounter works! This link also helps:
http://latex-community.org/forum/viewto ... 44&t=10815
Search found 3 matches
- Mon Feb 16, 2015 8:17 pm
- Forum: General
- Topic: referring to custom counters
- Replies: 2
- Views: 3443
- Sun Feb 15, 2015 7:07 pm
- Forum: Math & Science
- Topic: how can it be written the least common denominator
- Replies: 3
- Views: 5163
how can it be written the least common denominator
How about
Code: Select all
\begin{equation}
\label{eq:temp}
\begin{array}{r|l}
12 & 2 \\
6 & 2 \\
3 & 3 \\
1 &
\end{array}\notag
\end{equation}
- Sun Feb 15, 2015 6:42 pm
- Forum: General
- Topic: referring to custom counters
- Replies: 2
- Views: 3443
referring to custom counters
I have used LaTeX for a long time, but here is something I couldn't figure out even after vigorous googling (duckduckgoing, actually).
I am using a custom counter to number examples that I am giving throughout a long paper.
\newcounter{expls}
...
\addtocounter{expls}{1}
...
\textbf{Example ...
I am using a custom counter to number examples that I am giving throughout a long paper.
\newcounter{expls}
...
\addtocounter{expls}{1}
...
\textbf{Example ...