
LaTeX
LaTeX使用笔记
ROOOOOOM
room
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
运行 jupyter notebook 生成的 LaTeX
用 xeLaTeX 可以编译原创 2020-04-24 22:07:44 · 2725 阅读 · 1 评论 -
TeXstudio pdf显示界面没了解决
我的公众号刚写不久,有兴趣可以关注一下。原创 2020-04-24 19:41:58 · 13158 阅读 · 1 评论 -
TeXstudio 2020显示行号(与之前的版本位置不太一样)
我的公众号刚写不久,有兴趣可以关注一下。原创 2020-04-24 19:12:13 · 3402 阅读 · 7 评论 -
LaTeX 之 Ctex 与 texlive 的中文编译模板
Ctex对中文的支持比较完善,比如自带ccmap这个可以生成可进行中文搜索的pdf,但 texlive 没有这个包,而且把Ctex 的包文件夹下的ccmap复制到texlive的包文件夹下也不好使:但在texlive环境下编译我用的该模板:\documentclass[UTF8]{ctexart}\begin{document}This is the context of the ar...原创 2020-04-23 19:54:00 · 6976 阅读 · 1 评论 -
LaTeX 之 texlive 的下载与安装全过程
1.下载 texlive官方镜像网站下图中N of collections是选择一些语言包和模块,默认全选TeXworkers是一个比较老的编辑器,最好不要安装原创 2020-04-23 16:01:24 · 3318 阅读 · 3 评论 -
LaTeX 小知识笔记(未完)
$ $行内公式样式$$ $$行间公式样式原创 2020-04-23 12:21:18 · 232 阅读 · 1 评论 -
使用 sublime 写 LeTaX
https://www.jianshu.com/p/d4b9e2d8792d转载 2020-04-22 22:21:48 · 307 阅读 · 0 评论 -
LaTeX:Extra alignment tab has been changed to \cr .
多写了一个&\begin{align}\left(\begin{array}{cccccc}z_{1} & z_{1} & z_{2} & z_{3} & \cdots & z_{N} \\z_{2} & p\left(z_{1} | z_{1}\right) & p\left(z_{2} | z_{1}\right) &a...原创 2020-04-20 12:12:20 · 1309 阅读 · 1 评论 -
LaTeX 中 align 公式环境中插入中文的两种方法
\begin{align} \text { 且 } \mbox {公式中的中文} % mybox \end{align}原创 2020-04-18 16:04:53 · 10331 阅读 · 2 评论 -
Runaway argument?{ \cont!FileEndedWhileScanning use of \@writefile inserted text \par \begin{documen
清理输出文件(项目文件)重新编译即可原创 2020-04-15 23:45:40 · 2691 阅读 · 0 评论 -
LaTeX Error: There‘s no line here to end
\end{lstlisting}后面不要加换行符!!! \原创 2020-04-13 18:14:08 · 13936 阅读 · 0 评论 -
LaTeX 配置可以显示中文注释的python代码环境
%下面的是配置是可以写中文注释的python环境:\usepackage{listings}\usepackage{color}\definecolor{dkgreen}{rgb}{0,0.6,0}\definecolor{gray}{rgb}{0.5,0.5,0.5}\definecolor{mauve}{rgb}{0.58,0,0.82}\lstset{frame=tb, la...原创 2020-04-12 21:44:41 · 3385 阅读 · 2 评论 -
LaTeX 居中排版
https://blog.csdn.net/dtijcfrhb/article/details/83957287转载 2020-04-10 19:23:15 · 4161 阅读 · 0 评论 -
LaTeX 解决插入图片的位置总是会自动跑到下页的最上方
\usepackage{float}\usepackage{graphicx}\begin{figure}[H] \center{\includegraphics[width=5cm] {pics/p07.png}} %\caption{ Test} %\label{ref1} \end{figure}原创 2020-04-10 15:52:38 · 30064 阅读 · 2 评论 -
LaTeX 关于缩进的设置取消默认的段落前的首行缩进
全局\setlength{\parindent}{0pt}单段取消\noindent原创 2020-04-10 15:23:32 · 19931 阅读 · 0 评论 -
Latex 在WinEdt 中插入 Python 代码
https://www.cnblogs.com/instant7/p/4190980.html转载 2020-04-10 15:01:38 · 700 阅读 · 0 评论 -
WinEdt 保存时弹出 Some characters were lost while converting from UNICODE to CP 0. Save to file anyway?
因为你在word里面复制中文到latex中时有的中文变成了删掉重新编译就行了(我用的是word2019)原创 2020-04-10 02:08:24 · 5104 阅读 · 0 评论 -
WinEdt 的 LaTeX 生成的 pdf 无法中文正向搜索/中文复制后乱码解决
加一行\usepackage{ccmap}原创 2020-04-10 00:45:38 · 1045 阅读 · 3 评论 -
LaTeX wikibooks 数学公式
https://en.wikibooks.org/wiki/LaTeX/Mathematics转载 2019-07-27 08:53:56 · 750 阅读 · 0 评论 -
helloworld LaTex
\documentclass{article}\usepackage{amsmath}\begin{document}Einstein 's $$\left\{\begin{aligned} \eta_{1} &=a+b x_{1}+\varepsilon_{1} \\\eta_{2} &=a+b x_{2}+\varepsilon_{2} \\& \dot...原创 2019-06-27 10:46:29 · 242 阅读 · 0 评论