From 910d32226abde92fc59cee1ccccb0318433bf24d Mon Sep 17 00:00:00 2001 From: Martin Thoma Date: Sun, 28 Oct 2012 12:15:16 +0100 Subject: [PATCH] formatting --- math/gnuplot/high-order-knot/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/math/gnuplot/high-order-knot/README.md b/math/gnuplot/high-order-knot/README.md index 73fe1c6..a3d74ed 100644 --- a/math/gnuplot/high-order-knot/README.md +++ b/math/gnuplot/high-order-knot/README.md @@ -1,8 +1,8 @@ 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 +* 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 * 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.