Skip to content

Commit

Permalink
Update README. Add how to run instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
m-zakeri committed Sep 18, 2022
1 parent b50d001 commit f77c8d5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# MSc
My M.Sc. thesis preprint


## How to run?

1. `git clone https://github.com/m-zakeri/MSc.git`
2. `xelatex.exe -synctex=1 -interaction=nonstopmode "_main_".tex`
3. `xindy -L persian-variant1 -C utf8 -I xindy -M "_main_".xdy -t "_main_".glg -o "_main_".gls "_main_".glo`
4. `xelatex.exe -synctex=1 -interaction=nonstopmode "_main_".tex`

0 comments on commit f77c8d5

Please sign in to comment.