5
votes
1answer
26 views

How to refer to the number of an item in an enumerate environment inside a theorem

I have something that looks like this: \usepackage{amsmath} \begin{document} \begin{thm} The following are true: \begin{enumerate} \item \label{foo} Foo \item \label{bar} Bar \item \label{baz} Baz ...
14
votes
3answers
297 views

What style/font is this?

Does anyone know how to create numbering for Theorem/lemma/… like this one in the image below, also any idea about the font name?
4
votes
1answer
50 views

How do I reference in appendix a theorem given in the body?

I have a theorem given in the body text of a paper, say Theorem 2 with label {theorem-abc}. I would like to provide the proof of this theorem in the appendix. 1) How do I cross-reference this theorem ...
1
vote
1answer
45 views

Alternative numbering for theorem

I am using thmtools as a front end to amsthm and I have a definition environment as follows. \declaretheorem[ style=mydefinitionstyle, name=Definition, numberwithin=chapter ]{definition} ...
2
votes
2answers
67 views

Lemma numbering by first instance of referencing

My document is long with proofs broken into several lemmas and many of them are in the appendix. However, it seems odd when I am using Lemma 25 (which should ideally be Lemma 1) to prove Lemma 2. It ...
4
votes
1answer
56 views

Theorem/Definition/Lemma/etc independent numbering in Lyx

I am using the Koma-script book class in Lyx. By default, theorems, definitions, lemmas, and so on, follow the same numbering. So after "Theorem 1" comes "Definition 2", then "Lemma 3", and so on, ...
2
votes
1answer
60 views

How to change numbering in remark?

I am writing a book on mathematics. I want to get the following text document : I have written the following code : \documentclass{book} \usepackage{amsthm} \theoremstyle{plain} ...
0
votes
1answer
45 views

\newtheorem Causes paragraph ended by thmnumber [closed]

I'm trying to build my dissertation using our university provided latex style file (wsuthesis - available here). All other packages are the default ones provided by using MacPorts. Ok, everything ...
3
votes
1answer
55 views

Change theorem numbering from Roman to Arabic

I am trying to number my theorems according to section number. I use the following in the preamble, which works: \newtheorem{theorem}{Theorem}[section] However, since my section is numbered as ...
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
57 views

Parts numbering in Proofs

I am using proof environment from amsthm to type proofs. Some proofs are long, so it would be nice to split them into numbered parts. I have defined new theorem environment called proofpart for that ...
4
votes
1answer
63 views

