documentclass{article} bibliographystyle{plain} begin{document} section{some word} some peoplecite{colavecchio2008,} and othercite{nucci2003,} nocite{*} bibliography{wenxian} end{document} @article{...
documentclass{article} bibliographystyle{plain} begin{document} section{some word} some peoplecite{colavecchio2008,} and othercite{nucci2003,} nocite{*} bibliography{wenxian} end{document} @article{...
documentclass{article} bibliographystyle{plain} begin{document} section{some word} some peoplecite{colavecchio2008,} and othercite{nucci2003,} nocite{*} bibliography{wenxian} end{document} @article{...
documentclass[8pt,a4paper,oneside]{book} usepackage{ctex} usepackage{endnotes} renewcommand{notesname}{textbf{【注释】 }} makeatletter newskip@endindent @endindent=1em longdef@makeentext#1{@setpar{@@par...
documentclass[8pt,a4paper,oneside]{book} usepackage{ctex} usepackage{endnotes} renewcommand{notesname}{textbf{【注释】 }} makeatletter newskip@endindent @endindent=1em longdef@makeentext#1{@setpar{@@par...
TikZ 中,已知一个点(node),比如我在 `(0,0)` 画一个 nmos 元器件: ``` documentclass{standalone} usepackage{circuitikz} begin{document} begin{circuitikz} draw (0,0) node[nmos] (mos) {}; draw (mos.gate) node[above] {$G$} (...
学习pgf manual.pdf。 (运行命令行:texdoc pgf,打开pgf manual.pdf。) 在阅读源代码时,查找到C:texlive2019texmf-distdocgenericpgftext-enpgfmanual-en-introduction.tex,其中第二段代码: ```tex I wish to…… For example, the code |tikz draw...
学习pgf manual.pdf。 (运行命令行:texdoc pgf,打开pgf manual.pdf。) 在阅读源代码时,查找到C:texlive2019texmf-distdocgenericpgftext-enpgfmanual-en-introduction.tex,其中第二段代码: ```tex I wish to…… For example, the code |tikz draw...
我用xelatex运行学校毕业论文的模板时报错,我安装的是latex+mikTex,用texstudio编译工具,然后以下是报错。![](https://pics.latexstudio.net/data/images/202003/35f3a2d79c3257c.png) 但关键就是,我的同学直接跑压缩包中的sample_test.tex,直接就能编译通过,这是什么情况?![](/static/...
我用xelatex运行学校毕业论文的模板时报错,我安装的是latex+mikTex,用texstudio编译工具,然后以下是报错。![](https://pics.latexstudio.net/data/images/202003/35f3a2d79c3257c.png) 但关键就是,我的同学直接跑压缩包中的sample_test.tex,直接就能编译通过,这是什么情况?![](/static/...
我现在需要将图片放在页面的右侧,与文字混排(不需要使用浮动体),看到有 `wrapfig` 宏包可以实现,但是与列表环境同时使用时,效果很差,如图: ![与列表环境同时使用](https://pics.latexstudio.net/data/images/202003/45d2cecd13b5825.jpg 与列表环境同时使用) 可以看到下面的条目(3、4)即使超出了图片,宽度依然是原来的宽度...
我知道用texdoc命令可以查看某宏包的文档。但我怎么才能快速知道某项功能是在哪个宏包里呢?有什么官方的方法吗?比如说我感觉默认的上标和下标字体太大,需要texdoc哪个宏包来修改呢?
```tex documentclass[tikz]{standalone} usetikzlibrary{fit} tikzset{% pics/abc/.style={% code={ node {this is some path}; } } } begin{document} begin{tikzpicture} %fit失败 foreach i in...
自定义的环境如何设置悬挂缩进? ``` documentclass[10pt,a4paper]{ctexbook} usepackage[utf8]{inputenc} usepackage[T1]{fontenc} usepackage{amsmath} usepackage{amsfonts} usepackage{amssymb} usepackage{graphicx} usepackag...
```tex documentclass[UTF8]{ctexart} usepackage{geometry} geometry{left=3.18cm,right=3.18cm,top=4.1cm,bottom=2.54cm} usepackage{graphicx} pagestyle{plain} usepackage{setspace} usepackage{CJKfntef} begi...