Minimum(ish) working example of Quarto source files of English main text with Arabic divs and spans.
Output is published here: https://adamiturabi.github.io/quarto-arabic-mwe/
Install Quarto.
Install the Charis SIL, Amiri, and Vazirmatn fonts.
Install the Python3 package jupyter
:
python3 -m pip install jupyter
If it doesn't let you install the package in this way, then follow directions to install it in a virtual environment:
python3 -m venv path/to/venv
source path/to/venv/bin/activate
python3 -m pip install jupyter
In the above repo, within the venv just created (if applicable), use this command to render the HTML and PDF outputs:
source path/to/venv/bin/activate
quarto render
To render the tikz figures, you need Ghostscript and Dvisvgm.
There is some experimental code (currently disabled) to use Inkscape instead. To install inkscape on Mac (without sudo):
brew install --cask inkscape