Math & ScienceGetting theorems to show up on TXC navigator

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
ehenning
Posts: 4
Joined: Mon May 25, 2009 11:38 pm

Getting theorems to show up on TXC navigator

Post by ehenning »

I'd like my \newtheorem items to show up in the navigator bar. Right now only \section, \subsection, etc. show up.

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post Reply