-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix theorem, proposition, section numbering #1
Comments
first attempt at #1 dealing with hiding section (lecture) numbers, persisting subsection numbers across sections and starting from 0, as well as sharing theorem, corollary numbers etc.
Some possibly useful links https://www.overleaf.com/learn/latex/Counters#\counterwithout{somecounter}{anothercounter} https://en.wikibooks.org/wiki/LaTeX/Counters https://stackoverflow.com/a/1004231 https://tex.stackexchange.com/questions/37189/number-subsections-and-subsubsections-but-not-sections this commit also - forgot to reference the issue :) |
general typos and typo with last commit for subsection numbering using subsection twice instead of subsubsection for #1
|
There's some commands in amsthm and otherwise to share theorem labelling to definitions and corrorllaries etc.
Similarly there's some commands to turn off section numbers, and set numbering for sections and subsections as if they were sections.
Something like https://tex.stackexchange.com/questions/37189/number-subsections-and-subsubsections-but-not-sections but might require more reading of docs to get it to work properly.
The text was updated successfully, but these errors were encountered: