Windows10系统下LaTeX的使用(3)篇章结构

本文详细介绍LaTeX排版系统的使用方法,包括标题、摘要、关键词、部分、小节及子小节的设置,以及段落和行间距的调整技巧。LaTeX是一种高质量的排版系统,广泛应用于学术论文、报告和技术文档的编写。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

article 格式为例

1. 标题、作者、日期

	\title{Input the title here}				%标题
	\author{Input your name here}				%作者姓名
	\maketitle									%完成标题,自动生成日期

2. 摘要

	\title{Input the title here}
	\author{Input your name here}
	\maketitle
	\begin{abstract}
		Input the abstract here.					%摘要内容
													%空一行用以另起一行
		\textbf{Keywords:}List the keywords here.	%关键词
	\end{abstract}

3. 部分

\part{}

4. 小节

\part{}
	\section{Introdution}
	\section{Assumptions and Justification}
	\section{Notations}
	\section{Model Design}
	\section{Sensitivity Analysis}
	\section{Further Discussion}
	\section{Strength and Weakness}
	\section{Appendix}
	\section{Reference}

5. 子小节

\part{}
	\section{Model Design}
		\subsection{Model I}
		\subsection{Model II}

6. 更小的小节

\part{}
	\section{Model Design}
		\subsection{Model I}
			\subsubsection{Control Equations and Boundary Conditions}
			\subsubsection{Calculating Results}
			\subsubsection{Simulating Results}

7. 首段首行缩进

在导言区插入indentfirst宏包并进行设置

\usepackage{indentfirst}
\setlength{\parindent}{2em}		%设置首行缩进两个字符

8. 另起一段

\subsection{Backgroung}
LaTeX is a high-quality typesetting system.		%在段落结尾插入空行产生新的段落

LaTeX is available as free software.

9. 在本段中另起一行

\subsection{Backgroung}
LaTeX is a high-quality typesetting system.\\		%在段落结尾插入\\另起一行
LaTeX is available as free software.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值