文档库 最新最全的文档下载
当前位置:文档库 › natbib宏包快速参考手册

natbib宏包快速参考手册

natbib宏包快速参考手册
natbib宏包快速参考手册

Reference sheet for natbib usage

(Describing version8.31b from2010/09/13)

For a more detailed description of the natbib package,L A T E X the source?le natbib.dtx.

Overview

The natbib package is a reimplementation of the L A T E X\cite command,to work with both author–year and numerical citations.It is compatible with the standard bibliographic style?les,such as plain.bst,as well as with those for harvard,apalike,chicago,astron,authordate,and of course natbib.

Loading

Load with\usepackage[options]{natbib}.See list of options at the end.

Replacement bibliography styles

I provide three new.bst?les to replace the standard L A T E X numerical ones:

plainnat.bst abbrvnat.bst unsrtnat.bst

Basic commands

The natbib package has two basic citation commands,\citet and\citep for textual and parenthetical citations,respectively.There also exist the starred versions\citet*and\citep*that print the full author list,and not just the abbreviated one.All of these may take one or two optional arguments to add some text before and after the citation.

\citet{jon90}?Jones et al.(1990)

\citet[chap.~2]{jon90}?Jones et al.(1990,chap.2)

\citep{jon90}?(Jones et al.,1990)

\citep[chap.~2]{jon90}?(Jones et al.,1990,chap.2)

\citep[see][]{jon90}?(see Jones et al.,1990)

\citep[see][chap.~2]{jon90}?(see Jones et al.,1990,chap.2)

\citet*{jon90}?Jones,Baker,and Williams(1990)

\citep*{jon90}?(Jones,Baker,and Williams,1990)

Multiple citations

Multiple citations may be made by including more than one citation key in the\cite command argument.

\citet{jon90,jam91}?Jones et al.(1990);James et al.(1991)

\citep{jon90,jam91}?(Jones et al.,1990;James et al.1991)

\citep{jon90,jon91}?(Jones et al.,1990,1991)

\citep{jon90a,jon90b}?(Jones et al.,1990a,b)

1

Reference sheet:natbib2 Numerical mode

These examples are for author–year citation mode.In numerical mode,the results are di?erent.

\citet{jon90}?Jones et al.[21]

\citet[chap.~2]{jon90}?Jones et al.[21,chap.2]

\citep{jon90}?[21]

\citep[chap.~2]{jon90}?[21,chap.2]

\citep[see][]{jon90}?[see21]

\citep[see][chap.~2]{jon90}?[see21,chap.2]

\citep{jon90a,jon90b}?[21,32]

Suppressed parentheses

As an alternative form of citation,\citealt is the same as\citet but without parentheses.Similarly, \citealp is\citep without parentheses.

The\citenum command prints the citation number,without parentheses,even in author–year mode,and without raising it in superscript mode.This is intended to be able to refer to citation numbers without superscripting them.

\citealt{jon90}?Jones et al.1990

\citealt*{jon90}?Jones,Baker,and Williams1990

\citealp{jon90}?Jones et al.,1990

\citealp*{jon90}?Jones,Baker,and Williams,1990

\citealp{jon90,jam91}?Jones et al.,1990;James et al.,1991

\citealp[pg.~32]{jon90}?Jones et al.,1990,pg.32

\citenum{jon90}?11

\citetext{priv.\comm.}?(https://www.wendangku.net/doc/fa6650244.html,m.)

The\citetext command allows arbitrary text to be placed in the current citation parentheses.This may be used in combination with\citealp.

Partial citations

In author–year schemes,it is sometimes desirable to be able to refer to the authors without the year,or vice versa.This is provided with the extra commands

\citeauthor{jon90}?Jones et al.

\citeauthor*{jon90}?Jones,Baker,and Williams

\citeyear{jon90}?1990

\citeyearpar{jon90}?(1990)

Forcing upper cased names

If the?rst author’s name contains a von part,such as“della Robbia”,then\citet{dRob98}produces“della Robbia(1998)”,even at the beginning of a sentence.One can force the?rst letter to be in upper case with the command\Citet instead.Other upper case commands also exist.

Reference sheet:natbib3 when\citet{dRob98}?della Robbia(1998)

then\Citet{dRob98}?Della Robbia(1998)

\Citep{dRob98}?(Della Robbia,1998)

\Citealt{dRob98}?Della Robbia1998

\Citealp{dRob98}?Della Robbia,1998

\Citeauthor{dRob98}?Della Robbia

These commands also exist in starred versions for full author names.

Citation aliasing

Sometimes one wants to refer to a reference with a special designation,rather than by the authors,i.e.as Paper I,Paper II.Such aliases can be de?ned and used,textual and/or parenthetical with: \defcitealias{jon90}{Paper~I}

\citetalias{jon90}?Paper I

\citepalias{jon90}?(Paper I)

These citation commands function much like\citet and\citep:they may take multiple keys in the argument,may contain notes,and are marked as hyperlinks.

Selecting citation style and punctuation

Use the command\setcitestyle with a list of comma-separated keywords(without spaces)as argument.

?Citation mode:authoryear or numbers or super

?Braces:round or square or open={char},close={char}

?Between citations:semicolon or comma or citesep={char}

?Between author and year:aysep={char}

?Between years with common author:yysep={char}

?Text before post-note:notesep={text}

Defaults are authoryear,round,comma,aysep={;},yysep={,},notesep={,}

Example1,\setcitestyle{square,aysep={},yysep={;}}changes the author–year output of \citep{jon90,jon91,jam92}

into[Jones et al.1990;1991,James et al.1992].

Example2,\setcitestyle{notesep={;},round,aysep={},yysep={;}}changes the output of \citep[and references therein]{jon90}

into(Jones et al.1990;and references therein).

Other formatting options

Rede?ne\bibsection to the desired sectioning command for introducing the list of references.This is normally\section*or\chapter*.

Rede?ne\bibpreamble to be any text that is to be printed after the heading but before the actual list of references.

Reference sheet:natbib4

Rede?ne\bibfont to be a font declaration,e.g.\small to apply to the list of references.

Rede?ne\citenumfont to be a font declaration or command like\itshape or\textit.

Rede?ne\bibnumfmt as a command with an argument to format the numbers in the list of references.The default de?nition is[#1].

The indentation after the?rst line of each reference is given by\bibhang;change this with the\setlength command.

The vertical spacing between references is set by\bibsep;change this with the\setlength command. Automatic indexing of citations

If one wishes to have the citations entered in the.idx indexing?le,it is only necessary to issue\citeindextrue at any point in the document.All following\cite commands,of all variations,then insert the corresponding entry to that?le.With\citeindexfalse,these entries will no longer be made.

Use with chapterbib package

The natbib package is compatible with the chapterbib package which makes it possible to have several bibliographies in one document.

The package makes use of the\include command,and each\include d?le has its own bibliography.

The order in which the chapterbib and natbib packages are loaded is unimportant.

The chapterbib package provides an option sectionbib that puts the bibliography in a\section*instead of\chapter*,something that makes sense if there is a bibliography in each chapter.This option will not work when natbib is also loaded;instead,add the option to natbib.

Every\include d?le must contain its own\bibliography command where the bibliography is to appear. The database?les listed as arguments to this command can be di?erent in each?le,of course.However, what is not so obvious,is that each?le must also contain a\bibliographystyle command,with possibly di?ering arguments.

As of version8.0,the citation style,including mode(author–year or numerical)may also di?er between chapters.The\setcitestyle command can be issued at any point in the document,in particular in di?erent chapters.

Sorting and compressing citations

Do not use the cite package with natbib;rather use one of the options sort,compress,or sort&compress. These also work with author–year citations,making multiple citations appear in their order in the reference list.

Merged Numerical References

Do not use the mcite package with natbib;rather use the package option merge.

With this option in e?ect,citation keys within a multiple\citep command may contain a leading*that causes them to be merged in the bibliography together with the previous citation as a single entry with a

Reference sheet:natbib5 single reference number.For example,\citep{feynmann,*salam,*epr}produces a single number,and all

three references are listed in the bibliography under one entry with that number.

The elide option also activates the merging features,but also sees to it that common parts of the merged references(e.g.,authors)are not repeated but are written only once in the single bibliography entry.

The mcite option turns o?the merging and eliding features,but allows the special syntax(the*and optional inserted texts)to be ignored.

These functions are available only to numerical-mode citations,and only when used parenthetically,similar to the restrictions on sort and compress.

They also require special.bst?les,as provided for example by the American Physical Society for their REVT E X class.

Long author list on?rst citation

Use option longnamesfirst to have?rst citation automatically give the full list of authors.

Suppress this for certain citations with\shortcites{key-list},given before the?rst citation.

Local con?guration

Any local recoding or de?nitions can be put in natbib.cfg which is read in after the main package?le. Options that can be added to\usepackage

round(default)for round parentheses;

square for square brackets;

curly for curly braces;

angle for angle brackets;

semicolon(default)to separate multiple citations with semi-colons;

colon the same as semicolon,an earlier mistake in terminology;

comma to use commas as separators;

authoryear(default)for author–year citations;

numbers for numerical citations;

super for superscripted numerical citations,as in Nature;

sort orders multiple citations into the sequence in which they appear in the list of references;

sort&compress as sort but in addition multiple numerical citations are compressed if possible(as3–6,15); compress to compress without sorting,so compression only occurs when the given citations would produce an ascending sequence of numbers;

longnamesfirst makes the?rst citation of any reference the equivalent of the starred variant(full author list)and subsequent citations normal(abbreviated list);

sectionbib rede?nes\thebibliography to issue\section*instead of\chapter*;valid only for classes with a\chapter command;to be used with the chapterbib package;

Reference sheet:natbib6 nonamebreak keeps all the authors’names in a citation on one line;causes overfull hboxes but helps with

some hyperref problems;

merge to allow the*pre?x to the citation key,and to merge such a citation’s reference with that of the previous citation;

elide to elide common elements of merged references,like the authors or year;

mcite to recognize(and ignore)the merging syntax.

实用文档精选——宏脉系统填写规范使用手册V.1

目录 摘要 (2) 一、宏脉系统流程图 (2) 二、新老客户定义 (3) 2.1 新客户 (3) 2.2 老客户 (3) 2.3 潜在客户 (3) 三、填写规范 (3) 3.1 各前端部门(市场部、网络营销、美丽约定) (3) 3.2 前台 (7) 3.3 咨询部 (10) 3.4 前台收银 (14) 3.5 科室操作管理 (27) 3.5.1皮肤科、微整形 (28) 3.5.2 手术室 (30) 3.5.3住院部 (33) 3.6 药房 (34) 3.7 库房 (44) 3.8 客服部 (52)

摘要 为了更方便、有效的进行客户数据汇总、分类、分析等,以便提高运营效益;为销售策略制定,客户服务策略的完善提供依据,故需将宏脉软件中新老客户定义标准化、填写客户信息规范化、专业化操作流程管理,避免客户资料填写漏洞,对信息管理体系进行规范调整和优化,建立信息化管理思维和体系,可以提高管理效率,促进公司盈利增长。 一、宏脉系统流程图

二、新老客户定义 2.1新客户:初次消费客户 定义:一次性消费一个或多个项目者 一次性消费一个项目多个部位者 一次性消费一个项目多个疗程者 初次消费先交定金后续来院交费治疗者 2.2老客户:再次消费客户 定义:不同日期消费两个项目以上者 不同日期消费同一个项目两次以上者 同一日期不同时间消费者 消费疗程内分次来院交费治疗者 2.3潜在客户:咨询未消费客户 定义:客户咨询后未到院者 客户到院咨询未消费者 优势:全面地反映我院新开发客户资源与再度开发老客户资源情况,符合我院工作实情,杜绝了手术后复查、复诊,咨询多次后初次消费客户都归结到老客户的混乱情况。 客户定义原因:客户资源分三类,新客户、老客户和潜在客户。三类客户区分定义,方便我们对不同类型客户资源的升级管理。把潜在客户变成我们的消费客户,把消费客户逐渐升级成我们的忠实客户的过程。 三、填写规范 3.1各前端部门(市场部、网络营销、美丽约定)

整形美容医院客户回访体系

整形医院回访体系 一、目的 (1)发现医院服务中不足之处,进一步做好客户服务; (2)发现医院营销的不足,进一步优化现有的营销方式; (3)全面掌握顾客情况,激发、增加顾客消费,进行情感维护,稳定客户关系。 二、回访科室及人员职责 1.医美咨询回访 (1)职责:作为来院顾客的专属美容顾问,要体现美贝尔医疗美容医院的专人式服务,顾客回访,维护主要以医美顾问为主,其他人员配合,以长期维护顾客关系。对已成交客人,主要负责:客人治疗后情感维护、治疗后效果关怀安抚、再开发、转介绍、临时活动告知。对已来院未成交客人,了解客人抗拒点(可邀请电网咨询师协助),再次邀请上门并达成成交。对于已成交顾客(包括交预约金),若顾客未进行手术或治疗,由医美顾问继续跟进,尽快让顾客进行手术和治疗,不要因为时间过长或缺少跟进而使顾客取消消费; (2)任务:上门成交顾客、上门未成交顾客 2.客服专员回访 (1)职责:负责未成交及已成交客人的满意度调查、生日短信祝福、临时活动邀约与告知。对客户进行关怀,代表医院建立与客户之间的沟通桥梁。协助医美顾问了解未成交客人的抗拒点,提高客人复诊率。

(2)任务:满意度调查、根据系统发送生日祝福短信、活动邀约 3.网电咨询回访 (1)职责:通过回访增加咨询到诊量,提高出门未成交顾客成交率。 (2)任务:咨询未上门顾客、上门未成交顾客、上门已成交顾客 4.科室回访 (1)职责:客人治疗后关怀安抚、复诊通知、不定期被动回访(拆线、疗程治疗、注射后塑形、戴牙、补牙、拔牙等)。 (2)任务:皮肤科结痂脱痂时间回访、外科拆线提醒、微整形术后关怀、周随访关注效果、提醒补量。 三、宏脉回访曲线设置

titlesec宏包使用手册

titlesec&titletoc中文文档 张海军编译 makeday1984@https://www.wendangku.net/doc/fa6650244.html, 2009年10月 目录 1简介,1 2titlesec基本功能,2 2.1.格式,2.—2.2.间隔, 3.—2.3.工具,3. 3titlesec用法进阶,3 3.1.标题格式,3.—3.2.标题间距, 4.—3.3.与间隔相关的工具, 5.—3.4.标题 填充,5.—3.5.页面类型,6.—3.6.断行,6. 4titletoc部分,6 4.1.titletoc快速上手,6. 1简介 The titlesec and titletoc宏包是用来改变L A T E X中默认标题和目录样式的,可以提供当前L A T E X中没有的功能。Piet van Oostrum写的fancyhdr宏包、Rowland McDonnell的sectsty宏包以及Peter Wilson的tocloft宏包用法更容易些;如果希望用法简单的朋友,可以考虑使用它们。 要想正确使用titlesec宏包,首先要明白L A T E X中标题的构成,一个完整的标题是由标签+间隔+标题内容构成的。比如: 1.这是一个标题,此标题中 1.就是这个标题的标签,这是一个标签是此标题的内容,它们之间的间距就是间隔了。 1

2titlesec基本功能 改变标题样式最容易的方法就是用几向个命令和一系列选项。如果你感觉用这种方法已经能满足你的需求,就不要读除本节之外的其它章节了1。 2.1格式 格式里用三组选项来控制字体的簇、大小以及对齐方法。没有必要设置每一个选项,因为有些选项已经有默认值了。 rm s f t t md b f up i t s l s c 用来控制字体的族和形状2,默认是bf,详情见表1。 项目意义备注(相当于) rm roman字体\textrm{...} sf sans serif字体\textsf{...} tt typewriter字体\texttt{...} md mdseries(中等粗体)\textmd{...} bf bfseries(粗体)\textbf{...} up直立字体\textup{...} it italic字体\textit{...} sl slanted字体\textsl{...} sc小号大写字母\textsc{...} 表1:字体族、形状选项 bf和md属于控制字体形状,其余均是切换字体族的。 b i g medium s m a l l t i n y(大、中、小、很小) 用来标题字体的大小,默认是big。 1这句话是宏包作者说的,不过我感觉大多情况下,是不能满足需要的,特别是中文排版,英文 可能会好些! 2L A T E X中的字体有5种属性:编码、族、形状、系列和尺寸。 2

宏脉系统填写规范使用手册

目录 摘要.................................................................... 错误!未定义书签。 一、宏脉系统流程图......................................................... 错误!未定义书签。 二、新老客户定义........................................................... 错误!未定义书签。 新客户................................................................. 错误!未定义书签。 老客户................................................................. 错误!未定义书签。 潜在客户............................................................... 错误!未定义书签。 三、填写规范............................................................... 错误!未定义书签。 各前端部门(市场部、网络营销、美丽约定)............................... 错误!未定义书签。 前台................................................................... 错误!未定义书签。 咨询部................................................................. 错误!未定义书签。 前台收银............................................................... 错误!未定义书签。 科室操作管理........................................................... 错误!未定义书签。 皮肤科、微整形....................................................... 错误!未定义书签。 手术室.............................................................. 错误!未定义书签。 住院部............................................................... 错误!未定义书签。 药房.................................................................. 错误!未定义书签。 库房.................................................................. 错误!未定义书签。 客服部................................................................ 错误!未定义书签。

latex参考文献常见问题

latex参考文献常见问题 参考文献常见问题集 1. 请问如何将参考文献的计算器置零,然后再计数,格式大致是这样:1文1 2文2 . . . 1文1 2文2 我是这样实现的:beginthebibliography99 endthebibliography ... ... beginthebibliography9999 endthebibliography 我的文本实在ScienticWorkplace中编辑的,建议你也使用这个软件,很好用!虽然计数器被重置啦,但出现了两次”参考文献”字样。那就用强制的方法beginthebibliography99 bibitem1文1 bibitem2文2 .... 这个名字是参考aloft的CTeX常见问题集而命名的,但是内容的丰富以及写作的水平都是远远不能和aloft相比的,仅仅是希望能够对大家有所帮助。文的内容都主要来自CTeXBBS 上的讨论,在这里对论坛所有的朋友表示感谢!1 bibitem1文1 bibitem2文2 endthebibliography2. 如何修改缺省的caption 格式,得到斜体的”Figure 1.”和正体的”Table I.”3. 任何修改缺省的文末参考文献列表格式,把1...其中的方括号去掉,改为”1.”。makeatletter renewcommandbiblabel11.makeatother 即可,而且将中的1改变,可以得到你想要的形式。4. 如何是定制参考文献项目之间的距离addtolengthitemsep10pt 或者setlengthitemsep10pt 都可以,注意要放在beginthebibliography99 的后面。5. 在使用CJK时,如何将bibliogrohy改成”参考文献”以及如何将“目录“,“插图“等汉化。如果是article时,renewcommandrefname参考文献如

ctex 宏包说明 ctex

ctex宏包说明 https://www.wendangku.net/doc/fa6650244.html,? 版本号:v1.02c修改日期:2011/03/11 摘要 ctex宏包提供了一个统一的中文L A T E X文档框架,底层支持CCT、CJK和xeCJK 三种中文L A T E X系统。ctex宏包提供了编写中文L A T E X文档常用的一些宏定义和命令。 ctex宏包需要CCT系统或者CJK宏包或者xeCJK宏包的支持。主要文件包括ctexart.cls、ctexrep.cls、ctexbook.cls和ctex.sty、ctexcap.sty。 ctex宏包由https://www.wendangku.net/doc/fa6650244.html,制作并负责维护。 目录 1简介2 2使用帮助3 2.1使用CJK或xeCJK (3) 2.2使用CCT (3) 2.3选项 (4) 2.3.1只能用于文档类的选项 (4) 2.3.2只能用于文档类和ctexcap.sty的选项 (4) 2.3.3中文编码选项 (4) 2.3.4中文字库选项 (5) 2.3.5CCT引擎选项 (5) 2.3.6排版风格选项 (5) 2.3.7宏包兼容选项 (6) 2.3.8缺省选项 (6) 2.4基本命令 (6) 2.4.1字体设置 (6) 2.4.2字号、字距、字宽和缩进 (7) ?https://www.wendangku.net/doc/fa6650244.html, 1

1简介2 2.4.3中文数字转换 (7) 2.5高级设置 (8) 2.5.1章节标题设置 (9) 2.5.2部分修改标题格式 (12) 2.5.3附录标题设置 (12) 2.5.4其他标题设置 (13) 2.5.5其他设置 (13) 2.6配置文件 (14) 3版本更新15 4开发人员17 1简介 这个宏包的部分原始代码来自于由王磊编写cjkbook.cls文档类,还有一小部分原始代码来自于吴凌云编写的GB.cap文件。原来的这些工作都是零零碎碎编写的,没有认真、系统的设计,也没有用户文档,非常不利于维护和改进。2003年,吴凌云用doc和docstrip工具重新编写了整个文档,并增加了许多新的功能。2007年,oseen和王越在ctex宏包基础上增加了对UTF-8编码的支持,开发出了ctexutf8宏包。2009年5月,我们在Google Code建立了ctex-kit项目1,对ctex宏包及相关宏包和脚本进行了整合,并加入了对XeT E X的支持。该项目由https://www.wendangku.net/doc/fa6650244.html,社区的开发者共同维护,新版本号为v0.9。在开发新版本时,考虑到合作开发和调试的方便,我们不再使用doc和docstrip工具,改为直接编写宏包文件。 最初Knuth设计开发T E X的时候没有考虑到支持多国语言,特别是多字节的中日韩语言。这使得T E X以至后来的L A T E X对中文的支持一直不是很好。即使在CJK解决了中文字符处理的问题以后,中文用户使用L A T E X仍然要面对许多困难。最常见的就是中文化的标题。由于中文习惯和西方语言的不同,使得很难直接使用原有的标题结构来表示中文标题。因此需要对标准L A T E X宏包做较大的修改。此外,还有诸如中文字号的对应关系等等。ctex宏包正是尝试着解决这些问题。中间很多地方用到了在https://www.wendangku.net/doc/fa6650244.html,论坛上的讨论结果,在此对参与讨论的朋友们表示感谢。 ctex宏包由五个主要文件构成:ctexart.cls、ctexrep.cls、ctexbook.cls和ctex.sty、ctexcap.sty。ctex.sty主要是提供整合的中文环境,可以配合大多数文档类使用。而ctexcap.sty则是在ctex.sty的基础上对L A T E X的三个标准文档类的格式进行修改以符合中文习惯,该宏包只能配合这三个标准文档类使用。ctexart.cls、ctexrep.cls、ctexbook.cls则是ctex.sty、ctexcap.sty分别和三个标准文档类结合产生的新文档类,除了包含ctex.sty、ctexcap.sty的所有功能,还加入了一些修改文档类缺省设置的内容(如使用五号字体为缺省字体)。 1https://www.wendangku.net/doc/fa6650244.html,/p/ctex-kit/

宏脉系统使用手册大全

目录 第一章通用功能键说明 (4) 1.1功能键的使用说明 (4) 1.2 打印设置 (8) 1.3 运行环境及要求 (9) 第三章基础信息管理 (12) 3.1 工作种类介绍 (12) 3.2 科室资料管理 (13) 3.3 分院登记管理 (13) 3.4 仓库资料设置 (14) 3.5 费用科目设置 (15) 3.6 产品分类设置 (15) 3.7 区域来源设置 (17) 3.8 信息来源设置 (17) 3.9 渠道资料设置 (18) 3.10项目资料管理 (19) 3.11 药品登记管理 (20) 3.12 物品登记管理 (23) 3.13 项目流程管理 (25) 第四章网电咨询 (27) 第五章市场部 (31) 第六章前台导诊 (32) 第七章现场咨询 (35) 第八章收银管理 (42) 8.1 正常收费: (43) 8.2 会员管理: (46) 8.3 预存模块: (48) 8.4 退款模块: (50) 8.5 其他功能说明: (52) 8.6 辅助功能 (55) 第九章科室消费管理 (57) 9.1 科室消费 (57) 9.2 手术护理 (62) 9.3 手术状态设定 (63) 9.4 住院消费管理 (64) 9.5 医生处方管理 (68) 9.6 科室申购单管理 (69) 9.7 票据登记管理 (69) 9.8 其他说明 (69) 第十章库存资料管理(库房管理) (70) 10.1 物品进货管理 (70) 10.2 物品入库管理 (72) 10.3 物品库存冲减管理 (73) 10.4 厂家退货管理 (74) 10.5 调拨登记管理 (75) 10.6 产品库存查询 (77) 10.7 库存不足查询 (79)

latex英文书模板

latex,英文书,模板 篇一:英文SCI论文写作利器latex——宏包 latex用法 设置行间距的方法: %\setlength{\baselineskip}{15pt} \renewcommand{\baselinestretch}{1} 2.去掉容差报警的方法: \hbadness=10000 \tolerance=10000 \hfuzz=150pt 3.更改子级item,enumerate的图标的方法: \renewcommand{\labelenumii}{(\arabic{enumii}).} \renewcommand{\labelenumiii}{[\arabic{enumiii}]} \renewcommand{\labelenumiv}{} \renewcommand{\labelitemi}{\PlusCenterOpen } \renewcommand{\labelitemii}{\Checkmark } \renewcommand{\labelitemiii}{\ding {43} }

\renewcommand{\labelitemiv}{$\clubsuit$} 4.使用下划线,删除线的方法: \usepackage{ulem} \uwave \sout \uwave{.....} \sout{...} 如果用中文,应该是包,不然不会正确分行。如: \usepackage{CJKulem} LaTex会自动给CJKulem加上.sty的后缀 \d a 给文字a下面加点,如下: \d G \d P \d I \d I \d O \xout:斜删除线 \sout :水平删除线 \uwave:波浪线 \uline,\uuline:下划线,双下划线 \renewcommand{\baselinestretch}{} \renewcommand{\ULdepth} 可以手工修改下划线离基线的距离。 5.高亮,加行号源代码的方法: \usepackage{color}

TeX 使用指南(常见问题)

TeX 使用指南 常见问题(一) 1.\makeatletter 和\makeatother 的用法? 答:如果需要借助于内部有\@字符的命令,如\@addtoreset,就需要借助于另两个命令 \makeatletter, \makeatother。 下面给出使用范例,用它可以实现公式编号与节号的关联。 \begin{verbatim} \documentclass{article} ... \makeatletter % '@' is now a normal "letter" for TeX \renewcommand\theequation{\thesection.\arabic{equation}} \@addtoreset{equation}{section} \makeatother % '@' is restored as a "non-letter" character for TeX \begin{document} ... \end{verbatim} 2.比较一下CCT与CJK的优缺点? 答:根据王磊的经验,CJK 比CCT 的优越之处有以下几点: 1)字体定义采用LaTeX NFSS 标准,生成的DVI 文件不必像CCT 那样需要用patchdvi 处理后才能预览和打印。而且一般GB 编码的文件也不必进行预处理就可直接用latex 编译。2)可使用多种TrueType 字体和Type1 字体,生成的PDF 文件更清楚、漂亮。 3)能同时在文章中使用多种编码的文字,如中文简体、繁体、日文、韩文等。 当然,CCT 在一些细节上,如字体可用中文字号,字距、段首缩进等。毕竟CJK 是老外作的吗。 谈到MikTeX 和fpTeX, 应该说谈不上谁好谁坏,主要看个人的喜好了。MikTeX 比较小,不如fpTeX 里提供的TeX 工具,宏包全,但一般的情况也足够了。而且Yap 比windvi 要好用。fpTeX 是teTeX 的Windows 实现,可以说各种TeX 的有关软件基本上都包括在内。 3.中文套装中如何加入新的.cls文件? 答:放在tex文件的同一目录下,或者miktex/localtexmf/tex/latex/下的某个子目录下,可以自己建一个。 4.怎样象第几章一样,将参考文献也加到目录? 答:在参考文献部分加入 \addcontentsline{toc}{chapter}{参考文献}

