2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-19 11:38:05 +02:00

formatting

This commit is contained in:
Martin Thoma 2012-10-28 12:19:39 +01:00
parent 910d32226a
commit 05a9ee1f1b

View file

@ -2,7 +2,10 @@ Use gnuplot within latex
========================
* First make sure that you can use gnuplot:
* Execute `gnuplot` in your command line
* Doesn't work: Look up where the binary is located (e.g. `C:\Programs\gnuplot\bin\gnuplot.exe`) and add it to your path (Windows + Pause -> System variables -> Path). Then try executing `gnuplot` in terminal again
* Doesn't work:
* Look up where the binary is located (e.g. `C:\Programs\gnuplot\bin\gnuplot.exe`)
* Add the binary directory to your path (Windows + Pause -> System variables -> Path)
* Try executing `gnuplot` in terminal again
* It is a good idea to separate gnuplot-code from LaTeX-code! (see plot.gnuplot)
* `-shell-escape` or `enable-write18` is NOT needed for this solution!
* You have to create the plot-tmp.tex file first. Use `gnuplot plot.gnuplot` to do so.