latex笔记

宏包

geometry

设置页边距

实验报告模板

https://www.cnblogs.com/pprp/p/10026411.html

空格表示

qquad
https://blog.csdn.net/bennyfun79/article/details/15500575

脚注

LaTeX\footnote{Latex is Latex} is a good software

插入章节段落

在这里插入图片描述

%%%%%%%%%%%%%%%%%%%%%%%%%%%%Library%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% 1. 脚注用法
	LaTeX\footnote{Latex is Latex} is a good software

%2. 强调
	\emph{center of percussion} %[Brody 1986], %\lipsum[5]

%3. 随便生成一段话
	\lipsum[4]

%4. 列条目
	\begin{itemize}
	\item the angular velocity of the bat,
	\item the velocity of the ball, and
	\item the position of impact along the bat.
	\end{itemize}

%5. 表格用法
	\begin{table}[h]
	\centering  
	\begin{tabular}{c|cc}
		\hline
		年份 & \multicolumn{2}{c}{指标}\\
		\hline
		2017 & 0.9997 & 0.0555 \\
		2018 & 0.9994 & 0      \\
		2019 & 0.9993 & 0      \\
		\hline
	\end{tabular}
	\caption{NAME}\label{SIGN}
	\end{table}

	\begin{center}
		\begin{tabular}{c|cclcrcc}
			\hline
			Year & theta & $S_1^-$ & $S_2^-$ & $S_3^-$ & $S_4^+$ & $S_5^+$ & $S_6^+$ \\%表格标题
			\hline
			2016 & 1      & 0      & 0 & 0.0001 & 0      & 0      & 0 \\
			2017 & 0.9997 & 0.0555 & 0 & 0.2889 & 0.1844 & 0.463  & 0 \\
			2018 & 0.9994 & 0      & 0 & 0.0012 & 0.3269 & 0.7154 & 0 \\
			2019 & 0.9993 & 0      & 0 & 0      & 0.4325 & 1.0473 & 0 \\
			2020 & 0.9991 & 0      & 0 & 0      & 0.5046 & 1.2022 & 0 \\
			2021 & 0.999  & 0      & 0 & 0      & 0.5466 & 1.2827 & 0 \\
			2022 & 0.9989 & 0.0017 & 0 & 0.3159 & 0.562  & 1.2995 & 0 \\
			2023 & 0.9989 & 0      & 0 & 0.0109 & 0.5533 & 1.2616 & 0 \\
			2024 & 0.9989 & 0      & 0 & 0      & 0.5232 & 1.1769 & 0 \\
			2025 & 0.9989 & 0      & 0 & 0.1009 & 0.4738 & 1.0521 & 0 \\
			2026 & 0.9991 & 0      & 0 & 0      & 0.4071 & 0.8929 & 0 \\
			2027 & 0.9992 & 0.0004 & 0 & 0.1195 & 0.3248 & 0.7042 & 0 \\
			2028 & 0.9994 & 0.0164 & 0 & 0.046  & 0.2287 & 0.4902 & 0 \\
			2029 & 0.9997 & 0      & 0 & 0.0609 & 0.12   & 0.2545 & 0 \\
			2030 & 1      & 0      & 0 & 0      & 0      & 0      & 0 \\
			\hline
		\end{tabular}
	\end{center}

%6. 数学公式
	\begin{equation}
		a^2 = a * a\label{aa}
	\end{equation}
	
	\[
	\begin{pmatrix}{*{20}c}
	{a_{11} } & {a_{12} } & {a_{13} }  \\
	{a_{21} } & {a_{22} } & {a_{23} }  \\
	{a_{31} } & {a_{32} } & {a_{33} }  \\
	\end{pmatrix}
	= \frac{{Opposite}}{{Hypotenuse}}\cos ^{ - 1} \theta \arcsin \theta
	\]
	
	\[
	p_{j}=\begin{cases} 0,&\text{if $j$ is odd}\\
	r!\,(-1)^{j/2},&\text{if $j$ is even}
	\end{cases}
	\]
	
	
	\[
	\arcsin \theta  =
	\mathop{{\int\!\!\!\!\!\int\!\!\!\!\!\int}\mkern-31.2mu
		\bigodot}\limits_\varphi
	{\mathop {\lim }\limits_{x \to \infty } \frac{{n!}}{{r!\left( {n - r}
				\right)!}}} \eqno (1)
	\]

%7. 双图并行
	\begin{figure}[h]
		% 一个2*2图片的排列
		\begin{minipage}[h]{0.5\linewidth}
			\centering
			\includegraphics[width=0.8\textwidth]{./figures/0.jpg}
			\caption{Figure example 2}
		\end{minipage}
		\begin{minipage}[h]{0.5\linewidth}
			\centering
			\includegraphics[width=0.8\textwidth]{./figures/0.jpg}
			\caption{Figure example 3}
		\end{minipage}
	\end{figure}

