会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
michellel.top
怕什么真理无穷,进一寸有一寸的欢喜。 ---胡适
博客园
新随笔
联系
订阅
管理
上一页
1
···
9
10
11
12
13
14
15
16
17
···
124
下一页
2024年1月26日
latex常见问题解决
摘要: 1.File ended while scanning use of \@writefile 解决方法:删除编译文件夹内.aux扩展名结尾的文件,重新用Latex命令进行编译,自动生成正确的aux文件,完成错误的修复。 注:如果还不好使,就把除.tex以外的文件均删除掉,如:.bbl,.blg,.d
阅读全文
posted @ 2024-01-26 11:08 叕叒双又
阅读(619)
评论(0)
推荐(0)
2024年1月25日
latex中对图片的排版设置
摘要: Latex提供了一些命令来控制图片的位置。我们可以通过使用\begin{figure}[位置选项]来控制图片的位置。位置选项可以有h、t、b、p、!这五个,分别表示以下含义: h:表示放在当前位置,不过有时由于论文的格式限制,可能放不下。 t:表示放在页面的顶部。 b:表示放在页面的底部。 p:表示
阅读全文
posted @ 2024-01-25 10:30 叕叒双又
阅读(3118)
评论(0)
推荐(0)
2024年1月22日
TeXstudio作为latex编辑器的首选,不错可以试试
摘要: TeXstudio作为latex编辑器的首选,无需配置,只要文档没有问题,F5自动编译后预览,中文时把默认编译器换成这个txs:///xelatex就基本能满足99%人的需求了,可以试试。个人感觉还是texstudio更适合中国人体质,texworks两个窗口不能统一到一个窗口,真心不能接受。
阅读全文
posted @ 2024-01-22 15:54 叕叒双又
阅读(164)
评论(0)
推荐(0)
解决latex的错误Latex/CTex/WinEdt常见错误“! File ended while scanning use of \@writefile.“
摘要: 重新编译,对,你没有看错,不要编译并查看,否则还是错的。必须重新编译。
阅读全文
posted @ 2024-01-22 13:35 叕叒双又
阅读(787)
评论(0)
推荐(0)
2024年1月20日
解决latex在使用lstlisting环境时的Undefined control sequence.错误
摘要: 错误描述,如题,Undefined control sequence. \begin{lstlisting},查了不少的资料,起始就是一句话,缺了宏包的导入。先看代码: \documentclass[11pt,a4paper]{ctexart} \usepackage{listings} %插入代码
阅读全文
posted @ 2024-01-20 21:48 叕叒双又
阅读(772)
评论(0)
推荐(0)
LaTeX中的文本 正文输入 语言问题(转贴)
摘要: 原文:https://www.cnblogs.com/han-son-xiong/p/17817022.html 一般的情况下LaTeX只支持英语,其他的语言都需要相应的包来支持,比如中文需要CTeX宏包。由于我们目前处在中文环境之下所以不需要考虑一些小语种的问题。 在第一篇LaTeX文档当中我们已
阅读全文
posted @ 2024-01-20 10:10 叕叒双又
阅读(1067)
评论(0)
推荐(0)
2024年1月18日
latex中插入latex代码
摘要: 导言区插入: \usepackage{listings} %插入代码要引入的宏包 \lstset{ columns = fixed, basicstyle = \linespread{1.2} \ttfamily, % 设置行距,字体 numbers = left, % 在左侧显示行号 number
阅读全文
posted @ 2024-01-18 17:53 叕叒双又
阅读(721)
评论(0)
推荐(0)
2024年1月17日
latex强大排版能力体现,多根号高度的联动调整
摘要: 简单根号内容: $\sqrt{2x^2*\frac{1}{3a}}$\\ 复杂根号内容: $\sqrt{2x^2}\sqrt{\frac{1}{3a}}$\\ %明显看出多根号情形下,根号的这种调整是无能为力的, 借助命令vphantom,使得对象占据本身的高度宽度为零\\复杂根号内容: $\sqr
阅读全文
posted @ 2024-01-17 09:13 叕叒双又
阅读(220)
评论(0)
推荐(0)
latex中Missing $ inserted. \end{align*}
摘要: 有这么一段代码: 1 \begin{align*} 2 \text{解:}(x+\mathrm{i}y)(x-\mathrm{i}y)&=x^2+\mathrm{i}xy-\mathrm{i}xy-\mathrm{i}^2y^2\text{(其中$\mathrm{i}$是虚数单位)}\\ 3 &=x
阅读全文
posted @ 2024-01-17 08:46 叕叒双又
阅读(967)
评论(0)
推荐(0)
2024年1月16日
latex中的错误解决Double superscript.
摘要: Double superscript. \end{gather}从错误的名称很容易理解是双上标错误,仔细查看代码 1 \begin{gather} 2 (a+b)^2=a^a^2+b^2+2ab \\ 3 (a+b+c)^2=a^2+b^2+c^2+2ab+2bc+2bc\\ 4 (a+b)(a-b
阅读全文
posted @ 2024-01-16 17:43 叕叒双又
阅读(443)
评论(0)
推荐(0)
2024年1月15日
latex中的希腊字母输入问题
摘要: 系统时nero linux + texstudio 都是最新版本: 列表: \begin{tabular}{|*{5}{c|}} \hline 序号 &小写\quad 字母 &大写\quad 字母 &小写\quad 变量&大写\quad 变量\\\hline 1 & \alpha & A & & \
阅读全文
posted @ 2024-01-15 17:59 叕叒双又
阅读(1708)
评论(0)
推荐(0)
2024年1月13日
定制bash的提示符号
摘要: https://www.cnblogs.com/Rosen-Walk/p/11143325.html PS1='\033[35m\][\A\033[01;46m\]\033[0m\]@\u\[\033[01;39m\] \W\[\033[01;32m\]]\$\[\033[00m\]' [07:08
阅读全文
posted @ 2024-01-13 07:09 叕叒双又
阅读(18)
评论(0)
推荐(0)
2024年1月10日
不错的latex文档
摘要: https://blog.csdn.net/weixin_45954198/article/details/129723132 https://zhuanlan.zhihu.com/p/508559139
阅读全文
posted @ 2024-01-10 22:49 叕叒双又
阅读(13)
评论(0)
推荐(0)
今天安装goldendict时出错
摘要: yay -S goldendict-git AUR Explicit (1): goldendict-git-1:1.5.0rc2.r521.g99982a1c-2 AUR Dependency (2): qt5-webkit-5.212.0alpha4-22, libeb-4.4.3-10 ::
阅读全文
posted @ 2024-01-10 06:23 叕叒双又
阅读(157)
评论(1)
推荐(0)
2024年1月9日
python最新的画图神器seaborn
摘要: 1、 安装:主页:http://seaborn.pydata.org/ pip3 install seaborn, 官方建议:python 3.8+,三个依赖:numpy,pandas,matplotlib ; 三个补充:statsmodels,scipy,fastcluster 2、例子:test
阅读全文
posted @ 2024-01-09 17:27 叕叒双又
阅读(94)
评论(0)
推荐(0)
上一页
1
···
9
10
11
12
13
14
15
16
17
···
124
下一页
公告