tabularx宏包中改变弹性列的宽度

tabularx宏包中改变弹性列的宽度\hsize 分类:latex 2012-03-07 21:54 12人阅读评论(0) 收藏编辑删除 \documentclass{article} \usepackage{amsmath} \usepackage{amssymb} \usepackage{latexsym} \usepackage{CJK} \usepackage{tabularx} \usepackage{array} \newcommand{\PreserveBackslash}[1]{\let \temp =\\#1 \let \\ = \temp} \newcolumntype{C}[1]{>{\PreserveBackslash\centering}p{#1}} \newcolumntype{R}[1]{>{\PreserveBackslash\raggedleft}p{#1}} \newcolumntype{L}[1]{>{\PreserveBackslash\raggedright}p{#1}} \begin{document} \begin{CJK*}{GBK}{song} \CJKtilde \begin{tabularx}{10.5cm}{|p{3cm} |>{\setlength{\hsize}{.5\hsize}\centering}X |>{\setlength{\hsize}{1.5\hsize}}X|} %\hsize是自动计算的列宽度,上面{.5\hsize}与{1.5\hsize}中的\hsize前的数字加起来必须等于表格的弹性列数量。对于本例,弹性列有2列,所以“.5+1.5=2”正确。 %共3列,总列宽为10.5cm。第1列列宽为3cm,第3列的列宽是第2列列宽的3倍,其宽度自动计算。第2列文字左右居中对齐。注意:\multicolum命令不能跨越X列。 \hline 聪明的鱼儿在咬钩前常常排祠再三& 这是因为它们要荆断食物是否安全&知果它们认为有危险\\ \hline 它们枕不会吃& 如果它们判定没有危险& 它们就食吞钩\\ \hline 一眼识破诱饵的危险,却又不由自主地去吞钩的& 那才正是人的心理而不是鱼的心理& 是人的愚合而不是鱼的恳奋\\

LaTeX常用功能

LaTeX 常用功能 1. 段首缩进 中文习惯在段首缩进两格,在LaTeX中,\parindent 表示段首缩进的长度,我们将它设置为当前字号的两个大写字母M的宽度,大约正好是两个汉字的宽度: \setlength{\parindent}{2em} LaTeX 默认每节的第一段的段首不缩进,这不符合中文排版习惯。我们希望正文的每一段都要缩进,使用indentfirst宏包就可办到: \usepackage{indentfirst} 2. 段距行距 LaTeX 用\baselineskip表示当前的行距,其默认值大约是当前字号的1.2倍,如果当前字号是10pt,那么\baselineskip是12pt。这对英文排版是合适的,对中文就显得太拥挤了,因为英文正文多为小写字母,字高与小写的x差不多(即1ex)。如果字号为10pt,那么1ex =4.3pt。我通常把行距设为字号的1.8倍:\setlength{\baselineskip}{1.8em} 这个值随时可以改,对更改点以后的文字有效。 LaTeX 用\parskip表示段距,我一般把它设为1ex: \setlength{\parskip}{1ex} 注意这些修改长度的命令最好都放在正文区(即\begin{document}之后)。 3. 页眉页脚 我通常用fancyhdr宏包来设置页眉和页脚。 \documentclass[10pt, a4paper]{book} \usepackage{fancyhdr} 我们在 LaTeX 中先把 page style 设为fancy,再设置这个style中的页眉和页脚。但是它默认每章的第一页的page style是plain,需要单独处理。 % 设置 plain style 的属性

tex范例

10月22日 一个比较好的Latex范例 由于用了一些和latex不兼容的宏包(pdfpages,主要用来加发表的文章做附件),只能用padlatex进行编译了(eps图片也要改为pdf图片)。 中文需要自己的宏包。 文中有些说明没有及时更改。 参数有些改了。有些%后的自己可以选择。 生成的pdf文件字体为cmr12,acrobat可以修改。还没找到用times roman字体的方法(latex 编译方法倒可以实现,就是宏包冲突,才改为paflatex编译)。 本主文件用pdflatex,bibtex,pdflatex,pdflatex编译通过。当然需要每部分的tex文件都齐全了。 希望对大家有所帮助。 \documentclass[a4paper,12pt,oneside]{book} \pdfoutput = 1 \usepackage{geometry} %页面宏包 \geometry{a4paper,left=4cm, right=2.5cm, top=2.5cm, bottom=2.5cm} %页面设置 \usepackage{amsmath} % AMS 数学公式等 \usepackage{amssymb} % AMS 数学字库 \usepackage{fleqn}%公式对齐用 \setlength{\mathindent}{2em}%公式对齐用 \usepackage{textcomp} %欧元等符号,摄氏度用到\textcelsius~%不能用在公式环境 %\usepackage{times} % Times New Roman字体 %\usepackage[mtbold,mtpluscal,mtplusscr]{mathtime} %用mathtime 宏包来把数学环境中的字体都变成Times New Roman 字体 \usepackage[final]{pdfpages}%插入pdf文件 \usepackage{verbatim} %插入pdf文件 \usepackage{multicol} %要生成单双列混合的分栏格式 \usepackage{glossary} %生成术语表的宏包 %页眉页脚%%%%%%%%%%%%%%%%%% %\pagestyle{plain} \usepackage{fancyhdr} %页眉页脚 \pagestyle{fancy}%页眉页脚式样 %\renewcommand{\chaptermark}[1]{% %\markboth{\chaptername %\ \thechapter.\ #1}{}} \renewcommand{\chaptermark}[1]{% \markboth{#1}{}} \renewcommand{\sectionmark}[1]{} %\renewcommand{\sectionmark}[1]{\markright{\thesection.\ #1}}

reference[1]

参考文献常见问题集? tex1? wgm97@https://www.wendangku.net/doc/fa6650244.html, 1.请问如何将参考文献的计算器置零,然后再计数,格式大致是这样: [1]文1 [2]文2 .. . [1]文1 [2]文2 我是这样实现的: \begin{thebibliography}{99} \end{thebibliography} ...... \begin{thebibliography}{9999} \end{thebibliography} 我的文本实在Scienti?cWorkplace中编辑的,建议你也使用这个软件,很好用!虽然计数器被重置啦,但出现了两次”参考文献”字样。 那就用强制的方法 \begin{thebibliography}{99} \bibitem[1]文1 \bibitem[2]文2 .... ?这个名字是参考aloft的CTeX常见问题集而命名的,但是内容的丰富以及写作的水平都是远远不能和aloft相比的,仅仅是希望能够对大家有所帮助。 ?文的内容都主要来自CTeXBBS上的讨论,在这里对论坛所有的朋友表示感谢! 1

\bibitem[1]文1 \bibitem[2]文2 \end{thebibliography} 2.如何修改缺省的caption格式,得到斜体的”Figure1.”和正体的”Table I.” 3.任何修改缺省的文末参考文献列表格式,把[1]...其中的方括号去掉,改为”1.”。 \makeatletter\renewcommand\@biblabel[1]{${#1}.$}\makeatother即可,而 且将{}中的#1改变,可以得到你想要的形式。 4.如何是定制参考文献项目之间的距离 \addtolength{\itemsep}{10pt}或者\setlength{\itemsep}{10pt}都可以,注 意要放在\begin{thebibliography}{99}的后面。 5.在使用CJK时,如何将bibliogrohy改成”参考文献”以及如何将“目录“,“插图 “等汉化。 如果是article时,\renewcommand{\refname}{参考文献} 如果是book时,\renewcommand{\bibname}{参考文献} \renewcommand\contentsname{目录} \renewcommand\listfigurename{插图目录} \renewcommand\listtablename{表格目录} \renewcommand\indexname{索引} \renewcommand\figurename{图} \renewcommand\tablename{表} \renewcommand\abstractname{摘要} \renewcommand\partname{部分} \renewcommand\appendixname{附录} 6.如何使abstract变成“摘要”?如何使Appendix变成“附录”?如何使Table变成 “表”?在使用cct时,如何将参考文献改成”bibliogrohy”以及如何将“目录“, “插图“等变为英文的。如果是article时,\renewcommand{\refname}{References} 如果是book时,\renewcommand{\bibname}{References} \renewcommand\contentsname{contents} \renewcommand\listfigurename{listfigure} \renewcommand\listtablename{listtable} \renewcommand\indexname{index} \renewcommand\figurename{figure} \renewcommand\tablename{table} \renewcommand\abstractname{abstract} \renewcommand\partname{part} \renewcommand\appendixname{appendix} 并且可以用你所要的形式来代替命令中\renewcommand{\refname}{References}的References,将得到你要的参考文献形式。比如——-,myrefer等等,而且用命令 \renewcommand{\refname}{\centerline{References}}可以使References居中。

配合前面的ntheorem宏包产生各种定理结构

%=== 配合前面的ntheorem宏包产生各种定理结构,重定义一些正文相关标题===% \theoremstyle{plain} \theoremheaderfont{\normalfont\rmfamily\CJKfamily{hei}} \theorembodyfont{\normalfont\rm\CJKfamily{song}} \theoremindent0em \theoremseparator{\hspace{1em}} \theoremnumbering{arabic} %\theoremsymbol{} %定理结束时自动添加的标志 \newtheorem{definition}{\hspace{2em}定义}[chapter] %\newtheorem{definition}{\hei 定义}[section] %!!!注意当section为中国数字时,[sction]不可用! \newtheorem{proposition}{\hspace{2em}命题}[chapter] \newtheorem{property}{\hspace{2em}性质}[chapter] \newtheorem{lemma}{\hspace{2em}引理}[chapter] %\newtheorem{lemma}[definition]{引理} \newtheorem{theorem}{\hspace{2em}定理}[chapter] \newtheorem{axiom}{\hspace{2em}公理}[chapter] \newtheorem{corollary}{\hspace{2em}推论}[chapter] \newtheorem{exercise}{\hspace{2em}习题}[chapter] \theoremsymbol{$\blacksquare$} \newtheorem{example}{\hspace{2em}例}[chapter] \theoremstyle{nonumberplain} \theoremheaderfont{\CJKfamily{hei}\rmfamily} \theorembodyfont{\normalfont \rm \CJKfamily{song}} \theoremindent0em \theoremseparator{\hspace{1em}} \theoremsymbol{$\blacksquare$} \newtheorem{proof}{\hspace{2em}证明} \usepackage{amsmath}%数学 \usepackage[amsmath,thmmarks,hyperref]{ntheorem} \theoremstyle{break} \newtheorem{example}{Example}[section]

整形美容医院客户回访体系

整形医院回访体系 一、目得 (1)发现医院服务中不足之处,进一步做好客户服务; (2)发现医院营销得不足,进一步优化现有得营销方式; (3)全面掌握顾客情况,激发、增加顾客消费,进行情感维护,稳定客户关系。 二、回访科室及人员职责 1、医美咨询回访 (1)职责:作为来院顾客得专属美容顾问,要体现美贝尔医疗美容医院得专人式服务,顾客回访,维护主要以医美顾问为主,其她人员配合,以长期维护顾客关系。对已成交客人,主要负责:客人治疗后情感维护、治疗后效果关怀安抚、再开发、转介绍、临时活动告知。对已来院未成交客人,了解客人抗拒点(可邀请电网咨询师协助),再次邀请上门并达成成交。对于已成交顾客(包括交预约金),若顾客未进行手术或治疗,由医美顾问继续跟进,尽快让顾客进行手术与治疗,不要因为时间过长或缺少跟进而使顾客取消消费; (2)任务:上门成交顾客、上门未成交顾客 2、客服专员回访 (1)职责:负责未成交及已成交客人得满意度调查、生日短信祝福、临时活动邀约与告知。对客户进行关怀,代表医院建立与客户之间得沟通桥梁。协助医美顾问了解未成交客人得抗拒点,提高客人复诊

率。. (2)任务:满意度调查、根据系统发送生日祝福短信、活动邀约3、网电咨询回访 (1)职责:通过回访增加咨询到诊量,提高出门未成交顾客成交率。(2)任务:咨询未上门顾客、上门未成交顾客、上门已成交顾客4、科室回访 (1)职责:客人治疗后关怀安抚、复诊通知、不定期被动回访(拆线、疗程治疗、注射后塑形、戴牙、补牙、拔牙等)。 (2)任务:皮肤科结痂脱痂时间回访、外科拆线提醒、微整形术后关怀、周随访关注效果、提醒补量。 三、宏脉回访曲线设置

Groff 应用

使用Groff 生成独立于设备的文档开始之前 了解本教程中包含的内容和如何最好地利用本教程,以及在使用本教程的过程中您需要完成的工作。 关于本教程 本教程提供了使用Groff(GNU Troff)文档准备系统的简介。其中介绍了这个系统的工作原理、如何使用Groff命令语言为其编写输入、以及如何从该输入生成各种格式的独立于设备的排版文档。 本教程所涉及的主题包括: 文档准备过程 输入文件格式 语言语法 基本的格式化操作 生成输出 目标 本教程的主要目标是介绍Groff,一种用于文档准备的开放源码系统。如果您需要在应用程序中构建文档或帮助文件、或为客户和内部使用生成任何类型的打印或屏幕文档(如订单列表、故障单、收据或报表),那么本教程将向您介绍如何开始使用Groff以实现这些任务。 在学习了本教程之后,您应该完全了解Groff的基本知识,包括如何编写和处理基本的Groff输入文件、以及如何从这些文件生成各种输出。

先决条件 本教程的目标读者是入门级到中级水平的UNIX?开发人员和管理员。您应 该对使用UNIX命令行Shell和文本编辑器有基本的了解。 系统要求 要运行本教程中的示例,您需要访问运行UNIX操作系统并安装了下面这些软件的计算机(请参见本教程的参考资料部分以获取相关链接): Groff。Groff分发版中包括groff前端工具、troff后端排版引擎和本教 程中使用的各种附属工具。 自由软件基金会将Groff作为其GNU Project中的一部分进行了发布,所 发布的源代码符合GNU通用公共许可证(GPL)并得到了广泛的移植,几乎对于所有的UNIX操作系统、以及非UNIX操作系统(如Microsoft?Windows?)都有相应 的可用版本。 在撰写本教程时,最新的Groff发布版是Version 1.19.2,对于学习本教 程而言,您至少需要Groff Version 1.17。 gxditview。从Version 1.19.2开始,Groff中包含了这个工具,而在以 前的版本中,对其进行了单独的发布。 PostScript Previewer,如ghostview、gv或showpage。 如果您是从源代码安装Groff,那么请参考Groff源代码分发版中的自述 文件,其中列举了所需的任何额外的软件,而在编译和安装Groff时可能需要 使用这些软件。 介绍Groff 用户通常在字处理软件、桌面发布套件和文本布局应用程序等应用程序环 境中创建文档,而在这些环境中,最终将对文档进行打印或导出为另一种格式。整个文档准备过程,从创建到最后的输出,都发生在单个应用程序中。文档通

整形美容医院客户回访体系

整形美容医院客户回访 体系 Company number:【WTUT-WT88Y-W8BBGB-BWYTT-19998】

整形医院回访体系 一、目的 (1)发现医院服务中不足之处,进一步做好客户服务; (2)发现医院营销的不足,进一步优化现有的营销方式; (3)全面掌握顾客情况,激发、增加顾客消费,进行情感维护,稳定客户关系。 二、回访科室及人员职责 1.医美咨询回访 (1)职责:作为来院顾客的专属美容顾问,要体现美贝尔医疗美容医院的专人式服务,顾客回访,维护主要以医美顾问为主,其他人员配合,以长期维护顾客关系。对已成交客人,主要负责:客人治疗后情感维护、治疗后效果关怀安抚、再开发、转介绍、临时活动告知。对已来院未成交客人,了解客人抗拒点(可邀请电网咨询师协助),再次邀请上门并达成成交。对于已成交顾客(包括交预约金),若顾客未进行手术或治疗,由医美顾问继续跟进,尽快让顾客进行手术和治疗,不要因为时间过长或缺少跟进而使顾客取消消费; (2)任务:上门成交顾客、上门未成交顾客 2.客服专员回访 (1)职责:负责未成交及已成交客人的满意度调查、生日短信祝福、临时活动邀约与告知。对客户进行关怀,代表医院建立与客户之间的沟通桥梁。协助医美顾问了解未成交客人的抗拒点,提高客人复诊率。 (2)任务:满意度调查、根据系统发送生日祝福短信、活动邀约

3.网电咨询回访 (1)职责:通过回访增加咨询到诊量,提高出门未成交顾客成交率。 (2)任务:咨询未上门顾客、上门未成交顾客、上门已成交顾客 4.科室回访 (1)职责:客人治疗后关怀安抚、复诊通知、不定期被动回访(拆线、疗程治疗、注射后塑形、戴牙、补牙、拔牙等)。 (2)任务:皮肤科结痂脱痂时间回访、外科拆线提醒、微整形术后关怀、周随访关注效果、提醒补量。 三、宏脉回访曲线设置

相关文档