KAWAKUBO Toru
KAWAKUBO Toru
Modern browsers have recently implemented [vertical writing modes](https://www.w3.org/TR/css-writing-modes-3/). The vertical writing modes are not only useful for CJK text but also for European languages. Authors sometimes want to rotate text...
Since the current runtime type checking in `symmetry_conserving_bravyi_kitaev` uses `type()`, it raises an error when one uses a subclass of `FermionOperator`. To cover such cases, it is better to use...
This PR merges the latest dev branch of qulacs-osaka/qulacs-osaka@e54ffe96f87dbc8afa28e7773c1d40b52eaadcd8 into qulacs/qulacs:dev. The branch ([osaka-merge](https://github.com/qulacs/qulacs/tree/osaka-merge)) is created from the above commit of qulacs-osaka, and then the latest qulacs dev branch (73c9f5e494dc0910f3125a13ece8f6ea01f05ac8)...
Test file: https://github.com/vivliostyle/vivliostyle.js/blob/master/packages/core/test/files/crop-marks.html An unnecessary empty page is inserted.
Original issue: mathjax/MathJax#1364 Currently Vivliostyle always uses its own built-in MathJax configuration (https://github.com/vivliostyle/vivliostyle.js/blob/master/packages/viewer/resources/mathjax-config.js). It may be convenient for authors to be able to use their own MathJax configuration specified, for...
Example: ```html Inline text contents block-level box ``` Since an anonymous block box is generated around "Inline text contents", there should be a break opportunity between the anonymous box and...
When `image-resolution` is used with `max/min-width/height`, the aspect ratio of the image sometimes becomes incorrect. For example, when `image-resolution: 2dppx` and `max-width: 400px`, a 1000px x 1000px image should be...
Spec: [HTML Living Standard - The base element](https://html.spec.whatwg.org/multipage/semantics.html#the-base-element)