%8. 单张图片部分
	\begin{figure}[h]
		%\small
		\centering
		\includegraphics[width=12cm]{./figures/mcmthesis-aaa.eps}
		\caption{Figure example 1} \label{fig:aa}
	\end{figure}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{minipage}{0.5\linewidth}
	\begin{tabular}{|c|c|c|}
		\hline
		\multicolumn{2}{|c|}{\multirow{2}{*}{合并}}&测试\\
		\cline{3-3}
		\multicolumn{2}{|c|}{}& 0.9997  \\
		\hline
		2019 & 0.9993 & 0 \\
		\hline
	\end{tabular}
\end{minipage}

\begin{minipage}{0.5\linewidth}
	\begin{tabular}{c|ccc}
		\hline
		年份 & \multicolumn{3}{c}{指标}\\
		\hline
		\multirow{3}{*}{合并}&2017 & 0.9997 & 0.0555 \\
		&2018 & 0.9994 & 0      \\
		&2019 & 0.9993 & 0      \\
		\hline
	\end{tabular}
\end{minipage}



	\begin{table}[h]
	\centering	
	\begin{Large}
		\begin{tabular}{p{4cm} p{8cm} < {\centering}}
			\hline
			院\qquad 系: & 信息工程学院 \\
			\hline
			团队名称: & PlantBook Team \\
			\hline
			分\qquad 组: & 第0组1号 \\
			\hline
			日\qquad 期: & 2017年10月28日 \\
			\hline
			指导教师: & 吱吱吱\\
			\hline
		\end{tabular}
	\end{Large}
\end{table}


\ctexset{
	section={
		format+=\heiti \raggedright,
		name={,、},
		number=\chinese{section},
		beforeskip=1.0ex plus 0.2ex minus .2ex,
		afterskip=1.0ex plus 0.2ex minus .2ex,
		aftername=\hspace{0pt}
	},
}

	\begin{table}[h]
	\centering
	\begin{Large}
		\begin{tabular}{p{3cm} p{7cm}<{\centering}}
			院  \qquad  系: & 信息工程学院           \\ \cline{2-2}
		\end{tabular}
	\end{Large}		
\end{table}
\thispagestyle{empty}
\newpage
\thispagestyle{empty}
\tableofcontents
\thispagestyle{empty}
\newpage
\setcounter{page}{1}

% 9. 代码

\usepackage{listings}
\usepackage{xcolor}
\lstset{
	numbers=left, 
	numberstyle= \tiny, 
	keywordstyle= \color{ blue!70},
	commentstyle= \color{red!50!green!50!blue!50}, 
	frame=shadowbox, % 阴影效果
	rulesepcolor= \color{ red!20!green!20!blue!20} ,
	escapeinside=``, % 英文分号中可写入中文
	xleftmargin=2em,xrightmargin=2em, aboveskip=1em,
	basicstyle=\footnotesize,
	framexleftmargin=2em
}
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
LaTeX 康奈尔笔记是一种常用的笔记格式,它基于LaTeX排版系统,并使用了特定的模板和布局来创建结构化的笔记。康奈尔笔记的特点是分栏式布局,左侧列用于记录主要的概念和问题,右侧列用于记录详细的解答和补充说明。 要创建康奈尔笔记,你可以按照以下步骤进行操作: 1. 安装LaTeX:首先,你需要安装LaTeX排版系统。根据你使用的操作系统不同,可以选择安装MiKTeX(Windows)、TeX Live(Linux)或MacTeX(Mac)等。 2. 导入康奈尔笔记模板:在LaTeX中,有很多现成的康奈尔笔记模板可供使用。你可以在GitHub等网站上搜索并下载合适的模板。 3. 编辑笔记内容:使用LaTeX编辑器(如TeXstudio、Overleaf等),打开康奈尔笔记模板文件,并根据你的需求编辑其中的内容。通常,模板文件会提供示例内容和注释,你可以根据需要进行修改或删除。 4. 添加主要概念和问题:在左侧列中添加主要的概念和问题。这些内容通常用于记录讲义或课堂讲解中的重点内容。 5. 添加详细解答:在右侧列中添加详细的解答和补充说明。这部分内容可以包括例题、证明过程、思考题的答案等。 6. 编译生成PDF:保存并编译LaTeX源文件,生成PDF格式的康奈尔笔记。 以上是创建LaTeX康奈尔笔记的基本步骤。你可以根据自己的需求和喜好进行进一步的个性化设置和调整。希望对你有所帮助!

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值