On Tue, Mar 25, 2008 at 4:57 PM, Morgan Brassel wrote:
You can use
\setupGNUPLOTterminal [context] [dashed=no, textscale=0.9]
Thank you, Mojca!
The dashed option is ok, but I didn't manage to have 'textscale' work: adding these lines in my previous example still gives 12pt font... Am I missing something?
Whoooops ... apparently I forgot to upload that change. Sorry - I have no idea when I did it without uploading it. I will upload it now.
Sorry to make you explain again, I'm a bit lost with all those new things... I'll use simple quotes from now on, but is there a simple way to escape the ' character in this case? I tried
I guess not. But the fact that double quotes don't work is really a bug in my module that I don't know how to solve. If you use XeTeX, the UTF-8 should work OK, but sooner or later other problems might arise anyway (I always try to keep my fingers crossed that it will work). On the other hand, you may also run gnuplot separately and prepare "clean" files there. Then, you can use \processGNUPLOTfile[NAME][filename] % name of the generated file, not of the gnuplot script and later on \useGNUPLOTgraphic[NAME][maybe some options]
set xlabel 'I\'\ m sorry!'
but the ' is not typeset correctly then.
Mojca