73 lines
3.1 KiB
TeX
73 lines
3.1 KiB
TeX
\documentclass[12pt]{article}
|
|
|
|
\usepackage{l3benchmark}
|
|
|
|
\usepackage[cache]{groupthm}
|
|
|
|
\usepackage[generate defaults = false]{fancythm}
|
|
|
|
\ExplSyntaxOn
|
|
\fancythm_provide_big_theorem:nn { style = thmredmarginandfill } { theorem }
|
|
\fancythm_provide_big_theorem:nn { style = thmredmarginandfill } { proposition }
|
|
\fancythm_provide_big_theorem:nn { style = thmredmarginandfill } { corollary }
|
|
\fancythm_provide_big_theorem:nn { style = thmbluemarginandfill } { definition }
|
|
\fancythm_provide_big_theorem:nn { style = thmorangemarginandfill} { lemma }
|
|
\fancythm_provide_big_theorem:nn { style = thmgreenmargin } { example }
|
|
\fancythm_provide_big_theorem:nn
|
|
{
|
|
style = thmredmarginbluefill,
|
|
name = Theorem ~ and ~ Definition
|
|
} { theoremdef }
|
|
\fancythm_provide_big_theorem:nn
|
|
{
|
|
style = thmredmarginbluefill,
|
|
name = Proposition ~ and ~ Definition
|
|
} { propositiondef }
|
|
\fancythm_provide_big_theorem:nn
|
|
{
|
|
style = thmorangemarginbluefill,
|
|
name = Lemma ~ and ~ Definition
|
|
} { propositiondef }
|
|
\fancythm_provide_small_theorem:nn { style = thmvioletmargin } { notation }
|
|
\fancythm_provide_small_theorem:nn { style = thmyellowmargin } { remark }
|
|
\fancythm_provide_small_theorem:nn { style = thmgoldmargin } { praise }
|
|
\fancythm_provide_small_theorem:nn { style = thmblackmarginandfill } { question }
|
|
\fancythm_provide_small_theorem:nn { style = thmblackmargin } { orga }
|
|
\fancythm_provide_small_theorem:nn { style = thmredmargin } { fact }
|
|
\fancythm_provide_small_theorem:nn
|
|
{
|
|
style = thmyellowmargin,
|
|
name = Trivial ~ Nonsense
|
|
} { trivial }
|
|
\fancythm_provide_small_theorem:nn
|
|
{
|
|
style = thmvioletmargin,
|
|
name = Abuse ~ of ~ Notation
|
|
} { abuse }
|
|
\fancythm_provide_small_theorem:nn
|
|
{
|
|
style = thmyellowmargin,
|
|
name = Oral ~ remark
|
|
} { oral }
|
|
% \end{macrocode}
|
|
% \begin{macrocode}
|
|
\fancythm_provide_tiny_theorem:nn { } { variant }
|
|
\fancythm_provide_tiny_theorem:nn { } { assumption }
|
|
\fancythm_provide_tiny_theorem:nn { } { note }
|
|
\fancythm_provide_tiny_theorem:nn { } { warning }
|
|
\fancythm_provide_tiny_theorem:nn { } { goal }
|
|
\fancythm_provide_tiny_theorem:nn { } { strategy }
|
|
\fancythm_provide_tiny_theorem:nn { } { problem }
|
|
\fancythm_provide_tiny_theorem:nn { } { info }
|
|
\fancythm_provide_tiny_theorem:nn { } { observe }
|
|
\fancythm_provide_tiny_theorem:nn { } { property }
|
|
\fancythm_provide_tiny_theorem:nn { } { intuition }
|
|
\fancythm_provide_tiny_theorem:nn { } { recall }
|
|
\fancythm_provide_tiny_theorem:nn { } { idea }
|
|
\fancythm_provide_tiny_theorem:nn { } { exercise }
|
|
\fancythm_provide_tiny_theorem:nn { } { reminder }
|
|
\ExplSyntaxOff
|
|
|
|
\begin{document}
|
|
nothing
|
|
\end{document}
|