mne-cpp icon indicating copy to clipboard operation
mne-cpp copied to clipboard

WIP [ENH] pdf generating script

Open gabrielbmotta opened this issue 2 years ago • 0 comments

First attempt at a script to generate a pdf based on the GitHub Pages page. First we clean up some jekyll and html content in the files and then use pandoc to do md --> latex --> pdf


Some current issues:

  • code and tables do not respect line spacing and might go off the page.
  • tables without headers can cause a page not to get fully converted (messes with syntax?).
  • images embedded in tables seem not to be supported.

gabrielbmotta avatar May 02 '23 18:05 gabrielbmotta