| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-11-24 | LaTeX reader: Fix semantics of `\ref`. | John MacFarlane | 1 | -5/+3 | |
| We were including the ams environment type in addition to the number. This is proper behavior for `\cref` but not for `\ref`. To support `\cref` we need to store the environment label separately. | |||||
| 2021-11-24 | LaTeX reader: improve references. | John MacFarlane | 1 | -2/+4 | |
| - Resolve references to theorem environments. - Remove Span caused by "label" in figure, table, and theorem environments; this had an id that duplicated the environments' id. See #813. | |||||
| 2021-02-28 | Factor out T.P.Readers.LaTeX.Math. | John MacFarlane | 1 | -0/+221 | |
