当前位置:网站首页>[Latex] 插入圖片
[Latex] 插入圖片
2022-06-13 00:57:00 【讓我安靜會】
將圖片統一放入picture文件夾:
\begin{
figure}[ht]
\centering
\includegraphics[scale=0.6]{
picture/model.png}
\caption{
this is a figure demo}
\label{
fig:pathdemo}
\end{
figure}
在正文中,引用該圖片的時候:~\ref{fig:pathdemo}
添加svg矢量圖
將.svg圖片轉為.pdf圖片,下載並安裝:https://inkscape.org/release/all/windows/64-bit/exe/
記得選擇,添加到PATH,否則後續要手動添加:
在需要轉換的svg圖片(demo.svg)下進入cmd,輸入:
inkscape -D --export-type=pdf --export-latex demo.svg
參考:
- Latex中插入圖片:https://blog.csdn.net/qq_35091353/article/details/111403178
- 【Latex】latex導入svg圖片:https://blog.csdn.net/dl962454/article/details/114479159
- 【InkScape+LaTeX】如何繪制矢量圖並優雅地用在LaTeX文檔中?:https://www.bilibili.com/video/BV1V7411u7cg?p=2
边栏推荐
- Common skills for quantitative investment - indicators Chapter 3: detailed explanation of RSI indicators, their code implementation and drawing
- Oceanbase is the leader in the magic quadrant of China's database in 2021
- 【服务器数据恢复】存储服务器之间迁移数据时数据丢失恢复成功案例
- Common skills of quantitative investment -- Drawing Part 1: Drawing stock closing price curve and ochl candle chart
- Androi天气
- MySQL locates the position of the character in the string String substitution
- Lessons learned from the NLP part of the course "Baidu architects hands-on deep learning"
- Kotlin 协程挂起函数 suspend 关键字
- Andersen global expands its business in northern Europe through cooperation agreements in Finland and Denmark
- What is dummy change?
猜你喜欢
[JS] battle chess
How to choose stocks? Which indicator strategy is reliable? Quantitative analysis and comparison of DBCD, ROC, vroc, Cr and psy index strategy income
With a market value of more than trillion yuan and a sales volume of more than 100000 yuan for three consecutive months, will BYD become the strongest domestic brand?
What is meebits? A brief explanation
Self use notes for problem brushing learning
Liu Hui and introduction to nine chapter arithmetic and island arithmetic
Quantitative investment traditional index investment decision vs Monte Carlo simulation method
高阶极点对于波形的影响
三栏简约typecho主题Lanstar/蓝星typecho主题
五篇经典好文,值得一看
随机推荐
Lessons learned from the NLP part of the course "Baidu architects hands-on deep learning"
Tree - delete all leaf nodes
Binary tree - right view
Three threads print digital demo alternately
[backtrader source code analysis 7] analysis of the functions for calculating mean value, variance and standard deviation in mathsupport in backtrader (with low gold content)
生物解锁--指纹录入流程
Jenkins持续集成操作
Get preview of precast body
人神共愤,唐山“群殴女性事件”细节...
Kotlin 协程的四种启动模式
深度学习训练多少轮?迭代多少次?
Win10 home vs pro vs enterprise vs enterprise LTSC
[JS] battle chess
[003] embedded learning: creating project templates - using stm32cubemx
Druid reports an error connection holder is null
Most elements leetcode
牌好不好无法预料
[JS component] floating text
Unity calls alertdialog
Can GPU acceleration pytorch work?