LaTex论文作者过多需换行:你只需一步

LaTex论文作者过多需换行:你只需一步

Wrong

\author[1,2]{Mr. Monday}{}
\author[1,2]{Mr. Tuesday}{}
\author[1,2]{Mr. Wednesday}{{allfather@gods.eu}}
\author[1,2]{Mr. Thursday}{}
\author[1,2]{Mr. Friday}{}
\author[3]{Mr. Saturday}{}
\author[4]{Mr. Sunday}{}

在这里插入图片描述
限于页面宽度,作者数目较多时一行无法全部展示

Right

在想要换行的首起作者处加上 \ \ \backslash\backslash \\

\author[1,2]{Mr. Monday}{}
\author[1,2]{Mr. Tuesday}{}
\author[1,2]{Mr. Wednesday}{{allfather@gods.eu}}
\author[1,2]{Mr. Thursday}{}
\author[1,2]{\\Mr. Friday}{}
\author[3]{Mr. Saturday}{}
\author[4]{Mr. Sunday}{}

在这里插入图片描述
完成~

### LaTeX 论文作者格式规范 在撰写学术论文时,遵循一致的格式对于保持文档的专业性和可读性至关重要。LaTeX 提供了一套强大的工具来帮助作者实现这一点。 #### 文档类的选择 为了确保符合特定期刊或会议的要求,建议使用官方推荐的文档类。常见的选择包括 `article` 或者专门设计用于提交给某些出版社的自定义文档类[^1]。 ```latex \documentclass{article} ``` #### 作者信息设置 通常,在导言区会声明作者及其所属机构的信息: ```latex \title{Your Paper Title Here} % Author and affiliation details \author{ First Author\\ \small Department of Something, University Name \\ \small Email: first.author@university.edu \\[0.5em] Second Author\\ \small Another Institution or Company \\ \small Email: second.author@example.com } \date{} % Remove the date from title page if not needed. ``` #### 正文部分结构化布局 正文应当按照逻辑顺序组织成多个章节和子节,这有助于读者更好地理解文章内容并找到感兴趣的部分。可以利用 `\section`, `\subsection` 命令创建层次分明的小标题。 ```latex \begin{document} \maketitle \abstract{This is where you write your abstract...} \section{Introduction} Introduce what this paper aims to achieve... \section{Related Work} Discuss previous works related to yours here. \section{Methodology} Describe methods used in research/experimentation. \section{Results and Discussion} Present findings followed by discussion on implications. \section{Conclusion} Summarize key points made throughout the document along with future work suggestions. \bibliographystyle{plain} % Choose appropriate citation style as required. \bibliography{references} % List all references cited within text. \end{document} ``` 上述代码片段展示了如何构建一篇标准的 LaTeX 学术论文框架,其中包含了必要的元数据以及基本的文章结构。
评论 5
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值