Using amsthm to number examples - how do I account for altered examples (i.e. 1', 1'', etc.)

I have sought long and hard for a solution to this and experimented with a combination of http://tex.stackexchange.com/a/43351 and http://tex.stackexchange.com/a/443, but could not get it to work. I ...
6
votes
1answer
86 views

Equation Counters in and outside Theorems

I am trying to setup the counters so that the equations and theorems increment by section and there is no overlap between equation and theorem numbering. I also would like to be able to number ...
3
votes
1answer
118 views

Examples enumerated in the margins

I am writing a paper about phonetics that contains lots of examples, usually organised in tables. What I would like is to have these examples enumerated in the margins. Specifically, I need an ...
2
votes
2answers
75 views

enumitem: enumerate in a theorem environment

I use the enumitem package: \usepackage[shortlabels]{enumitem} And I put some numeration like this in a theorem environment with \theoremstyle{plain}: \begin{prop} We have ...
4
votes
2answers
107 views

Common numbering with ntheorem

I have the exact same question as detailed in Common, per-section numbering of theorems, lemmas etc., but I am using ntheorem and so can't use the accepted answers code. Does anyone know how to adapt ...
5
votes
1answer
61 views

Change from “Theorem 10.1” to “10.1 Theorem” [duplicate]

Possible Duplicate: Numbering theorem-like environments">Numbering theorem-like environments How can I change the order in which theorems are displayed? I want 10.1 Theorem and not Theorem ...
2
votes
1answer
193 views

Numbering a “new theorem”

I have a (simple?) question. I use the ams theorem environment for most of my theorems, but I want to box my definitions and find here a nice way to do it, simpler for me than mdframed. My problem is ...
5
votes
1answer
70 views

Using page counter in \newtheorem

I would like to use the page counter as a the first part of the label for definitions. I tried \newtheorem{definition}{Definition}[page] but that wouldn't work if the definition is at the top of a ...
5
votes
1answer
103 views

Theorem environment numbered according to subsection

I was wondering if there was a way to modify the theorem environment so that it interacted with sections/subsections as follows: \section{} \subsection{} \begin{ex} Whatever \end{ex} ...
6
votes
1answer
93 views

Different numbering scheme per chapter

I would like to change the numbering scheme for my theorems per chapter. That's because I have smaller and bigger chapters. Bigger chapters need subsections for proper structuring, and so my theorems ...
4
votes
1answer
114 views

beamer: Different numbering for Theorems, Examples, Definition, and Lemma

I want to have different numbering for Theorems, Examples, Definition, and Lemma. I use the following code in preamble \setbeamertemplate{theorem}[ams style] \setbeamertemplate{theorems}[numbered] ...
1
vote
1answer
243 views

How can I number theorems by section in LyX?

The theorem count doesn't update when I move to another section. I.e. I'm currently in section 6, and LyX has already in theorem 30, when theorem 1 is in section 1. How can I make LyX start counting ...
6
votes
1answer
180 views

\newmdtheoremenv-environment unnumbered

I would like to have a \newmdtheoremenv environment without any number, like I get it from \newtheorem*. How can I do this? This is my \newmdtheoremenv environment at the moment. ...
6
votes
1answer
113 views

Subnumber equations within theorem environments but keep them intact otherwise

I want to number my equations in a manner similar to this. However, what I want is that when the equation is not within a theorem environment, there should be normal numbering 1,2,3,4. However, each ...
3
votes
1answer
286 views

How to number propositions by part in beamer?

My presentation has three parts about three different papers. I would like to number the theorems and propositions within each part (paper).
3
votes
1answer
219 views

Should theorems, propositions, conjectures, etc. share a common counter?

Should theorems, proposition, conjectures, etc. share a common counter? For example, is the following good, for a theorem and a proposition to share the same number? Theorem 1. ... Proposition 1. ...
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} ...
3
votes
1answer
97 views

Numbering a reworded theorem

When using LaTeX for numbered theorems (or other numbered environments for that matter), if you have a theorem, and then you want to give a reformulation of the theorem, is there anyway to get LaTeX ...
1
vote
1answer
117 views

A flexible enumeration for my maths dissertation

So I'm currently writing my maths dissertation. Say I am in "section 5" of the dissertation and am ordering lemmas, propositions, theorems and corollaries by 5.1, 5.2, 5.3,... etc. Is there a way to ...
1
vote
1answer
448 views

Counter on Appendix without sections

Im using the usual counter for my book. That is, the theorems, lemmas, etc, are labeled according to the chapter and section (Ex Theorem 2.5.18). I included an appendix just with the chapter title ...
6
votes
1answer
1k views

Numbered Definitions, Theorems in beamer

How to get numbered Lemmas, Definitions, Theorems and so on in beamer?
6
votes
1answer
193 views

amsbook theorem numbering

I want theorems to be labeled of the form Part.Chapter.Section.number so I tried \renewcommand{\thesection}{\Roman{part}.\thechapter.\arabic{section}} \newtheorem{book}{Theorem}[section] ...
3
votes
1answer
550 views

Using \newtheorem

Edited to include complete code, as suggested: Here is what the preamble of my main file looks like: \documentclass[12pt]{report} \usepackage{epsfig} \usepackage{upmathgrad2} ...
5
votes
1answer
772 views

No Counter Theorem1 is defined

