-
As noted in [Section 2.2.2 of Authoring Books with R Markdown](https://bookdown.org/yihui/bookdown/markdown-extensions-by-bookdown.html#theorems), Bookdown does not support shared numbering between di…
-
Since theorems declared with the `thmbox` key do not respect most (all?) options from a style declared with `\declaretheoremstyle`, it would be useful to have an example in the documentation that uses…
-
(Thanks for these problem sets, which I've been very much enjoying as I learn Coq.)
In Pset3, the two monotonicity-related theorems are degenerate in the following sense:
`bst_strict_monotone_in…
-
Hey D2L team,
Thanks for providing us with this great tool!
One small question or feature request: Is it possible to support the functionalities for theorems/proof blocks, e.g., something like…
-
In older theorems, statements of the form `( ph % ps ) && ( ph % ch ) ==> ( ph % th )` are called "deduction" and suffixed with `d`, while statements of the form `( ph -O ps ) && ( ph -O ch ) ==> ( ph…
-
Greetings. I've tried to use the export with no avail.
Process to reproduce.
- Clone github repo.
- In different folder with given path create following minimal file that I want to export.
```le…
-
Three distinct issues:
- all theorems and remarks
- font size is too small, likely something we can generally override with CSS?
- end of Theorem 3
- there seems to be a listing used with/alon…
-
When last we visited the odd/even saga it was at #1682 and here is my attempt to summarize what we discussed there:
* Standard notation for even and odd, respectively, in set.mm is `2 || A` and `A e.…
-
My suggestion: Theorems DER, DT and DEC are easiest to prove in the order DEC -> DT -> DER.
You can prove Theorem DEC by induction, very much like you currently prove Theorem DER: Compare the row e…
-
Thanks for the great lib! I am using it a lot for my personal notes and for writing preliminary versions of papers.
That said, I was trying to customize the styling of a template, and realized that…