Search found 2 matches

by wbm
Thu May 08, 2008 2:57 am
Forum: General
Topic: help with references
Replies: 2
Views: 2267

Re: help with references

hi, thank you for the quick reply.

i have installed the package and started using. it is exactly what I need, but I have two questions.

first, it seems that it determines the labeling scheme from the counter. so I used to set up environments for theorem and corollary with

\newtheorem{thm}{Theorem ...
by wbm
Wed May 07, 2008 11:34 pm
Forum: General
Topic: help with references
Replies: 2
Views: 2267

help with references

Is there a way for labels to know what type of environment they were put in, so that when I reference a label it can say "Theorem 2.1" instead of just 2.1?

It seems like a hack to explicitly write "Theorem \ref{some-label}" since I might later change a theorem to a proposition or something else ...