0
点赞
收藏
分享

微信扫一扫

Latex 帮助

程序小小黑 2022-01-09 阅读 160
css前端

Latex 帮助

\命令行[UTF8]{参数}

\usepackage {graphicx}

\title {文章的标题}

\auther {作者名}

\date {\today}

\textbf{加粗}

\textit{斜体}

\underline{下划线}

一个换行符:空格

两个换行符:开启新段落

\part {第几部分}

\chapter {第几章}

\section {下划线}

\subsection {子章节}

图片

\begin {figure}

\includegraphics [width=0.5 \textwidth] \centering

\caption {标题}

\end {figure}

列表创建

\begin{itemize}

\item 列表项1

\item 列表项2

\end{itemize}

表格

\begin{tabular}{ c c c}

\hline

单元格1 & 单元格2

\begin{tabular}

举报

相关推荐

latex入门

LaTeX学习笔记

Latex论文模板

安装LaTex教程

LaTex and VSCode with Chinese

LaTeX表格操作

0 条评论