Skip to main content

Questions tagged [amsthm]

A package that facilitates the kind of theorem setup typically needed in American Mathematical Society publications. The package offers the theorem setup of the AMS document classes (amsart, amsbook, etc.) encapsulated in LaTeX package form so that it can be used with other document classes.

1 vote
0 answers
20 views

While using the declaretheoremstyle command, what is the argument for the body to be Roman font?

I am using the thmtools package to declare a theorem style. I want to declare a theorem style with body font the Roman font (like the body font in \theoremstyle{definition}). I have read that the ...
Asigan's user avatar
  • 209
1 vote
1 answer
33 views

Theorems display error with hyperref

I have a problem with display theorem counter (see below) and I cant just update everything because of corporate policies, so I am trying to find exact simple solution. I've already found that problem ...
kissmemiau's user avatar
1 vote
0 answers
48 views

Possible compatibility issue between tagpdf and amsthm?

\DocumentMetadata{testphase=phase-III} \documentclass{article} \usepackage{amsthm} % causes error. Compiles fine if either this line, or the first line, or both, is commented out. \newtheorem{thrm}{...
mathmandan's user avatar
2 votes
2 answers
68 views

What is the canonical way to add theorems to the table of contents?

I am writing a math paper and I would like to have my theorems, lemmas, corollaries and definitions appear in the table of contents. My original code looked essentially like this: \documentclass{...
Smiley1000's user avatar
3 votes
1 answer
66 views

Problem with unnumbered theorem

I would like to include an unnumbered theorem in my text. According to what I read, one needs to define a theorem environment using \newtheorem* instead of the usual \newtheorem. However, this seems ...
dicemaster666's user avatar
3 votes
1 answer
94 views

The action of \normalfont and \textit in the theorem heading

I want to write a document with a remark environment, and the caption "Remark" should be Italics, with no bold. I have tried three ways to declare it in the following example, namely remark, ...
Asigan's user avatar
  • 209
2 votes
1 answer
46 views

Problem defining environments using \newtheorem

I'm writing my thesis and I encountered a problem while trying to use amsthm and particularly trying to define new environments using \newtheorem. \documentclass[12pt]{report} \linespread{1.5} \title{...
Euler's user avatar
  • 21
0 votes
2 answers
50 views

Getting a rule on the left side of text that skips the first line of the environment using mdframed

I'm trying to get a definition environment where there's a rule on the left side of the text, except for the first line. I currently have the MWE below using mdframed, but I don't know how to skip the ...
George's user avatar
  • 215
1 vote
1 answer
29 views

How can I have common number (i.e., share a counter) between a tcolorbox theorem environment and a standard theorem environment?

I have a document where I want to have theorems formatted using the tcolorbox package, and propositions formatted using the default formatting from the amsthm package. However, I'd also like to have ...
Naysh's user avatar
  • 187
0 votes
0 answers
28 views

svproc and amsthm incompatibility

I am writing a paper that requires the document class svproc When running a MWE \documentclass{styles/svproc} \usepackage{amsthm} \begin{document} Hello \end{document} I get the following error: ...
betaros's user avatar
  • 11
1 vote
1 answer
58 views

namecref With theorem* Environments

I'm trying to refer to the name of an amsthm theorem* environment using cleveref's namecref command. However \documentclass{article} \usepackage{amsthm} \usepackage{cleveref} \newtheorem*{note}{Note} ...
Dave's user avatar
  • 317
2 votes
1 answer
39 views

Number a theorem with subsection-number. thm-number, without chapter number

I wish to number theorem in a report with x.y if the theorem is the y-th number in section x (of some chapter), without chapter number. In other words, I want the theorem be numbered like \newtheorem{...
Asigan's user avatar
  • 209
3 votes
2 answers
160 views

How to remove the space after the amsthm caption and the dot?

I've create an unnumbered amsthm environment problem, and a numbered amsthm environment example. Then I want to make the numbered example environment be unnumbered, so I typed \let\theexample=\relax (...
Meiu's user avatar
  • 558
0 votes
0 answers
36 views

Brackets after Theorems, Propositions... with amsthm, potential conflict with another package

I need to use the class indicated (you may find it here) for a paper submission. However, this class has a weird syntax for the proofs in Theorems, Propositions, etc. (this is a known fact.) The usual ...
M. Serrano's user avatar
0 votes
1 answer
28 views

How to remove the extra space between the mdframed environments?

In contrast with the amsthm environments, the gap between mdframed environments are larger than that of amsthm. The MWE is the following \PassOptionsToPackage{svgnames}{xcolor} \documentclass{book} \...
Meiu's user avatar
  • 558

15 30 50 per page
1
2 3 4 5
48