当前位置:网站首页>[latex] insert picture

[latex] insert picture

2022-06-13 00:57:00 Keep me quiet

Put pictures together picture Folder :

\begin{
    figure}[ht]
\centering
\includegraphics[scale=0.6]{
    picture/model.png}
\caption{
    this is a figure demo}
\label{
    fig:pathdemo}
\end{
    figure}

In the text , When quoting this picture :~\ref{fig:pathdemo}

add to svg Vectorgraph

take .svg Turn the picture into .pdf picture , Download and install :https://inkscape.org/release/all/windows/64-bit/exe/

Remember to choose , Add to PATH, Otherwise, you need to add it manually : Insert picture description here

Where conversion is required svg picture (demo.svg) Down entry cmd, Input :

inkscape -D --export-type=pdf --export-latex demo.svg

Reference resources :

  1. Latex Insert picture in :https://blog.csdn.net/qq_35091353/article/details/111403178
  2. 【Latex】latex Import svg picture :https://blog.csdn.net/dl962454/article/details/114479159
  3. 【InkScape+LaTeX】 How to draw vector graph and use it gracefully in LaTeX In the document ?:https://www.bilibili.com/video/BV1V7411u7cg?p=2
原网站

版权声明
本文为[Keep me quiet]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/164/202206130052498625.html