【系列】Latex-2

对于article类型的document,Latex提供一些结构化文档的命令。这些命令可以为article分多个sections,并对sections分成更小的subsections,同样也能对document分成多个paragraphs,每个paragraphs也能分成多个subparagraphs.

这些命令如下所示:

1. \section{}

2. \subsection{}

3. \subsubsection{}

4. \paragraph{}

5. \subparagraph{}

现在我们输出一个简单的格式化的article,命令如下:

\documentclass{article}

\title{My First Struct-Article}
\author{L. C}
\date{\today}

\begin{document}
    \maketitle
    \pagenumbering{gobble}
    \newpage
    
    \section{Section}
        Hello World.
    \subsection{Subsection}
        Hello World.
\end{document}

再加上段落paragraph命令后的效果:

\documentclass{article}

\title{My First Struct-Article}
\author{L. C}
\date{\today}

\begin{document}
    \maketitle
    \pagenumbering{gobble}
    \newpage
    
    \section{Section}
        Hello World.
    \subsection{Subsection}
        Hello World.
    \subsubsection{Subsubsection}
        Hello world.
        
    \paragraph{paragraph}
        Hello World.
    \subparagraph{subparagraph}
        Hello World.
        
\end{document}


生成目录的命令是\tableofcontents.

\documentclass{article}

\title{My First Struct-Article}
\author{L. C}
\date{\today}

\begin{document}
    \maketitle
    \pagenumbering{gobble}
    \newpage
    
    \pagenumbering{arabic}
    \tableofcontents
    \newpage
    
    \section{Section}
        Hello World.
    \subsection{Subsection}
        Hello World.
    \subsubsection{Subsubsection}
        Hello world.
        
    \paragraph{paragraph}
        Hello World.
    \subparagraph{subparagraph}
        Hello World.
        
\end{document}

总结:

1.  Latex使用section, subsection以及subsubsection来格式化文档。

2. Latex会对Section编号,并将其编号和内容显示在目录中。

3. Paragraph不会被编号,内容也不会显示在目录中.


参考:

http://www.latex-tutorial.com/tutorials/beginners/lesson-2/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值