插入图片


插入图片
\documentclass{ctexart}
\usepackage{ctex}
% 导言区:\usepackage{graphicx}
% 语法:\includegraphics[<选项>]{<文件名>}
% 格式:EPS,PDF,PNG,JPEG,BMP
\usepackage{graphicx}
\graphicspath{{fig/},{pic/}} % 图片的搜索路径(同一文件夹下)


\begin{document}
    \LaTeX{}中的插图:

    \includegraphics[scale=0.5]{vctk.png}

    \includegraphics[height=2cm]{vctk.png}

    \includegraphics[width=2cm]{vctk.png}

    \includegraphics[height=0.1\textheight]{vctk.png}
    
    \includegraphics[height=0.1\textwidth]{vctk.png}

    \includegraphics[angle=-45,height=0.1\textwidth]{vctk.png}

    \includegraphics[angle=45,width=0.2\textwidth]{vctk.png}
    
    \includegraphics[scale=0.5]{test2.pdf}
\end{document}


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM