latex使用笔记

本文介绍了如何在LaTeX中使用数学符号,包括大于号、小于号、大于等于和小于等于,并展示了如何插入表格。示例中包含了一个置信水平与Z值的表格,以及各种字体大小的选择。此外,还提到了居中对齐、行号显示及使用makecell宏包的方法。

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

大于小于大于等于小于等于

大于号:\textgreater

小于号: \textless

大于等于:\geq

小于等于:\leq

插入表格

在 LaTeX 中插入表格_Xovee-CSDN博客_latex插入表格

\begin{table}[h!]
\begin{center}
	\captionsetup{font={scriptsize}}
	\caption{Confidence level and corresponding $\alpha$ and $Z$ values}\label{1}
	\begin{tabular}{ c c c }
		\hline
		confidence level & $\alpha / 2$ & $Z_{1-\frac{\alpha}{2}}$  \\
		\hline
		80\% & 0.1 & 1.282 \\
		90\% & 0.05 & 1.645 \\
		95\% & 0.025 & 1.96 \\
		98\% & 0.01 & 2.326 \\
		99\% & 0.005 & 2.576 \\
		\hline
	\end{tabular}
\end{center}
\end{table}

可选参数:
{\tiny }
{\scriptsize }
{\footnotesize }
{\small }
{\normalsize }
{\large }
{\Large }
{\LARGE }
{\huge }
{\Huge }

集合中的属于符号 

\in 

字体加粗 

 \textbf{} 加粗文字

\bm{}      加粗公式,头文件\usepackage{bm}

表格文字垂直居中 

80\% & \makecell*[c] 0.1 & 1.282 \\    宏包:\usepackage{makecell}

显示行号


\usepackage[switch,pagewise,columnwise]{lineno}
 
\begin{document}
\linenumbers
 
\end{document}

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值