Daniel Himmelstein

Results 584 comments of Daniel Himmelstein

# Draftable I came across the [Draftable webapp](https://draftable.com/compare) to create diffs for PDF and DOCX files. [Their example](https://draftable.com/compare/example-paper) showed that it worked well for diffing two arXiv PDFs. They have...

@slochower nice approach. I agree that using HTML tags to color portions of the text in the source markdown document may be the right solution. I don't think it's inelegant...

> Is there anything that one could be of help with? One approach would be to try to integrate the existing cito lua filter as discussed above. However, I have...

> For the Manubot HTML output I guess would be nice if we can add a data-cito attribute to the span elements that contain the references Agreed, but I think...

> I was wondering if there is a way that tables can be generated from data files Unfortunately, there is no built-in Pandoc support for this. It would be a...

> I didn't actually test the Pandoc filter. @brian-bot the place you'd want to add the filter would be at: https://github.com/manubot/rootstock/blob/adc7b8bca102594d8e7d46d93071c4018f0c6944/build/pandoc/defaults/common.yaml#L4-L9 I think you'd want to add `- pandoc-placetable`. the...

There are two steps here I believe: 1. Convert the Markdown manuscript to a `.tex` file, for example by using `pandoc --to=latex`. Should we also output a `.bib` file with...

The big benefits of adding LaTeX support that I see are: 1. journal submission via `.tex`. 2. another route to create PDFs, using existing infrastructure for branded PDFs. This could...

@slochower for the `BUILD_PDF_VIA_LATEX` step, would it be possible to take the output `.tex` file from the earlier `pandoc --to=latex` command and pass it directly to the latex compiler? Is...

Here's a [useful resource](https://github.com/PHPirates/travis-ci-latex-pdf) on different ways to install LaTeX on Travis CI. It mentions [`tectonic`](https://tectonic-typesetting.github.io/en-US/), which seems to be a more user-friendly `xelatex` (although I don't have a good...