|
From: walter h. <wh...@bf...> - 2012-04-30 15:06:38
|
Am 23.04.2012 01:44, schrieb Jon:
> Thanks so much!
>
> I didn't use too many types of terminals, but I do know there is reason why
> so many terminals are produced for use. Is there way to systematically
> introduce what these terminals are doing? Not to be too technical, but
> simply say, say, epslatex is to generate eps file for use with latex
> document, etc
>
> Jon
>
Terminals define the type of output you get. eg. "term postscript" will generate
a postscript file. please be aware that the terminal can have arguments attached.
from help term postscript:
set terminal postscript {landscape | portrait | eps}
{enhanced | noenhanced}
{defaultplex | simplex | duplex}
{fontfile [add | delete] "<filename>"
| nofontfiles} {{no}adobeglyphnames}
{level1 | leveldefault}
{color | colour | monochrome}
{solid | dashed}
{dashlength | dl <DL>}
{linewidth | lw <LW>}
{rounded | butt}
{clip | noclip}
{palfuncparam <samples>{,<maxdeviation>}}
{size <XX>{unit},<YY>{unit}}
{blacktext | colortext | colourtext}
{{font} "fontname{,fontsize}" {<fontsize>}}
for more details read 'help terminal'
hope that helps,
re,
wh
|