Skip to main content

Questions tagged [theorems]

{theorems} are environments which are commonly numbered. They are extensively used in math texts. Examples of such environments are theorems, corollaries, lemmas, propositions, remarks and definitions. Popular packages are {amsthm}, {ntheorem}, and {thmtools}. Covers discussion on proofs too.

3 votes
1 answer
80 views

I'm using tcolorbox with \tcolorboxenvironment to style my theorem-like environments. However, I'm getting duplicate numbering: the box title shows one number (e.g., "Definition 1.0") and ...
Student's user avatar
  • 1,560
5 votes
1 answer
159 views

Hyperlinks created by \ref referencing thmtools theorems will print out correctly, but will jump to the first reference with the correct sub-number, without taking account the section number. Here's a ...
Nolord's user avatar
  • 505
5 votes
3 answers
134 views

I have a fairly big document with a mix of tcbtheorems and normal theorems. So far, the tcbtheorems are numbered separately (within chapter). How can I number all of them continuously? Also, \...
user26316's user avatar
1 vote
1 answer
34 views

I am using a theorem/lemma style with a line break on first line. I would like to use \begin{lemma}\cite[][]{Aitchison75} lemma statement \end{lemma} with the Bibliographystyle francais and have the ...
CSA's user avatar
  • 47
3 votes
1 answer
76 views

This is my code: \documentclass{standalone} \usepackage[most]{tcolorbox} \usepackage{hyperref} \tcbuselibrary{theorems} \NewTcbTheorem[number within=section]{Definition}{Definition}% {label type=...
user2379123's user avatar
5 votes
2 answers
466 views

Like others I have run into cleveref problems and found only this solution by Ulrike Fischer to be helpful. Consulting the cleveref documentation I found that I need to do something like the following:...
BadAtLaTeX's user avatar
  • 1,251
8 votes
2 answers
246 views

The following code: \documentclass{article} \usepackage{marginalia,showframe} \newtheorem{theorem}{Theorem} \begin{document} \marginalia{margin} \begin{theorem} content \end{theorem} \end{document} ...
Teepeemm's user avatar
  • 9,913
3 votes
2 answers
160 views

Chapter 19 of the ConTeXt MkIV Excursion describes how to create numbered definitions in ConTeXt, as does Chapter 7.3 of https://www.pragma-ade.nl/general/manuals/mathincontext-screen.pdf. I am making ...
Jasper's user avatar
  • 10.9k
3 votes
1 answer
106 views

I want to know if it is a good idea to make a custom theorem environment in ConTeXT, and if it is a good idea, how it is accomplished? For instance, a theorem in amsthm: \documentclass{article} \...
Jasper's user avatar
  • 10.9k
2 votes
2 answers
154 views

Consider the following: \documentclass{article} \usepackage{amsthm} \newtheorem{theorem}{Theorem}[section] \usepackage{thmtools} \begin{document} \section{Introduction} \begin{restatable}{theorem}{...
Clément's user avatar
  • 5,901
1 vote
1 answer
120 views

In a long document (memoir format) I am writting I have some trouble with some internal hyperref references (e.g. Theorem 1.4 etc). When trying to extract from my .tex file a minimal (not) working ...
xounamoun's user avatar
  • 285
0 votes
0 answers
48 views

How can I get the Definition and Theorem environment like these in LaTeX? My original setting in the preamble is \documentclass[binding=0.6cm,twoside]{sapthesis} \usepackage{microtype} \usepackage[...
Nicolò Bonacorsi's user avatar
0 votes
1 answer
75 views

I wanted to edit a text I last updated about one or two years ago - back then everything was working just fine. Now I get weird "same identifier" messages, references to the wrong pages and ...
PAT's user avatar
  • 103
0 votes
0 answers
48 views

Suppose you have a statement; for instance, Theorem 1, on page 1 of your article. Is it possible to repeat the Theorem elsewhere in the paper with the same Theorem number? I mean to have the whole ...
XIII's user avatar
  • 135
0 votes
1 answer
68 views

I have a tex file \documentclass{article} \usepackage{amsthm,mathtools,amssymb,enumitem} \usepackage{zref-clever} \zcsetup{cap=true,comp=false,sort=false} \newcommand{\addtheorem}[2]{% \AddToHook{...
Akira's user avatar
  • 3,371

15 30 50 per page
1
2 3 4 5
118