c_verres
30-08-2012, 15:48
Hi,
laut http://gnuplot.sourceforge.net/docs_4.2/node373.html kann man Schriftgrößen in dem resultierenden LaTeX-File verändern:
In standalone mode, the font size is taken from the given font size in the set terminal command. To be able to use a specified font size, a file "size5#5size6#6.clo" has to reside in the LaTeX search path. By default, 10pt, 11pt, and 12pt are supported. If the package "extsizes" is installed, 8pt, 9pt, 14pt, 17pt, and 20pt are added.
Mit folgendem Beispiel
set terminal epslatex color standalone header "\\usepackage{textcomp}" 8
set output 'test_font_size.tex'
f(x)=x**2
plot f(x)
unset multiplot
bekomme ich aber die "Fehlermeldung" "Gnuplot Error: File `size8.clo' not found!" in der resultierenden LaTeX-Datei, obwohl ich extsizes über den Paketmanager von MikTeX 2.9 installiert habe.
Was muss ich tun, um das Problem zu beheben?
laut http://gnuplot.sourceforge.net/docs_4.2/node373.html kann man Schriftgrößen in dem resultierenden LaTeX-File verändern:
In standalone mode, the font size is taken from the given font size in the set terminal command. To be able to use a specified font size, a file "size5#5size6#6.clo" has to reside in the LaTeX search path. By default, 10pt, 11pt, and 12pt are supported. If the package "extsizes" is installed, 8pt, 9pt, 14pt, 17pt, and 20pt are added.
Mit folgendem Beispiel
set terminal epslatex color standalone header "\\usepackage{textcomp}" 8
set output 'test_font_size.tex'
f(x)=x**2
plot f(x)
unset multiplot
bekomme ich aber die "Fehlermeldung" "Gnuplot Error: File `size8.clo' not found!" in der resultierenden LaTeX-Datei, obwohl ich extsizes über den Paketmanager von MikTeX 2.9 installiert habe.
Was muss ich tun, um das Problem zu beheben?