Search found 3 matches

by kimyoungil
Wed Aug 17, 2011 2:45 pm
Forum: Text Formatting
Topic: Bold Equation Numbering
Replies: 5
Views: 6728

Bold Equation Numbering

I use a counter similar to the one used for equations to number definitions, theorems etc. So for example, I have

\newtheorem{remark}[general]{Remark: }
\renewcommand{\thegeneral}{(\arabic{general})}

As I mentioned above, I would like to have the number for this to be in bold, so that for example ...
by kimyoungil
Tue Aug 09, 2011 1:00 am
Forum: Text Formatting
Topic: Bold Equation Numbering
Replies: 5
Views: 6728

Re: Bold Equation Numbering

Thank you very much for your reply. I was wondering if you could maybe help me with a related problem too. I have another counter defined by

\newcounter{general}

\renewcommand{\thegeneral}{(\arabic{general})}

which I would like to apply the solution too (actually i don't really want the ...
by kimyoungil
Mon Aug 08, 2011 11:39 pm
Forum: Text Formatting
Topic: Bold Equation Numbering
Replies: 5
Views: 6728

Bold Equation Numbering

I was wondering if someone could tell me how to make the equation numbering bold, but keep the references normal, e.g.

If we have \begin{equation}\label{eq1} x^2+y^2=1 \end{equation}

Then I want the number of the equation to be bold ,but \ref{eq1} to be normal.

I can get the equation ...