Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding theorem and definition commands #2

Closed
ryandougherty opened this issue Jul 3, 2015 · 2 comments
Closed

Adding theorem and definition commands #2

ryandougherty opened this issue Jul 3, 2015 · 2 comments

Comments

@ryandougherty
Copy link

A feature that would be really useful would be to add theorems/definitions to the main file:

\usepackage{amsthm} % for theorem
\theoremstyle{definition}
\newtheorem{definition}{Definition}[section]
\newtheorem{theorem}{Theorem}[section]
\newtheorem{corollary}{Corollary}[theorem]
\newtheorem{lemma}[theorem]{Lemma}

@GarenSidonius
Copy link
Owner

I was going to wait to see if others were interested in this, but I might just add it anyway.

Did you pass format review with the code you pasted above?

@GarenSidonius
Copy link
Owner

No stated interest in this in over a year. Closing this ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants