KAWAKUBO Toru

Results 26 comments of KAWAKUBO Toru

Thank you! I will read MathJax documents and ask you questions if needed.

> I'm guessing typesetting the underlying document first would be best but then you'd have to wait with any pagination work. If you first paginate, then MathJax will masssively change...

The `float` property is ignored due to a problem of Vivliostyle's CSS parser when the stylesheet contains a syntax error. In this case, the stylesheet contains the following declaration, which...

Right, the floated table is causing the problem here. Our implementation does not support a page break inside a floated element for now. If the window size is too small...

Sorry for the late response. We are aware of this problem, but have not found a solution for it yet. It seems that the Chrome engine does not print an...

There are certainly bugs in Vivliostyle handling a `display: table` element and we will try to fix them as much as possible. However, there is some limitation in Vivliostyle's architecture...

Thank you for information. We modified your test case so that it can be correctly processed by Vivliostyle: https://www.dropbox.com/s/2vtat1vhbnh657n/wikipedia-toc-mod.html?dl=0 We simply added two `div` elements with `display: table-row` and `display:...

@m-ymzk san, That procedure will give expectation values of counts for each measurement result, which are not random. What we expect from *sampling* is a single realization of counts for...

Yes, we are currently using multinomial in numpy. I just thought that this feature would be useful for many users and having this in qulacs may be good for better...

FYI, there is [CSS Logical Properties and Values spec](https://www.w3.org/TR/css-logical-1/), in which properties and values specifying logical directions (`block-start`/`block-end`/`inline-start`/`inline-end`) are defined. Those directions correspond to different physical directions depending on writing...