I got an exception in the following latex code: "No Counter Theorem1 is defined", what is the problem? \documentclass[conference]{IEEEtran} \newtheorem{definition}[theorem1]{Definition} ...
7
votes
2answers
208 views

change label of a single theorem using ntheorem

My question refers to the minimal example pasted below. I would like to change the title of the second theorem (the one with yyy) to Theorem 7' without affecting the theorem counter. That is, the ...
5
votes
1answer
289 views

Equation numbering restart for every theorem

How to make the equation numbering restart after every proof? One alternative is to use \numberwithin{equation}{theorem} but it shows the chapter and theorem number, like (5.5.1). I want the ...
5
votes
1answer
253 views

amsthm: Theorems, Lemmas numbered backwards

What I want \newtheorem{thm}{Theorem} \begin{thm} A \end{thm} \begin{thm} B \end{thm} \begin{thm} C \end{thm} Ends up generating Theorem 1 A. Theorem 2 B. Theorem 3 C. What I want instead: ...
4
votes
1answer
1k views

Redefining a theorem counter

I have a document with a lot of lemmas and theorems. In the main part of the document there are sections and subsections, so I defined \newtheorem{lem}{Lemma}[subsection] to number the lemmas ...
1
vote
2answers
262 views

newtheorem report class with `part' as reset counter

Sorry i have no MWE for this question. I have a .dtx class and looking at the diff between a previous "good" version and the present i have, there is nowhere some recollection about what exactly is ...
3
votes
2answers
514 views

How to number equations within theorem-like environments

I want to enumerate equations within theorem-like environments. Example: \documentclass[a4paper,10pt]{article} \usepackage{amsmath,amsthm} \newtheorem{theo}{Theorem}[section] % \begin{document} ...
7
votes
2answers
1k views

Custom theorem numbering

This one should be easy for the gurus… Suppose I want to define a theorem environment which has a custom numbering scheme. That is, instead of being numbered according to some counter, it is numbered ...
4
votes
1answer
747 views

Numbering theorems within chapters

I've recently asked a question: Chapters in TeX regarding working with chapters in tex. I have since learned that I must use documentclass report for the purposes of my document. However, now all of ...
5
votes
1answer
597 views

Not numbering Remarks

If I have the following \newtheorem{remark}{Remark} I will obtain Remark 1, Remark 2 and so on. May I know how to remove the numbering in Remark? Like I just want the word "Remark" and not the ...
3
votes
2answers
461 views

setting section number, etc with counter

Originally, I have these types of numbering: \newtheorem{theorem}{Theorem}[section] \newtheorem{definition}[theorem]{Definition} \newtheorem{lemma}[theorem]{Lemma} ...
5
votes
1answer
246 views

Plain enumeration of theorems definitions etc

In my TeX document Theorems, Definitions, Lemmas are enumerated in the following way: Definition 1.1 Lemma 1.1 Theorem 1.1 Definition 1.2 Lemma 1.2 Theorem 1.2 But I would like to have ...
4
votes
1answer
678 views

Numbering theorems in the appendix by adding the appendix letter in front/after the theorem number

Can someone please tell me how to make definitions, theorems etc. in the appendix look like Definition A1 or Definition 1A (an "A" should be somewhere), if the appendix is "numbered" with A (meaning ...
1
vote
1answer
179 views

Issue with resetting theorem counter

I am using LyX to typeset a document. I wanted to use another theorem-like construct not available in amsthm. So I included it using LaTeX code. \newtheorem{discussion}{Discussion}[section] This ...
4
votes
2answers
547 views

Numbering a theorem with a letter but not changing numbering of other theorems

I am wondering how to label a theorem in LaTeX using a letter but not changing the numbering of the other theorems. For example, I want Theorem 1.3 to be Theorem A and Theorem 1.4 to remain as Theorem ...
3
votes
1answer
196 views

Reindexing Theorem Numbers

The amsthm package comes with an several theorem-like environments. Is there a way to adjust the indexing on a sequence of theorems to skip a number? That is, I would like to have it do something like ...

1 2