Commit 9530fd25 authored by Daewon Lee's avatar Daewon Lee
Browse files

correcting figure path error in README file

parent 782d2efe
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ Compiling LaTeX to PDF largely depends on which LaTeX processor application bein

In **TeXStudio**, PDF can be compiled and viewed side-by-side by click on fast-forward button on the top.

![TexStudio compile button](media\texstudio-pdf.png)
![TexStudio compile button](media/texstudio-pdf.png)

### Configuration of default LaTeX Compiler

@@ -77,7 +77,7 @@ The initial implementation of the TS was drafted to be compiled with either `pdf

In **TeXStudio**, default compiler can be changed from `options` menu -> `Build` tab -> `default compiler` option.

![TexStudio default compiler configuration](media\texstudio-configuration.png)
![TexStudio default compiler configuration](media/texstudio-configuration.png)

### Getting Diff View of two LaTeX files

@@ -92,4 +92,4 @@ A new LaTeX file that shows the change marks of two LaTeX files can be generated

Example of results of `latexdiff`:

![Example of latexdiff perl script results](media\latexdiff-example.png)
![Example of latexdiff perl script results](media/latexdiff-example.png)