Skip to content

Commit

Permalink
We need unnumbered defs
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Apr 27, 2024
1 parent 5090ddc commit 5bef8de
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions trees/latex-preamble.tree
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,14 @@
spacebelow=0pt
]{def}

\declaretheoremstyle[
headfont=\bfseries\sffamily,
bodyfont=\normalfont, %\small, %\sffamily,
spaceabove=0pt,
spacebelow=0pt,
numbered=no
]{def*}

\theoremstyle{definition}
% \declaretheorem[style=thmblackbox,name=Definition,numberwithin=subsection]{definition}
\declaretheorem[style=thmbluebox,name=Theorem,numberwithin=subsection]{theorem}
Expand All @@ -113,6 +121,7 @@
% \newtheorem{claim}[theorem]{Claim}
% \newtheorem{definition}[theorem]{Definition}
\declaretheorem[style=def,name=Definition,sibling=theorem]{definition}
\declaretheorem[style=def*,name=Definition]{definition*}
% \newtheorem{fact}[theorem]{Fact}
% \newtheorem{abuse}[theorem]{Abuse of Notation}

Expand Down
4 changes: 2 additions & 2 deletions trees/uts-0002.tree
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

\minitex{

\begin{definition}[Spin group]
\begin{definition*}[Spin group]

The Pin group of $(V, q)$ is the subgroup $\operatorname{Pin}(V, q)$ of $P(V, q)$ generated by the elements $v \in V$ with $q(v) = \pm 1$.

Expand All @@ -22,7 +22,7 @@ $$
\operatorname{Spin}(V, q)=\operatorname{Pin}(V, q) \cap \mathrm{Cl}^0(V, q)
$$

\end{definition}
\end{definition*}

}

Expand Down

0 comments on commit 5bef8de

Please sign in to comment.