jupyter-book / mystmd

Command line tools for working with MyST Markdown.
https://mystmd.org/guide
MIT License
191 stars 60 forks source link

Document minimal environment for using latex and other tools in a JupyterHub #237

Open rowanc1 opened 1 year ago

rowanc1 commented 1 year ago

@fperez is doing some work at the moment investigating this! Hopefully we can circle back and get this into the docs for other people who are creating whole environments.

Also add imagemagik for image conversions (optional, but helpful).

fperez commented 1 year ago

Right now I have:

# Dependencies for nbconvert and myst
# Latex tools
texlive-xetex
texlive-fonts-recommended
texlive-plain-generic
latexmk
lmodern
texlive-lang-chinese # https://github.com/berkeley-dsep-infra/datahub/issues/3719

# Other useful document-related tools
pandoc
latexdiff
imagemagick
# /end nbconvert/myst tools

Will update once I get a working solution, happy to take further input and can invite folks into the system for testing if useful.

rowanc1 commented 1 year ago

Also see this PR by @fperez: