8000 GitHub - fenglielie/latexzero
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fenglielie/latexzero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaTeX Templates for Mathematical Notes

Simple LaTeX templates designed for mathematical notes.

Tested on Overleaf with TeX Live 2022/2023/2024.

Note

Styles:

  • note-setup = note-setup-box
  • note-setup-simple
  • note-setup-box (tcolorbox)
  • note-setup-leftsidebox (tcolorbox)
  • note-setup-mdframed (mdframed, legacy)

note-setup-simple

note-setup-simple-demo

note-setup-box

note-setup-box-demo

note-setup-leftsidebox

note-setup-leftsidebox-demo

Environments:

Environment Style Numbering Rule
theorem, theorem* plain within section
proposition, proposition* plain shares counter with theorem
corollary, corollary* plain shares counter with theorem
lemma, lemma* plain shares counter with theorem
claim, claim* plain shares counter with theorem
definition, definition* definition within section
example, example* definition within section
problem, problem* definition within section
remark, remark* remark within section
note, note* remark within section
solution, solution* (solutionstyle) within section

Usage:

\documentclass{article}
\input{/path/to/note-setup}

...

Beamer

beamer-demo-1

beamer-demo-2

beamer-demo-3

beamer-demo-4

Usage:

\documentclass[compress,aspectratio=43]{beamer}
\input{/path/to/beamer-setup}

...

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

0