使用 LaTeX 绘制图片

使用 LaTeX 绘制图片

在此处输入图片描述

我尝试使用 LaTeX 绘制下面的图片。

答案1

在此处输入图片描述

\documentclass{article}
\usepackage{graphicx}
\begin{document}


\includegraphics[height=100pt]{core}%
\begin{picture}(0,0)\tiny
\put(0,100){\line(1,0){40}}
\put(0,55){\line(1,0){30}}
\put(0,42){\line(1,0){40}}
\put(10,102){Surface du xx}
\put(10,95){Zone raxhvxkcv}
\put(10,70){\begin{tabular}{@{}l@{}}ZONE\\NON\\SATUREE\end{tabular}}
\put(10,30){\ldots\ \ldots}
\end{picture}


\end{document}

相关内容