David Slochower
David Slochower
> We could reach out to the few other users who have submitted Manubot manuscripts to journals to learn about their strategies. Good idea! @dhimmel, I suspect you have the...
Ah, brilliant. For some reason I didn't even think of directly trying to copy and paste. Does seem default to TSV :) Ideally, could scrape papers for CSVs directly to...
I wrote a little notebook that will highlight the differences between two manuscript versions in the HTML and PDF. It is not pretty, but in my limited testing, it seems...
> Also I find the whole line highlighting problematic. It would be much better to get behavior along the lines of git diff --color-words. I agree. The issue is getting...
`git diff --color-words` algorithm: https://github.com/git/git/blob/1d89318c48d233d52f1db230cf622935ac3c69fa/diff.c#L1771-L1801
> @slochower do you have an implementation of either of these steps? How much will users need to customize these steps? How does customization work / at what stage... isn't...
@agitter agreed, although I found the `pandoc` template system cumbersome. See this existing list: https://github.com/jgm/pandoc/wiki/User-contributed-templates. There are many `$if$`-`$endif$` blocks.
I think using the output of `pandoc --to=latex` should work, modulo the figure paths. I _think_ when I did this earlier, I specified the figures in the current path, e.g.,...
Hi @jmonlong. > Do other manubot users use the pull request strategy even for these kind of situations (many minor changes by many people at the same time)? I've dealt...
I think there is no, as of yet, one-size-fits-all approach. Generally, when I solicit feedback, I receive a mix of "here are my thoughts on such and such"-type comments and...