Kazuhiko Sakaguchi
Kazuhiko Sakaguchi
@gares Here it is. You may hijack this PR to fix the issue.
Here is a complete example: ```coq From HB Require Import structures. HB.mixin Record IsPOrdered T := { le : T -> T -> bool }. HB.structure Definition POrder := {...
Here is a minimal example, but I couldn't identify the reason: ```coq From HB Require Import structures. HB.mixin Record M A := {}. #[primitive_class] HB.structure Definition S := { A...
The mdframed package has the issues that [the `skipbelow` parameter does not work](https://github.com/marcodaniel/mdframed/issues/12) ([patch](https://tex.stackexchange.com/questions/292083/mdframed-and-skipbelow/292090#292090)) and that it has not been updated for 10 years now. Here I propose to replace...
This PR depends on #225. I will provide an example if needed.
### Description An extra indentation appears only when we combine kaobook with XeLaTeX. ### Minimal Working Example ```latex \documentclass[ a4paper, fontsize=10pt, twoside=false, secnumdepth=2, numbers=noenddot, fontmethod=tex, ]{kaobook} \usepackage[framed]{kaotheorems} \begin{document} Some text.\marginnote{marginnote...
##### Motivation for this change This PR is the revival of #464 based on MC2. Closes: #464 ##### Things done/to do - [ ] added corresponding entries in `CHANGELOG_UNRELEASED.md` -...
##### Motivation for this change Closes #1124 ##### Overlay PRs - ~math-comp/analysis#1271~ (We no longer need it.) ##### Things done/to do - [ ] added corresponding entries in `CHANGELOG_UNRELEASED.md` -...
https://github.com/math-comp/math-comp/blob/082c28dc6562c3d947d52b74bd2a6bb592941562/mathcomp/ssreflect/order.v#L1265-L1266 It also seems to apply here: https://github.com/math-comp/math-comp/blob/082c28dc6562c3d947d52b74bd2a6bb592941562/mathcomp/algebra/ssralg.v#L6203-L6210
As we noticed in #1126, maximally-inserted and non-maximally-inserted implicit arguments are mixed in `GRing`, e.g., ```coq Arguments GRing.addrA {s} x y z. Arguments GRing.addrAC [V] x y z. ``` I...