LaTeX插入裁剪后的pdf图像

画图

VSCode + Draw.io Integration插件

有数学公式的打开下面的选项:

导出

File -> Export -> .svg导出成svg格式的文件。然后用浏览器打开svg文件后Ctrl+P选择另存为PDF,将图片存成pdf格式。

裁剪

只要安装了TeXLive,就只需要在图片pdf所在路径下使用以下命令,其中origin.pdf是需要裁剪的pdf,而crop.pdf表示裁剪后的pdf名称,pdfcrop会自动识别裁剪的区域:

bash 复制代码
pdfcrop origin.pdf crop.pdf

使用

tex 复制代码
\begin{figure}
    \centering
	\includegraphics[width=\columnwidth]{xxx.pdf}
    \caption{Description.}
    \label{fig:xxx}
\end{figure}

编译:pdflatex -> bibtex -> pdflatex*2

相关推荐
磁悬浮青蛙呱呱呱13 天前
xdvipdfmx:fatal: File ended prematurely. No output PDF file written.
latex
EtherWanderer14 天前
Markdown 到 LaTeX:Overleaf 学习笔记
笔记·学习·latex
hallo-ooo16 天前
【LaTex】基础语法入门
latex
伊织code18 天前
LaTeX OCR - 数学公式识别系统
python·ai·ocr·latex·数学公式识别
Etincelle1 个月前
【LaTeX】Word插入LaTeX行间公式如何编号和对齐
word·wps·latex
伊织code1 个月前
MixTeX - 支持CPU推理的多模态LaTeX OCR
python·ai·ocr·latex·mixtex
CarnivoreRabbit2 个月前
Beamer-LaTeX学习(教程批注版)【2】
学习·latex·beamer
蔗理苦2 个月前
2025-04-03 Latex学习1——本地配置Latex + VScode环境
ide·vscode·学习·latex
北极象2 个月前
Flutter中实现拍照识题的功能
flutter·latex·数学公式
Jason-nb2 个月前
vscode + latex workshop + sumatraPDF
ide·vscode·编辑器·latex