Kazuhiko Sakaguchi

Results 102 issues of Kazuhiko Sakaguchi

This PR introduces a new class option `listing=(listings|minted)` and fixes #236. Now, `kao.sty` requires either `listings.sty` or `minted.sty` depending on the users' choice. The `marginlisting` environment supports only the chosen...

### Description I experienced several issues related to listings, such as: - the wide listing (`listing*`) environment is not available (should eventually be fixed in #225), - the caption and...

Currently, hyphens are printed before and after each margin figure, table, or listing. Writing an expression to calculate length as the argument of \vspace requires \dimexpr.

Before this change, by using `\sidecite` for an entry where `year` is unspecified, I get: > [1]: Author (), Title and with this change, I get: > [1]: Author (n.d.),...

The subspaces `{vspace vT}` of a vector space `vT` (defined in `vector.v`) seem to form a lattice. [A Wikipedia article](https://en.wikipedia.org/wiki/Linear_subspace) says that "the operations intersection and sum make the set...

kind: enhancement

##### Motivation for this change This PR attempts to merge `{dffun fT}` and `{ffun fT}` to close issue #701, but it is unsuccessful due to some limitations of unification. I...

kind: help wanted

##### Motivation for this change This is my first attempt to make linear subspaces `{vspace vT}` canonically a `tbLatticeType`. In `vector.v`, some operators for linear subspace (`subsetv`, `fullv`, `addv`, and...

kind: enhancement
needs: fix
kind: refactoring

Currently, support for the following items is lacking: - Union, intersection, complement, and converse of binary relations: > [...] Should we introduce some notation for relI, (e.g., `[relI e1 &...

##### Motivation for this change This PR attempts to restate several lemmas using predicators such as `cancel`, `(left|right)_(id|zero|inverse|distributive)`, `idempotent`, `associative`, and `commutative`. Some of them are probably too aggressive and...

needs: fix

```coq From mathcomp Require Import all_ssreflect all_algebra. Fail Check ((_ %/ _) %/ _)%Z. ``` ``` The command has indeed failed with message: The term "(?p %/ ?q)%R" has type...