markdown 插入latex公式 $$公式$$表示行间公式,本来Tex中使用\(公式\)表示行内公式,但因为Markdown中\是转义字符,所以在Markdown中输入行内公式使用\\(公式\\) 练习 When \( a \ne 0 \), there are two solutions to \(ax^2 + bx + c = 0\) and they are: \[ x = {-b \pm \sqrt{b^2-4ac} \over 2a} \] \[x=\frac{-b\pm\sqrt
jupyter notebook是一个python的交互式开发环境,广泛应用于数据分析的场景下. 在jupyter notebook中,还可以很方便的编辑数学公式. 1.Markdown状态 编辑公式,首先要使单元成为Markdown状态. 2.公式的行内(inline)模式与显示(display)模式 公式的行内模式为$ 数学公式 $ ,公式将与前后的文字混排 一元一次方程:$ y = a + b x $ 显示结果: 显示模式为$$ 数学公式$$,公式将单独一行,如: 一元一次方程:$$ y
在文档中创建锚点: <A NAME="ROP_ON_ARM">Davi L, Dmitrienko A, Sadeghi A R, et al. [Return-oriented programming without returns on ARM](http://www.trust.informatik.tu-darmstadt.de/fileadmin/user_upload/Group_TRUST/PubsPDF/ROP-without-Returns-on-ARM.