Castedo Ellerman
Castedo Ellerman
REPRO STEPS: With the following `input.tex`: ``` \documentclass[]{article} \begin{document} The code is \texttt{FOOBAR}. \end{document} ``` run through `latexmlc --format=jats input.tex` GOT: ``` ... The code is FOOBAR. ... ``` EXPECTED:...
REPRO STEPS: With [doc.tex.txt](https://github.com/brucemiller/LaTeXML/files/14951423/doc.tex.txt): ``` latexmlc --format=jats doc.tex.txt ``` RESULT: ``` ... 1 Introduction ... 2 Conclusion ... ``` EXPECTED: ``` ... Introduction ... Conclusion ... ``` VERSION: ``` #...
distrobox runs podman/docker with `--host` set to the name of the container which in turn changes the contents of /etc/hostname to be the name of the container. But /etc/hostname is...
Pandoc outputs MathML (along with Tex) into JATS XML. I see only raw TeX and not MathML appearing in the JATS XML export of FidusWriter. My intuition is that MathML...
On www.fiduswriter.com today (mid Apr 2024) I could not find a way to add ORCID to any author. STEPS: * signed up/in, created new document * From upper nav: Settings...
Feel free to ditch/close/delete this PR and just copy this edit into your own commit. This is a fix to a broken link on the live site as of 2024-02-27...
This is a feature idea which I might add to copyaid.it. Might be something manubot-ai-editor wants to do too. The [`llm` Python package](https://pypi.org/project/llm/) has a large number of plugins that...
Simple typo I needed to fix to make it work.
This is for enhancement #5120. I've tested it by just putting the 3 files described on this doc page into one folder, following the instructions on the page, with the...
https://pyodide.org/en/latest/usage/working-with-bundlers.html currently shows a Vite plugin that uses a hard-coded list of files that should be copied. Alternatively, the `vite-plugin-static-copy` can be used with a hard-coded list of patterns to...