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

📄 stylelists.hlp

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

{title:Title}

{p2colset 5 23 25 2}{...}
{p2col :{hi:[G] {it:stylelists}} {hline 2}}Lists of style elements and shorthands{p_end}
{p2colreset}{...}


{title:Syntax}

{pstd}
A {it:stylelist} is a generic list of style elements and shorthands; specific
examples of {it:stylelists} include {it:symbolstylelist}, {it:colorstylelist},
etc.

{pstd}
A {it:stylelist} is

	{it:el} [{it:el} [...]]

{pstd}
where each {it:el} may be

	{it:el}                         description
	{hline 67}
	{it:as_defined_by_style}        what {it:symbolstyle}, {it:colorstyle}, ... allows
	{cmd:"}{it:as defined by style}{cmd:"}      must quote {it:el}s containing spaces
	`"{it:as "defined" by style}"'  compound quote {it:el}s containing quotes
	{cmd:.}                          specifies the "default"
	{cmd:=}                          repeat previous {it:el}
	{cmd:..}                         repeat previous {it:el} until end
	{cmd:...}                        same as {cmd:..}
	{hline 67}

{pin}
If the list ends prematurely, it is as if the list were padded out with {cmd:.}
(meaning the default for the remaining elements).

{pin}
If the list has more elements than required, extra elements are ignored.

{pin}
{cmd:=} in the first element is taken to mean {cmd:.} (period).

{pin}
If the list allows numbers including missing values, if missing value is not the
default, and if you want to specify missing value for an element, you must
enclose the period in quotes:  {cmd:"."}.


    Examples:

	. ..., ... {cmd:msymbol(O d p o)} ...
	. ..., ... {cmd:msymbol(O . p)} ...
	. ..., ... {cmd:mcolor(blue . green green)} ...
	. ..., ... {cmd:mcolor(blue . green =)} ...
	. ..., ... {cmd:mcolor(blue blue blue blue)} ...
	. ..., ... {cmd:mcolor(blue = = =)} ...
	. ..., ... {cmd:mcolor(blue ...)} ...


{title:Description}

{pstd}
Sometimes an option takes not a {it:colorstyle}, but a {it:colorstylelist},
or not a {it:symbolstyle}, but a {it:symbolstylelist}.
{it:colorstyle} and {it:symbolstyle} are just two examples; there are lots
of styles.   Whether an option allows a list is documented in its syntax
diagram.  For instance, you might see

{phang2}
	{cmd:graph matrix} ... [{cmd:,} ... {cmd:mcolor(}{it:colorstyle}{cmd:)} ... ]

{pstd}
in one place and

{phang2}
	{cmd:graph twoway scatter} ... [{cmd:,} ... {cmd:mcolor(}{it:colorstylelist}{cmd:)} ... ]

{pstd}
in another.  In either case, to learn about {it:colorstyles}, you would see
{it:{help colorstyle}}.  Here we have discussed how you would generalize a
{it:colorstyle} into a {it:colorstylelist} or a {it:symbolstyle} into a
{it:symbolstylelist}, etc.


{title:Also see}

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

{psee}
Online:  {helpb twoway}
{p_end}

⌨️ 快捷键说明

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