├── .gitattributes ├── .gitignore ├── CHANGELOG.md ├── README.md ├── doc ├── keytheorems-doc.pdf └── keytheorems-doc.tex ├── keytheorems-ideas.md ├── tests ├── keytheorems-amsthmtest.pdf ├── keytheorems-amsthmtest.tex ├── keytheorems-comptest.pdf ├── keytheorems-comptest.tex ├── print-thms-defs.tex ├── tagged-keytheorems-amsthmtest.pdf ├── tagged-keytheorems-amsthmtest.tex ├── testfiles │ ├── keythms_beamer_noamsthm.tex │ ├── keythms_inherit-style.tex │ └── keythms_ltx-talk.tex ├── thm-test-body.tex ├── thmtools-amsthmtest.pdf ├── thmtools-amsthmtest.tex ├── thmtools-comptest.pdf └── thmtools-comptest.tex └── tex ├── class-support ├── keythms-IEEEtran-support.tex ├── keythms-amsart-support.tex ├── keythms-amsbook-support.tex ├── keythms-amsproc-support.tex ├── keythms-beamer-support.tex ├── keythms-jlreq-support.tex ├── keythms-ltx-talk-support.tex └── keythms-memoir-support.tex └── keytheorems.sty /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbertucci47/keytheorems/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbertucci47/keytheorems/HEAD/.gitignore -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbertucci47/keytheorems/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbertucci47/keytheorems/HEAD/README.md -------------------------------------------------------------------------------- /doc/keytheorems-doc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbertucci47/keytheorems/HEAD/doc/keytheorems-doc.pdf -------------------------------------------------------------------------------- /doc/keytheorems-doc.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbertucci47/keytheorems/HEAD/doc/keytheorems-doc.tex -------------------------------------------------------------------------------- /keytheorems-ideas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbertucci47/keytheorems/HEAD/keytheorems-ideas.md -------------------------------------------------------------------------------- /tests/keytheorems-amsthmtest.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbertucci47/keytheorems/HEAD/tests/keytheorems-amsthmtest.pdf -------------------------------------------------------------------------------- /tests/keytheorems-amsthmtest.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbertucci47/keytheorems/HEAD/tests/keytheorems-amsthmtest.tex -------------------------------------------------------------------------------- /tests/keytheorems-comptest.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbertucci47/keytheorems/HEAD/tests/keytheorems-comptest.pdf -------------------------------------------------------------------------------- /tests/keytheorems-comptest.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbertucci47/keytheorems/HEAD/tests/keytheorems-comptest.tex -------------------------------------------------------------------------------- /tests/print-thms-defs.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbertucci47/keytheorems/HEAD/tests/print-thms-defs.tex -------------------------------------------------------------------------------- /tests/tagged-keytheorems-amsthmtest.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbertucci47/keytheorems/HEAD/tests/tagged-keytheorems-amsthmtest.pdf -------------------------------------------------------------------------------- /tests/tagged-keytheorems-amsthmtest.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbertucci47/keytheorems/HEAD/tests/tagged-keytheorems-amsthmtest.tex -------------------------------------------------------------------------------- /tests/testfiles/keythms_beamer_noamsthm.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbertucci47/keytheorems/HEAD/tests/testfiles/keythms_beamer_noamsthm.tex -------------------------------------------------------------------------------- /tests/testfiles/keythms_inherit-style.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbertucci47/keytheorems/HEAD/tests/testfiles/keythms_inherit-style.tex -------------------------------------------------------------------------------- /tests/testfiles/keythms_ltx-talk.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbertucci47/keytheorems/HEAD/tests/testfiles/keythms_ltx-talk.tex -------------------------------------------------------------------------------- /tests/thm-test-body.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbertucci47/keytheorems/HEAD/tests/thm-test-body.tex -------------------------------------------------------------------------------- /tests/thmtools-amsthmtest.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbertucci47/keytheorems/HEAD/tests/thmtools-amsthmtest.pdf -------------------------------------------------------------------------------- /tests/thmtools-amsthmtest.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbertucci47/keytheorems/HEAD/tests/thmtools-amsthmtest.tex -------------------------------------------------------------------------------- /tests/thmtools-comptest.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbertucci47/keytheorems/HEAD/tests/thmtools-comptest.pdf -------------------------------------------------------------------------------- /tests/thmtools-comptest.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbertucci47/keytheorems/HEAD/tests/thmtools-comptest.tex -------------------------------------------------------------------------------- /tex/class-support/keythms-IEEEtran-support.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbertucci47/keytheorems/HEAD/tex/class-support/keythms-IEEEtran-support.tex -------------------------------------------------------------------------------- /tex/class-support/keythms-amsart-support.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbertucci47/keytheorems/HEAD/tex/class-support/keythms-amsart-support.tex -------------------------------------------------------------------------------- /tex/class-support/keythms-amsbook-support.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbertucci47/keytheorems/HEAD/tex/class-support/keythms-amsbook-support.tex -------------------------------------------------------------------------------- /tex/class-support/keythms-amsproc-support.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbertucci47/keytheorems/HEAD/tex/class-support/keythms-amsproc-support.tex -------------------------------------------------------------------------------- /tex/class-support/keythms-beamer-support.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbertucci47/keytheorems/HEAD/tex/class-support/keythms-beamer-support.tex -------------------------------------------------------------------------------- /tex/class-support/keythms-jlreq-support.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbertucci47/keytheorems/HEAD/tex/class-support/keythms-jlreq-support.tex -------------------------------------------------------------------------------- /tex/class-support/keythms-ltx-talk-support.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbertucci47/keytheorems/HEAD/tex/class-support/keythms-ltx-talk-support.tex -------------------------------------------------------------------------------- /tex/class-support/keythms-memoir-support.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbertucci47/keytheorems/HEAD/tex/class-support/keythms-memoir-support.tex -------------------------------------------------------------------------------- /tex/keytheorems.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbertucci47/keytheorems/HEAD/tex/keytheorems.sty --------------------------------------------------------------------------------