Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 576 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 576 Bytes

Mystmd PDF First Steps

Installation

  1. Firstly we need to install the required LateX packages
sudo apt-get install texlive-latex-recommended texlive-xetex latexmk texlive-science texlive-fonts-extra texlive-bibtex-extra biber
  1. Create conda environment
mamba create -n mystmd-dev
conda activate mystmd-dev
  1. Install nodejs
mamba install nodejs
  1. Install mystmd
npm install -g mystmd

Build

To build 01-simple.md into PDF, run

myst build 01-simple.md

To see the PDF, got to ./_build/exports.