Math & Science ⇒ Getting theorems to show up on TXC navigator
Getting theorems to show up on TXC navigator
My header includes
\documentclass{amsart}
\usepackage{amsmath}
\newtheorem{thm}[subsection]{Theorem}
\newtheorem{defn}[subsection]{Definition}
\newtheorem{prop}[subsection]{Proposition}
\theoremstyle{definition} % Bold headings and Roman body text.
\newtheorem{ex}[subsection]{Example}
\newtheorem{rmk}{Remark}[subsection]
and then in the body
\begin{prop} \label{Sn}
text text text
\end{prop}
\begin{rmk} \label{Purity}
text text text
\end{rmk}
What I'd really like is for the navigator tree to display the labels "Sn" and "Purity." There must be some way to do this.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis