latex代码(标题、作者、关键字、无序列表、分式)

一、标题

        \title{文章标题 \tnoteref{t1,t2}}

        \tnotetext[t1]{脚注内容}

        \tnotetext[t2]{脚注内容}

        其中\tnoteref是引用脚注,t1,t2是标识。其中写了t1,在题目后面就有一个星,再写一个就逗号隔开,后面加两个星。

【注】脚注

        %% use the tnoteref command within \title for footnotes;

        %% use the tnotetext command for theassociated footnote;

        %% use the fnref command within \author or \affiliation for footnotes;

        %% use the fntext command for theassociated footnote;

        %% use the corref command within \author for corresponding author footnotes;

        %% use the cortext command for theassociated footnote;

二、作者

1.常规写法

\author[变量1]{值} :定义作者的名称
\address[变量1]{他的学校是...}:添加该作者的附属信息,来自于哪个学校

2.通讯作者

\author[variable2]{姓名\corref{cor}} :给姓名加*并赋给新的变量cor1

\cortext[cor]{Corresponding author}:给变量为cor1的通讯作者在页脚添加注释

\ead{邮箱}

3.一个作者多个地址

\author[address1,address2]{姓名}

\affiliation[address1]{organization={学院名},

                   addressline={学校名},

                   city={城市},

                   postcode={邮编},

                   state={省份},

                   country={国家}}

\affiliation[address2]{organization={学院名},

                   addressline={学校名},

                   city={城市},

                   postcode={邮编},

                   state={省份},

                   country={国家}}

三、关键字

        使用\sep分开

四、章节标题

        \section{}                        \subsection{}                  \subsubsection{}

        自动标序号,若想要去掉序号,则改为\section*{}

五、分式

(1)格式一

\frac{分子}{分母}

例:

(2)格式二

\bigg/

例:

(3)格式三

直接/

例:​​​​​​​

六、无序列表

        \begin{enumerate}

                \item[$\bullet$]xxxxxxxxxxxxxxx

                \item[$\bullet$]xxxxxxxxxxxxxxx

                \item[$\bullet$]xxxxxxxxxxxxxxx

        \end{enumerate}

        效果图

latex代码(标题、作者、关键字、无序列表、分式)_第1张图片

你可能感兴趣的:(latex排版,机器学习,深度学习)