living-papers
living-papers copied to clipboard
Authoring tools for scholarly communication. Create interactive web pages or formal research papers from markdown source.
Would be nice to pipe the pdflatex & bibtex output into a log file you could look at.
I'm prototyping a web editor for LP. It's likely that, long term, we'll want to host images with a document in the web editor. But for now, that's not possible....
See https://github.com/latex3/latex2e/issues/651. If you add `\DocumentMetadata{testphase=phase-III}` to the beginning of the document, this might just work. See https://www.latex-project.org/publications/2023-UFi-FMi-TUG-tb137fischer-tagging23.pdf for details about the state of tagged documents.
There appears to be a small bug in the alt text for images. For instance this chunk of code ```md ::: figure {#fig .margin} ...
Dear team, This is a feature suggestion. It would be great if in-text citation styles with author names and dates were supported out of the box. The styles are very...
I think you're supposed to escape ampersands in bibliography URLs. (Seems like LaTeX yells at me when I don't.) But something in LP's bibliography pipeline messes them up. In my...
References can have links to DOIs or the original source. Right now, these are not clickable in the generated HTML.
(Pretty sure this is a Pandoc-Markdown issue, not LP, but it's annoying enough to me that I wouldn't mind fixing it in LP.) I split my paragraphs into one-sentence-per-line: ```...
I thought I'd try out JS formatting. However, with the code: ``` import extractSynonymsProgram from "./extractSynonymsProgram.json"; ``` as a ```js block, I got an error: ``` file:///Users/joshuah/Documents/coding/living-papers/node_modules/acorn/dist/acorn.mjs:3454 var err =...
Looks like it's a bit tricky to submit a paper to arXiv from Living Papers. * You need to extract source files from `.temp/latex`, preferably without build output files. (Although...