uwdata / living-papers

Authoring tools for scholarly communication. Create interactive web pages or formal research papers from markdown source.
BSD 3-Clause "New" or "Revised" License
128 stars 10 forks source link

feature request: generate LaTeX source without running pdflatex #41

Closed joshuahhh closed 1 year ago

joshuahhh commented 2 years ago

Use cases:

Not super-common use-cases, but it would be nice. More generally, it's interesting to ask whether a living-papers executable should be a one-stop shop (a self-contained build system), or whether it could be more versatile as a UNIX-philosophy "do one thing well" process, to be joined with others in an external build system.

jheer commented 1 year ago

This is already supported via the following metadata settings:

output:
  latex:
    pdf: false