\usepackage{amsmath,ctex}
\renewcommand{\thefootnote}{\arabic{footnote}}
\title{哇哈哈}
\author{\renewcommand{\thefootnote}{\arabic{footnote}} Author\footnotemark$\phantom{\}^,$\footnotemark}
\begin{document} %_____________________________________begin
\maketitle
\renewcommand{\thefootnote}{\arabic{footnote}} \footnotetext[1]{单位一}\footnotetext[2]{单位二}
哈哈哈asdfasdfsadfljljk
\end{document}
凑了很久才凑出来的,title里默认的footnote是星号,我好不容易改成数字了以后角注的显示还是不能跟着改过来,所以只好这样凑一个出来了。
latex真心麻烦
使用代码调节行间距:
latex中的行距和字号是紧密相连的。
水平间距设置:\hspace{1em} 水平产生一个字符的间距
垂直间距设置:\vspace{1cm} 垂直方向上产生1cm的长度
行距的设置:使用最多的是setspace宏包,举一个例子:设置行间距为22pt,就可以这样设置 \usepackage{setspace}
\setstretch{1.523}
\baselineskip是默认的两行文字间的距离,它可以由\fontsize和\linespread进行间接控制。
\linespread{<因子>}来设置基本行距为基本行距的倍数。article等标准文档老说是1,行距是字号的1.2倍,ctexart中默认是1.3,行距是字号大小的1.56倍。
扩展资料
1、LaTeX常用的几个单位换算:
LaTeX所使用的长度单位,in,em 等等。
2、LaTeX 支持的长度单位有:
in - 英寸(inch)
mm - 毫米(millimeters)
cm - 厘米(centimeters)
pt - points (大约 1/72 inch)
em - 接近当前字体的字符 "M"的宽度(approximately the width of an "M" in the current font)
ex - 接近当前字体的字符 "x"的高度approximately the height of an "x" in the current font
使用代码调节行间距:
latex中的行距和字号是紧密相连的。
水平间距设置:\hspace{1em} 水平产生一个字符的间距
垂直间距设置:\vspace{1cm} 垂直方向上产生1cm的长度
行距的设置:使用最多的是setspace宏包,举一个例子:设置行间距为22pt,就可以这样设置 \usepackage{setspace}
\setstretch{1.523}
\baselineskip是默认的两行文字间的距离,它可以由\fontsize和\linespread进行间接控制。
\linespread{<因子>}来设置基本行距为基本行距的倍数。article等标准文档老说是1,行距是字号的1.2倍,ctexart中默认是1.3,行距是字号大小的1.56倍。
扩展资料
1、LaTeX常用的几个单位换算:
LaTeX所使用的长度单位,in,em 等等。
2、LaTeX 支持的长度单位有:
in - 英寸(inch)
mm - 毫米(millimeters)
cm - 厘米(centimeters)
pt - points (大约 1/72 inch)
em - 接近当前字体的字符 "M"的宽度(approximately the width of an "M" in the current font)
ex - 接近当前字体的字符 "x"的高度approximately the height of an "x" in the current font
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)