Latex学习笔记 (2) 段落结构

Latex 使用
Latex 根据层次分以为下几级:

  • part 第1级,用于将内容分成大的组成部分;
  • chapter 第2级,章节一般是书才会用到;
  • section 第3级 一级内容块,由多个段落组成;
  • subsection 第4级 二级内容块内容块;
  • subsubsection 第5级 三级内容块。
  • paragraph 段落;
  • subparagraph 子段落。

一示例文档如下所示。
在这里插入图片描述

Latex 源码

\documentclass[a4paper]{article} 
\title{An Brief Introduction To Latex Document Structure} 
\author{Tom}
\date{March 26, 2019}
\begin{document} 
\maketitle 

\tableofcontents

\part{Basics}

% \chapter 只对 documentclass 为 book 时起作用。
% \chapter{Introduction}
This is the first chapter.

\section{Section I} 
This is a section.
\subsection{Sub Section I-I} 
This is a sub section.
   
\subsubsection{Sub Sub Section I-I-I} 
This is a sub sub section.

\paragraph{Paragraph P1} This is a basic unit of a group of sentences.

\subparagraph{Sub Paragraph I} This a sub paragraph of P1.
\subparagraph{Sub Paragraph II} This a sub paragraph of P1. 

\subsubsection{Sub Sub Section I-I-II} 
This is another sub sub section.

\end{document}


  • 0
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值