Text FormattingOmit page number in entries of ToC and restart theorem

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
liyintn
Posts: 2
Joined: Mon Jun 15, 2009 2:28 pm

Omit page number in entries of ToC and restart theorem

Post by liyintn »

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:

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
liyintn
Posts: 2
Joined: Mon Jun 15, 2009 2:28 pm

Re: Omit page number in entries of ToC and theorem

Post by liyintn »

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