Files
snippets/latex/figure.tex
2022-03-18 14:23:35 +08:00

8 lines
156 B
TeX

\usepackage{graphicx}
\begin{figure}[h]
\includegraphics[width=0.7\linewidth]{ripple.jpg}
\centering
\caption{漣波計數器電路圖}
\end{figure}