This repository has been archived by the owner on Nov 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Vafa Khalighi
committed
Mar 3, 2019
1 parent
b9b5a6c
commit b9e9fb0
Showing
21 changed files
with
13,518 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
#! /bin/sh | ||
chmod -x img/*.jpg img/weather/*.jpg *.pdf *.ltx xepersian.dtx | ||
xelatex -shell-escape xepersian.dtx | ||
xelatex -shell-escape xepersian.dtx | ||
xelatex -shell-escape xepersian.dtx | ||
teckit_compile persian-tex-text.map | ||
teckit_compile persian-tex-text.map | ||
teckit_compile persian-tex-text.map | ||
xelatex -shell-escape xepersian-doc.ltx | ||
xelatex -shell-escape xepersian-doc.ltx | ||
xelatex -shell-escape xepersian-doc.ltx | ||
mkdir -p doc/xelatex/xepersian fonts/misc/xetex/fontmapping/xepersian source/xelatex/xepersian tex/xelatex/xepersian | ||
mkdir xepersian | ||
mv *.def *.sty *.cls xepersian-logo.pdf tex/xelatex/xepersian | ||
mv *.ltx *.dtx *.ins source/xelatex/xepersian | ||
mv *.pdf *.py *.tex README img doc/xelatex/xepersian | ||
mv persian-tex-text.map persian-tex-text.tec fonts/misc/xetex/fontmapping/xepersian | ||
zip -r xepersiantds doc/xelatex/xepersian fonts/misc/xetex/fontmapping/xepersian source/xelatex/xepersian tex/xelatex/xepersian | ||
mv xepersiantds.zip xepersian.tds.zip | ||
mv doc/xelatex/xepersian/*.pdf doc/xelatex/xepersian/*.py doc/xelatex/xepersian/README doc/xelatex/xepersian/img source/xelatex/xepersian/*.ltx source/xelatex/xepersian/*.dtx source/xelatex/xepersian/*.ins xepersian | ||
zip -r xepersian xepersian.tds.zip xepersian | ||
rm -r doc tex source fonts xepersian | ||
rm *.aux *.glo *.gls *.hd *.idx *.ilg *.ind *.log *.out *.toc xepersian.tds.zip | ||
|
||
|
||
|
Oops, something went wrong.