Castedo Ellerman
Castedo Ellerman
Here is a simplified HTML example for what I believe if a bug: [test.html.txt](https://github.com/Kozea/WeasyPrint/files/11549580/test.html.txt) and the PDF I get with WeasyPrint 58.1: [test.pdf](https://github.com/Kozea/WeasyPrint/files/11549582/test.pdf) What I expected is for the pink...
This enhancement proposal is motivated by confusion in the behavior of subtrees. Issue #851 is one example. This [stackoverflow question is another example](https://stackoverflow.com/questions/10466449/checking-if-an-object-is-in-a-repo-in-gitpython/74235113). As further example consider the following bash+python...
This is a rough feature idea. SUMMARY: Use a JSON-compatible file format (JSON, YAML, TOML, even [JSOML](https://pypi.org/project/jsoml/) :sweat_smile:) that conforms to https://commonmeta.org or similar in parallel to TeX files to...
When generating JATS XML, latexmlc 0.8.8 inserts `not-yet-known` for journal metadata: ``` not-yet-known not-yet-known ... not-yet-known ``` I see a number of downside to the behavior: 1. I am not...
Currently LaTeXML outputs ``` unknown ``` whereas pandoc outputs (when given metadata in YAML): ``` Copyright © 2020 S. Maggi 2020 S. Maggi https://creativecommons.org/licenses/by/4.0/ Released under a Creative Commons Attribution...
REPO STEPS: With [doc.tex.txt](https://github.com/brucemiller/LaTeXML/files/14953140/doc.tex.txt): ``` latexmlc --format=jats doc.tex.txt ``` GOT: ``` ... The foo. Some inline bars. ... ``` EXPECTED: ``` ... The foo. Some inline bars. ... ``` NOTES:...
LaTeXML 0.8.8 outputs `` elements in the ``, instead of `` elements. Not sure what is the right approach for LaTeXML but I can say mixed-citation causes a problem for...
This might relate to #1648. The first Baseprint pilot user relies on a custom `\orcid` command that is probably not worth attempting to parse. In general, my hunch is LaTeXML...
When I add `\date{2024-04-11}` to my .tex file the resulting JATS is ``` 2024-02-02 ``` I have little idea why `-02-02` got appended. [JATS4R has suggestions](https://jats4r.niso.org/article-publication-and-history-dates/) but for the most...
REPRO STEPS: For `intput.tex`: ``` \documentclass[]{article} \title{A Test Case} \begin{document} \maketitle \section{Introduction} Here is some of the main text. \end{document} ``` with `latexmlc --format=jats input.tex` GOT: ``` ... ... A...