latex

论文写作相关

陌路散爱 提交于 2020-01-20 16:38:59
1. dblp网站:可以查论文及对应的会议期刊,包括某一会议中的所有论文 https://dblp.uni-trier.de/search?q=iclr 1)查询latex格式下的引用的bibtex格式时: a) 选择BibTeX: b) 选择 condensed: 2. Grammarly网站:检查语法及拼写错误。 https://app.grammarly.com/ 3. vscode + latex : 写论文的神器。 来源: https://www.cnblogs.com/Bella2017/p/12217856.html

在语雀中输入汉语拼音

百般思念 提交于 2020-01-20 03:02:19
在语雀中,无法使用HTML中的 <ruby> 标签来输入拼音,但是语雀可以支持latex公式块的插入,所以我们可以借助公式中的latex来做汉语拼音的输入,具体来说也就是通过latex中的overset指令来输入上下并排的字符。 先举一个简单的例子 \overset{bái}{白}\overset{rì}{日}\overset{yī}{依}\overset{shān}{山}\overset{jìn}{尽},\overset{huáng}{黄}\overset{hé}{河}\overset{rù}{入}\overset{hǎi}{海}\overset{liú}{流} 然后可以让这个字稍微大一些,比如(通过\small,\large,\huge等命令来控制字体) \huge{\overset{bái}{白}\overset{rì}{日}\overset{yī}{依}\overset{shān}{山}\overset{jìn}{尽},\overset{huáng}{黄}\overset{hé}{河}\overset{rù}{入}\overset{hǎi}{海}\overset{liú}{流}} 也可以通过\text来设置不使用斜体来渲染拼音: \huge{\overset{\text{bái}}{白}\overset{\text{rì}}{日}\overset{\text{yī}}{依}

Bold font weight for LaTeX axes label in matplotlib

有些话、适合烂在心里 提交于 2020-01-20 02:59:50
问题 In matplotlib you can make the text of an axis label bold by plt.xlabel('foo',fontweight='bold') You can also use LaTeX with the right backend plt.xlabel(r'$\phi$') When you combine them however, the math text is not bold anymore plt.xlabel(r'$\phi$',fontweight='bold') Nor do the following LaTeX commands seem to have any effect plt.xlabel(r'$\bf \phi$') plt.xlabel(r'$\mathbf{\phi}$') How can I make a bold $\phi$ in my axis label? 回答1: Unfortunately you can't bold symbols using the bold font,

Windows 下 manim 引擎的安装

给你一囗甜甜゛ 提交于 2020-01-19 10:22:18
manim 引擎是由 3Blue1Brown 开源的动画引擎,可以通过编程的方式创建动画。3Blue1Brown 使用这一引擎制作了大量的数学领域的可视化视频。 manim 的 GitHub 仓库:https://github.com/3b1b/manim 3Blue1Brown 的视频频道: YouTube 官方中文 bilibili 文章目录 依赖安装 Cario FFmpeg SoX LaTeX manim 库安装 依赖安装 manim 依赖于 Cario, FFmpeg, SoX, LaTeX 运行,LaTeX 事实上是可选的,但是考虑到需要 LaTeX 来更加优雅地展示数学公式,通常还是需要安装 LaTeX。 Cario Cairo 是一个 2D 图形库,支持多种输出设备,旨在在所有输出媒介上,产生一致的输出,同时利用显示硬件加速。 下载地址:https://www.lfd.uci.edu/~gohlke/pythonlibs/#pycairo 选择对应的版本下载,并使用 pip 安装即可: python3 -m pip install ***.whl FFmpeg FFmpeg 是一个领先的跨平台多媒体框架,支持解码、编码、转码、混流等等多媒体操作。 下载地址:http://ffmpeg.org/download.html 选择 Windows 分类下的 build

Custom layout for 2 plots using knitr

删除回忆录丶 提交于 2020-01-17 03:49:46
问题 What I want is to display 2 figures next to each other in one row, so that the first one is square and the second one takes all the remaining width, it should be wider than the first one (I use knitr and LaTeX). I tried using r layout and specify out.width and out.height in a figure chunk options, but I could not get it right and I'm not sure this is the right approach. And in general, it is better to configure figure size in chunk options, right? But what's the best approach for more complex

LaTeX公式大全

南笙酒味 提交于 2020-01-16 20:50:24
$LaTex$ 将数学公式写在 $ $ 之间,代表的是插入行内数学公式。 将数学公式写在 $$ $$ 之间,会使公式独立成一行并强制居中。 $\left\vert a\right\vert$ $\left\vert a\right\vert$ $\lVert z\rVert$ $\lVert z\rVert$ $\infty$ $\infty$ $a\equiv b\pmod c$ $a\equiv b\pmod c$ $a\bmod b$ $a\bmod b$ $\mid \nmid \shortmid \nshortmid$ $\mid \nmid \shortmid \nshortmid$ $\sqrt{2} \sqrt{n}{x}$ $\sqrt{2} \sqrt[n]{x}$ $\pm \mp \dotplus$ $\pm \mp \dotplus$ $\times \div \divideontimes$ $\times \div \divideontimes$ $\in \not\in \ni \not\ni$ $\in \not\in \ni \not\ni$ $\cap \Cap \sqcap \bigcap$ $\cap \Cap \sqcap \bigcap$ $\cup \Cup \sqcup \bigcup \bigsqcup \uplus

2019latex安装教程

谁都会走 提交于 2020-01-16 05:27:22
菜鸡一枚,一开始装latex找了好多博客,按照他们的步骤走还是失败,最后把他们集齐,拼在了一起,终于召唤出了latex!!! 参考博客链接: 安装教程 环境变量教程 安装教程 环境变量教程 其实还找了许多,但是最上面的四个教程是最有用的(对我来说) 首先去这个链接下latex 官网 具体操作步骤看这个 安装教程 ,他写的很好很详细,在按照步骤装好texlive后, 先别急! ,要更改环境变量(我是需要的,不知道其他人。) 变量名自己定,环境变量里面加安装好的路径以后的bin文件,系统变量除了加bin文件还要加C:\Windows\System32,加好了以后就可以在cmd里面检测版本信息了,然后再按照刚刚的教程装texstudio,就可以啦~ 来源: CSDN 作者: 黄质猿 链接: https://blog.csdn.net/a_water_fish/article/details/103995423

用TIKZ在LaTex中画图

霸气de小男生 提交于 2020-01-16 02:06:32
我之前是用Edraw max画图的,但是有一个致命的问题就是在图上写字母的时候与图解释中不一致,所以尝试了一下LaTex画图,哎呀,耗费我一下午的时间呀 首先导入包:\usepackage{tikz} 源码如下: \begin{figure}[!t] \centering \begin{tikzpicture} \draw[color=black] (-1.8,-1.7) rectangle (3,1.5); \filldraw[yellow!80] [opacity=0.4] (0,0) circle (1.0); %画圆 \filldraw[blue!70] [opacity=0.4] (1.2,0) circle (1.0); %画圆 \node [font=\fontsize{8}{6}] (node001) at (-1.4,0.5){ H ( x ) H(x) H ( x ) }; \node [font=\fontsize{8}{6}] (node002) at (2.5,0.5){ H ( y ) H(y) H ( y ) }; \node [font=\fontsize{8}{6}] (node003) at (-0.4, 0){ H ( x ∣ y ) H(x|y) H ( x ∣ y ) }; \node [font=\fontsize{8}{6}]

全程快捷键!硬核小哥超快配图1700页数学笔记,教你上手LaTeX+Inkscape

 ̄綄美尐妖づ 提交于 2020-01-16 01:41:11
边策 乾明 发自 凹非寺 量子位 报道 | 公众号 QbitAI 之前,我们介绍了一位神奇的本科生,他在数学课上用 Vim+LaTeX , 全程手打出1700页课堂笔记 ,速度直追老师的板书。 现在,这位Gilles小哥又开课了,上次他只教了大家手打公式的方法,这次他展示了数学笔记里的画图技巧。 他用到的神器是 Inkscape+LaTeX ,再加上自定义的快捷键,一个 Ctrl+F ,直接完成原来的六个步骤。 让你在电脑上画图也能追得上老师。 无论是复分析、微分几何、电动力学,还是小哥目前正在准备的椭圆曲线毕业论文,都能用这些神器轻松搞定。 △ 【复分析中的路径积分】 △ 【微分几何中的流形】 △ 【电动力学中的折射率椭球】 △ 【作者毕业论文中的椭圆曲线】 为何选择Inkscape 小哥说,其实不用图形软件,他也能画图。 给LaTeX文档添加图形可以用TikZ。用TikZ绘制一个向量A的图形只需要5行代码: \ begin {tikzpicture} \coordinate (A) at ( 1 , 3 ); \draw[thick, ->] ( 0 , 0 ) — (A); \node[above right] at (A) }; \ end {tikzpicture} 运行以上代码就画出矢量A的图形。(注,A应等于(1,3) ,原文错误。)

How can I strip figures and table during a pandoc LaTeX to Word conversion?

狂风中的少年 提交于 2020-01-15 19:59:48
问题 I am trying to use pandoc to convert a thesis from latex to docx. In general, this works well with the following command: pandoc input.tex -f latex -t docx -s -o output.docx --bibliography references.bib --csl=mystyle.csl However, I have an additional requirement that I am unable to fulfill. I want the output to be stripped from any figures and tables that are included in the source files. Reading the pandoc documentation and related stackoverflow question has not helped me so far. Do you