Skip to content

Commit

Permalink
fix an error in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglongqi committed Jun 13, 2015
1 parent a61d380 commit 63e7343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The basic UI is like this:

![UI](https://github.com/wanglongqi/WriteTeX/raw/master/images/ui.png)

By default, WriteTeX use XeLatex to convert text to pdf. If you wish to use pdflatex, just change the command in the code. You can use PDF2SVG or PDFtoEDIt to convert PDF to SVG. There are slightly difference in trading SVGs generated by PDF2SVG and PDFtoEDIT. Meanwhile, you can dowload Windows Binary version of PDF2SVG from [here](https://github.com/wanglongqi/WriteTeX/raw/master/plot2svg.7z). The source code of PDF2SVG can be found [here](http://www.cityinthesky.co.uk/opensource/pdf2svg).
By default, WriteTeX use XeLatex to convert text to pdf. If you wish to use pdflatex, just change the command in the code. You can use PDF2SVG or PDFtoEDIt to convert PDF to SVG. There are slightly difference in trading SVGs generated by PDF2SVG and PDFtoEDIT. Meanwhile, you can dowload Windows Binary version of PDF2SVG from [here](https://github.com/wanglongqi/WriteTeX/raw/master/pdf2svg.7z). The source code of PDF2SVG can be found [here](http://www.cityinthesky.co.uk/opensource/pdf2svg).

Normally, WriteTeX trys to keep transform in old and new object. But you can overide this behaviour by check the Rescale checkbox, which will rescale the object by current scale factor accordingly.

Expand Down

0 comments on commit 63e7343

Please sign in to comment.