||
直接在vs code的扩展里面搜索Paste Image并安装即可。
第一步:
由于Paste Image的默认快捷键是Ctrl-Alt-V,和LaTeX Workshop的查看PDF快捷键一致,会产生冲突。所以在文件——首选项——键盘快捷方式
里面搜索Ctrl-Alt-V这个快捷键,删除LaTeX Workshop那个或者修改为其他快捷键。
第二步:
在设置settings.json中修改Paste Image的参数:
// Paste Image "pasteImage.insertPattern": "\\begin{figure}[htbp]\n \\centering\n \\includegraphics[width=0.7\\textwidth]{figure/${imageSyntaxPrefix}${imageFilePath}${imageSyntaxSuffix}}\n \\caption{ }\n \\label{ }\n\\end{figure}"
直接看图吧!
可以注意到第三行其中一个“figure”,这是因为我在编写LaTeX时,通常把图片放在这个固定的文件夹,如果你的文件夹不是这个名字,记得修改哦。
Archiver|手机版|科学网 ( 京ICP备07017567号-12 )
GMT+8, 2024-11-24 16:40
Powered by ScienceNet.cn
Copyright © 2007- 中国科学报社