请问怎么实现图片的重叠效果?类似这样
查看更多
这有什么难的,用 tikz, node 位置错开一点连续放三个图不就行了。
tikz
\documentclass{standalone} \usepackage{tikz} \begin{document} \begin{tikzpicture} \foreach \x in {1,2,3} {\node at (-45:\x*0.5){\includegraphics{example-image-a.pdf}};} \end{tikzpicture} \end{document}
可以考虑一下 overpic
overpic
也许可以考虑用xcoffins宏包。xcoffins 宏包手册帮助文档(中译版),https://www.latexstudio.net/index/details/index/mid/1394。
发布 问题
分享 好友
手机 浏览
回到 顶部