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

相关推荐
蔗理苦6 天前
2025-04-03 Latex学习1——本地配置Latex + VScode环境
ide·vscode·学习·latex
北极象13 天前
Flutter中实现拍照识题的功能
flutter·latex·数学公式
Jason-nb17 天前
vscode + latex workshop + sumatraPDF
ide·vscode·编辑器·latex
D-A-X18 天前
vscode中latex的tex文件和pdf跳转
vscode·pdf·latex
zjoy_22331 个月前
【Latex】latex公式手册大全||积分公式表示||极限表达||矩阵的各种表达
python·学习·线性代数·数学·矩阵·latex·高等数学
AuGuSt_811 个月前
【工具推荐】在线提取PDF、文档、图片、论文中的公式
latex
小草cys1 个月前
word中把latex公式快速转换为word公式
word·latex·公式转换
Vin0sen1 个月前
latex 环境配置
latex
Better Rose3 个月前
2025美赛Latex模板可直接运行!O奖自用版
数学建模·latex·template method·美赛
摸鱼仙人~3 个月前
3D滤波器处理遥感tif图像
latex