Skip to content

Minimum(ish) working example of Quarto source files of English main text with Arabic divs and spans

Notifications You must be signed in to change notification settings

adamiturabi/quarto-arabic-mwe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quarto-arabic-mwe

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/

To build

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

Figures

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

About

Minimum(ish) working example of Quarto source files of English main text with Arabic divs and spans

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published