Tagged Questions
1
vote
1answer
52 views
Numbering theorems as subsubsections
I am working on a large, multi-chapter document using the memoir class. I have sections, subsections, and subsubsections within each chapter, and within the subsubsections are theorems, lemmas, ...
5
votes
1answer
60 views
Modified Section Labeling with Theorem Environment
I am writing up solutions to qualifying exams at my school, and want to label the sections according to the corresponding solutions. The issue, is that each year there are two quals--one in January, ...
2
votes
1answer
103 views
ntheorem thref not working in section titles
When I try to refer to a theorem in a section title with thref, I get the error message at the end of this question. Is there a way to fix this?
Latex Error: ./seppathq.tex:57 Argument of ...
0
votes
0answers
35 views
Theorem numbering error [duplicate]
Possible Duplicate:
Resetting theorem counters: \sections and (missing) \subsections
I have the following in the preamble:
\documentclass{article}
\usepackage[T1]{fontenc}
...
5
votes
2answers
167 views
subsection vs Theorem
This a typographical/style question. Inside a subsection (after just one paragraph) I have some theorems (amsmath environment). The word Theorem looks stronger (bold, starting with a capital letter) ...
1
vote
2answers
331 views
How to identify the counter of Equation, Theorem, and Section
I asked before how to identify the counter of Equation and Theorem. A simple answer suggested there is
\newtheorem{thm}[equation]{Theorem}
A simple variation allows me to identify the Theorem and ...
8
votes
3answers
2k views
Resetting theorem counters: \section and (missing) \subsection
Suppose I define a new theorem "Theorem" and declare that its counter should be reset whenever the subsection counter is incremented or reset:
\newtheorem{theorem}{Theorem}[subsection]
At some ...
1
vote
2answers
176 views
Automatic subsection enumeration
For our math lectures I have been hard-coding paragraphs like
\paragraph*{Definition 1.1.1 (foo)}
\paragraph*{Example 1.1.2}
\paragraph*{Proposition 1.1.3}
and I want to create new commands like ...
15
votes
5answers
565 views
How to put a star (or other symbol) in sections that are “special” (difficult, optional, etc)?
I'm currently writing a book, and I'd like some of the sections to be clearly marked as "difficult" or "optional". Not only sections, but also exercises (I'm using the exercise package) and theorems ...