Latex(Overleaf)是否能够添加url图片

Latex(Overleaf)是否能够添加url图片(像markdown一样),好像不行!

Latex(Overleaf)是否能够添加url图片

初步结论:

好像没有这种功能;


参考链接:

https://tex.stackexchange.com/questions/5433/can-i-use-an-image-located-on-the-web-in-a-latex-document

Can I use an image located on the web in a LaTeX document?

Short answer: no. You will need to download the image and use it locally if you want to include it in your document. pdfTeX and XeTeX do not include the necessary code to grab an image from an arbitrary location.


方案1:把图片下载下来后,重新上传到overleaf;

方案2:实验失败

\write18{wget https://imagewwyt-1312423176.cos.ap-guangzhou.myqcloud.com/img/image-20220914133627303.png}
\includegraphics{image-20220914133627303.png}

方案3:好像也不行(ConTeXt )

\externalfigure[http://www.site.com/path/to/figure.png] 
posted @   bH1pJ  阅读(66)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· Manus的开源复刻OpenManus初探
· AI 智能体引爆开源社区「GitHub 热点速览」
· 三行代码完成国际化适配,妙~啊~
· .NET Core 中如何实现缓存的预热?
点击右上角即可分享
微信分享提示