begin{tikzpicture}[outline/.style={draw=#1,thick,fill=#1!50}, outline/.default=black] node [outline] at (0,1) {default}; node [outline=blue] at (0,0) {blue}; end{tikzpicture}
begin{tikzpicture}[outline/.style={draw=#1,thick,fill=#1!50}, outline/.default=black] node [outline] at (0,1) {default}; node [outline=blue] at (0,0) {blue}; end{tikzpicture}
![](/static/images/ext/pdf.gif)document.pdfdocumentclass[varwidth=true, border=2pt]{standalone} usepackage{tikz} usepackage{graphicx} usetikzlibrary{calc} usepackage{pgfplots} usepackage[autoplay,loop...
使用了 mathspec 宏包更改了数学字体,但是向量加粗的效果无法实现。比如公式中对 v 使用了加粗命令boldsymbol{v},但是并没有效果。如果使用textbf{textit{v}}命令,则可以加粗,但是我不想这样做。有什么好的方法实现这个向量加粗的效果?或者说为什么boldsymbol命令无效了呢? documentclass{article} usepackage{amsmath}...
中文book类型,section连续编号怎么弄,如图 ![](https://pics.latexstudio.net/data/images/202001/f64f475e63200d6.png)
%pgf-pie宏包使用 ```tex documentclass{standalone} usepackage{pgf-pie,tikz}%加载pgf-pie和tikz宏包 begin{document} begin{tikzpicture}[thick,scale=0.24] pie [color=white,radius=10,text=inside] {38/A,24/B,8/C,38/...
```tex documentclass{standalone} usepackage{tikz} usepackage{tkz-euclide} %使用tkz_euclide usetkzobj{all} % on charge tous les objets usetikzlibrary{calc} %坐标计算 begin{document} begin{tikzpicture}[th...
请教大佬,如何写一个环境,可以选择性编译和不编译该环境内的代码? 有人说用comment宏包,这个只能忽略编译这个环境内的代码吧?
%----如何在fbox中换行? % %----xelatex编译 documentclass{article} usepackage{xeCJK}%使用xeCJK中文处理宏包 usepackage{amsmath,amssymb,bm}%ams数学符号 begin{document} fbox{文字} end{document}
begin{tikzpicture} draw[help lines](0,0)grid(3,2); coordinate(a)at(0,1); coordinate(b)at(3,2); coordinate(c)at(2.5,0); coordinate(e)at($(a)!(c)!(b)$); draw[blue](c)--($(a)!(c)!(b)$); node[left](a)at(0...
documentclass{article} begin{document} begin{tabular}{c|c} hline name & direction \ hline a1 & N-SL \ hline end{tabular} begin{verbatim} #include int main() { std::cout
%mwe_figuretable2.tex documentclass[11pt,a4paper]{article} usepackage{graphicx} usepackage{caption} begin{document} begin{minipage}[b]{0.4textwidth} centering includegraphics[width=0.4textwidth]{lion....
我想把`tex lion`当背景,在[https://www.ctan.org/lion/files](https://www.ctan.org/lion/files)里找到了`ctanlion_eps`矢量图,我用命令行`for %f in (*.eps) do epstopdf %f %~nf.pdf`将`eps`文件转化为`pdf`文件,用`wallpaper`宏包将背景插入到文档中后,发现...
我正在写的是数学作业,要求以论文的形式完成。但我的公式很长很复杂。虽然通常来讲应当避免写出超过一行而需要折行的长公式,但这里必须要写出方程的解析解。该公式由Mathematica计算得到,复制为LaTeX粘贴到代码中。 首先给出MWE如下: ```tex documentclass[11pt,a4paper]{article} usepackage{amsmath} begin{document...
![](https://wenda.latexstudio.net/data/attach/191008/N1HmlEq1.png) 新下载的tl2019,宏包全部更新过,编译简历失败,模板网站为https://www.latexstudio.net/archives/11944.html