Hi all. I am writing a thesis. And encountered the following problems. Please help. I've been searching long time for a solution. Thanks in advanced.
1) How do I omit page number and the dotted line for some entries in table of contents? E.g.
Acknowledgment
Quote
Chapter 1 ...............1
1.2..............8
2) I am using theorem package instead of amsthm. How can I restate a theorem together with its number in other chapter without auto numbering? Or how to manually numbered it? Eg. In Chapter 2, I wish to have
Theorem 2.1:
Theorem 2.2:
Theorem 1.3:
Theorem 2.3:
Theorem 2.4:
Text Formatting ⇒ Omit page number in entries of ToC and restart theorem
Re: Omit page number in entries of ToC and theorem
I use document class report.
For ques. 1, I only want the first few entries to be unnumbered. How to we do that?
For ques. 2, I wrote \newtheorem{thm}{Theorem}
\newtheorem*{nothm}Theorem 1.3}
\begin{thm}
\end{thm}
\begin{nothm}
\end{nothm}
But it does not works. If I use amsthm package, how will the command be?
Another question is how to get the word Proof in bold \begin{proof} \end{proof} and how to get small caps and bold for the word Theorem \begin{thm} \end{thm}?
Regards
For ques. 1, I only want the first few entries to be unnumbered. How to we do that?
For ques. 2, I wrote \newtheorem{thm}{Theorem}
\newtheorem*{nothm}Theorem 1.3}
\begin{thm}
\end{thm}
\begin{nothm}
\end{nothm}
But it does not works. If I use amsthm package, how will the command be?
Another question is how to get the word Proof in bold \begin{proof} \end{proof} and how to get small caps and bold for the word Theorem \begin{thm} \end{thm}?
Regards