latex tips
Latex我已经比较娴熟了,但是尚有一些命令记不清,记录以便查看
¶移动未使用的图片
1 |
|
¶自动剪切pdf
–margins “10 20 10 25”
左邊 上方 右邊 下方
1 |
|
¶单元格内换行
1 | \newcolumntype{M}[1]{>{\centering\arraybackslash}m{#1}} |
¶过滤未使用的文献
zotero->tools有aux过滤器,直接用就可以了,使用后将生成Tag,筛选后导出即可
¶pandoc
1 | pandoc Optimal_site.tex -o output.docx -M autoEqnLabels \ |
¶latexpand[1]
一些期刊不接受不扁平化的结构,pandoc对复杂结构的处理也不是很好
latexpand - Flatten LaTeX file by expanding \include and \input, … and
remove comments
移除未使用的文件
1 |
|
¶中文编译指定内核
由于我使用vim写python、markdown等,因此latex也使用vim
由于使用vim插件,自动编译latex内核需要定义
1 | %!TEX program = xelatex |
¶minipage
1 | \begin{minipage}[c][10cm][c]{\textwidth} |
¶vimtex
cse
csc
¶Set up Skim Inverse or Backward Search
1 | nvim |
https://dr563105.github.io/blog/skim-vimtex-setup/
¶输出到txt
detex
¶不接受子图如何单独组合
https://texblog.org/2015/10/07/combining-sub-figures-to-a-single-figure-for-submission-to-journal/
¶教程
https://www.cnblogs.com/code-saturne/p/10565151.html
https://www.ctan.org/pkg/latexpand ↩︎