⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 eps_options.hlp

📁 是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到
💻 HLP
字号:
{smcl}
{* 05mar2005}{...}
{cmd:help eps_options}
{hline}
{* index exporting graphs}{...}
{* index PostScript}{...}
{* index Encapsulated PostScript}{...}

{title:Title}

{p2colset 5 24 26 2}{...}
{p2col :{hi:[G] {it:eps_options}} {hline 2}}Options for exporting to Encapsulated PostScript{p_end}
{p2colreset}{...}


{title:Syntax}

{p2colset 9 34 37 2}{...}
	{it:eps_options}{col 35}description
	{hline 69}
	{cmd:logo(on}|{cmd:off)}{...}
{col 35}whether to include Stata logo
	{cmd:cmyk(on}|{cmd:off)}{...}
{col 35}whether to use CMYK rather than RGB colors
	{cmdab:pre:view:(on}|{cmd:off)}{...}
{col 35}whether to include TIFF preview
{p2col :{cmd:mag(}{it:#}{cmd:)}}{...}
magnification/shrinkage factor; default is 100{p_end}
	{cmdab:font:face:(}{it:fontname}{cmd:)}{...}
{col 35}font to use
	{cmdab:or:ientation:(portrait}|
{col 21}{cmd:landscape)}{...}
{col 35}whether vertical or horizontal
	{hline 69}
{p2colreset}{...}

{pstd}
Current default values may be listed by typing

	{bf:. {stata graph set eps}}

{pstd}
and default values may be set by typing

{p 8 16 2}
{cmd:.} {helpb graph set}
{cmd:eps}
{it:name}
{it:value}

{pstd}
where {it:name} is the name of an {it:eps_option}, omitting the
parentheses.


{title:Description}

{pstd}
These {it:eps_options} are used with {cmd:graph} {cmd:export}
when creating an Encapsulated PostScript file; see {helpb graph export}.


{title:Options}

{phang}
{cmd:logo(on)} and {cmd:logo(off)}
    specify whether the Stata logo should be included at the bottom of the
    graph.

{phang}
{cmd:cmyk(on)} and {cmd:cmyk(off)}
    specify whether colors in the output file should be specified as CMYK
    values rather than RGB values.

{phang}
{cmd:preview(on)} and {cmd:preview(off)}
    specify whether a TIFF preview of the graph should be included in the 
    Encapsulated PostScript file.  This option allows word processors that
    cannot interpret PostScript to display a preview of the file.  The preview
    is often substituted for the Encapsulated PostScript file when printing
    to a non-PostScript printer.  This option is not available in Stata 
    console and requires the Graph window to be visible.

{phang}
{cmd:mag(}{it:#}{cmd:)}
    specifies that the graph be drawn smaller or larger than ordinarily.
    {cmd:mag(100)} is the default, meaning ordinary size.
    {cmd:mag(110)} would make the graph 10% larger than usual, and
    {cmd:mag(90)} would make the graph 10% smaller than usual.
    {it:#} must be an integer.

{phang}
{cmd:fontface(}{it:fontname}{cmd:)}
    specifies the name of the PostScript font to be used to render text.
    If {it:fontname} includes blanks, {it:fontname} must be enclosed in
    double quotes.

{phang}
{cmd:orientation(portrait)}
and
{cmd:orientation(landscape)}
    specify whether  the graph is to be presented vertically or horizontally.


{title:Remarks}

{pstd}
Remarks are presented under the headings

	{help eps_options##remarks1:Using the eps_options}
	{help eps_options##remarks2:Setting defaults}


{marker remarks1}{...}
{title:Using the eps_options}

{pstd}
You have drawn a graph and wish to create an Encapsulated PostScript file
for including the file in a document.
You wish,
however, to change the text from helvetica to roman, which is "Times" in
PostScript jargon:

	{cmd:. graph} ...{col 50}(draw a graph)

	{cmd:. graph export myfile.eps, fontface(Times)}


{marker remarks2}{...}
{title:Setting defaults}

{pstd}
If you always wanted {cmd:graph} {cmd:export} to use Times
when exporting to Encapsulated PostScript files, you could type

	{cmd:. graph set eps fontface Times}

{pstd}
At a future date, you could type

	{cmd:. graph set eps fontface Helvetica}

{pstd}
to change it back.  You can list the current {it:eps_option} settings
for Encapsulated PostScript by typing

	{cmd:. graph set eps}


{title:Also see}

{psee}
Manual:  {bf:[G] {it:eps_options}}

{psee}
Online:  {helpb graph export},
{helpb graph set}
{p_end}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -