Andrew Dunning
Andrew Dunning
If I am understanding the code correctly, the same styling is used for comments and block quotations, which makes them difficult to distinguish. The grey italics (as rendered in Atom,...
If one writes a comment inside a citation, e.g. `[@luard:1864_1869annales, pp. 4:37–38, 4:50]`, the citation appears normally, but no highlighting is applied to the comment.
It would be great if this package could allow its functionality on either HTML or XML. I find that this package works decently well on many files if I simply...
As discussed on the [mailing list](https://groups.google.com/forum/#!topic/pandoc-discuss/uiCPfuN61qE), it is possible in Word, Open/LibreOffice, LaTeX, and elsewhere to have both footnotes and endnotes in a single document, and publishers (examples from [Oxford](http://global.oup.com/fdscontent/academic/pdf/academic/history/omt_style.pdf),...
It would be handy if the CSL files specified the schema, to allow XML editors that support RELAX NG/Schematron (e.g. Oxygen) to pick this up automatically. This can be achieved...
When running via the Node app, I've noticed that Dezoomify will quite often get stuck on a request indefinitely (e.g. with 99% of tiles loaded). It would be useful if...
Rather than providing a macOS binary, could I suggest using [Homebrew](https://brew.sh) to simplify distribution on macOS? There are [lots of example Rust formulae](https://github.com/Homebrew/homebrew-core/search?q=depends_on+%22rust%22) available. (I'll be able to create a...
## Description Unicode-Math v0.8l conflicts with Polyglossia when both the English and Latin languages are enabled. ## Check/indicate - [X] Relevant for XeTeX - [X] Relevant for LuaTeX - [X]...
It would be absolutely brilliant if this project could reimplement the functionality of the Atom package at to provide validation and autocomplete for XML using Relax NG and Schematron. (This...
A diacritic placed on a linea is aligned with the right side of the note rather than centred over it. ```tex \documentclass{article} \usepackage{gregoriotex} \begin{document} \gabcsnippet{(c3) Mi(h=r3)} \end{document} ```