Browse Source

edit README

master
zeus 6 months ago
parent
commit
d1b176f510
  1. 32
      README.md

32
README.md

@ -42,6 +42,15 @@ git clone https://git.swarmlab.io:3000/swarmlab/microservice-xelatexthesis.git
> make start > make start
> >
### create pdf
>
> cd project_dir/microservice-xelatexthesis
>
>
> make pdf
>
### stop service ### stop service
> >
@ -63,7 +72,11 @@ git clone https://git.swarmlab.io:3000/swarmlab/microservice-xelatexthesis.git
### clean service ### clean service
> >
> ********************* MAKE SURE YOU HAVE CREATED A BACKUP, FIRST. YOU HAVE BEEN WARNED! ****************8 > *********************
>
> MAKE SURE YOU HAVE CREATED A BACKUP, FIRST. YOU HAVE BEEN WARNED!
>
> ****************
> >
> cd project_dir/microservice-xelatexthesis > cd project_dir/microservice-xelatexthesis
> >
@ -84,12 +97,27 @@ git clone https://git.swarmlab.io:3000/swarmlab/microservice-xelatexthesis.git
(3.1) open main.pdf with the pdf viewer of your choice (do not close it!) (3.1) open main.pdf with the pdf viewer of your choice (do not close it!)
### Default xeLatex main file ## Default xeLatex
### main file
> >
> ./docs/main.tex > ./docs/main.tex
> >
### glossary file
>
> ./docs/Appendices/glossary.tex
>
### bib file
>
> ./docs/metaptyxiako.bib
>
### Backup xeLatex src files ### Backup xeLatex src files
> >

Loading…
Cancel
Save