To clone the repository you'd need git
installed on your computer. You should probably use a POSIX system. Either Linux or Mac OS.
This project was not tested to compile successfully on Microsoft Windows.
On OSX, it was tested that MacPorts
works well for installing tex
related packages.
git
make
texlive-extra-utils
texlive-lang-arabic
texlive-fonts-extra
texlive-xetex
texlive-science
ttf-mscorefonts-installer
(available withapt
. Solves thefont "Times New Roman" cannot be found
issue, don't think it's needed on Mac)- You also need to install the fonts in this zip file
Extracting the zip's contents to ~/.local/share/fonts
then running fc-cache -f -v
should do the trick.
You need to:
- Download and extract the zip
- Open
Font Book
- Click on the
+
to add new fonts - Locate the extracted folder
- Double click it to install all the fonts it contains
Clone the repo from master (see GitHub repo)
After having all the fonts installed, you can compile the project by typing make
to a terminal inside the project's root directory.
It is possible you will need to remove the short \bash
section from the file 00.tex
.
The majority of the document was editted using gvim
.
Personally, I recommend editing using kile
. It handles the Hebrew/English switches well enough.
You can submit a PR (Pull Request) using GitHub. To do so, please fork the project, add commits to it. Then, create a cross repository pull request.
Before submitting, please make sure there are no merge conflict and that the CD/CI passes successfully (TODO: Create CD/CI)