Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamiturabi/quarto-arabic-mwe
Minimum(ish) working example of Quarto source files of English main text with Arabic divs and spans
https://github.com/adamiturabi/quarto-arabic-mwe
arabic latex pandoc quarto
Last synced: 20 days ago
JSON representation
Minimum(ish) working example of Quarto source files of English main text with Arabic divs and spans
- Host: GitHub
- URL: https://github.com/adamiturabi/quarto-arabic-mwe
- Owner: adamiturabi
- Created: 2024-11-15T22:39:17.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-01T18:26:48.000Z (22 days ago)
- Last Synced: 2024-12-01T19:23:18.807Z (22 days ago)
- Topics: arabic, latex, pandoc, quarto
- Language: Lua
- Homepage: https://adamiturabi.github.io/quarto-arabic-mwe/
- Size: 6.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://quarto.org/docs/get-started/).
Install the [Charis SIL](https://software.sil.org/charis/download/),
[Amiri](https://github.com/alif-type/amiri/releases/latest),
and [Vazirmatn](https://github.com/rastikerdar/vazirmatn/releases/tag/v33.003)
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
```