latex/beamer/\345\233\263\343\201\256\346\214\277\345\205\245.md
... ...
@@ -0,0 +1,12 @@
1
+```
2
+\documentclass{beamer}
3
+\begin{document}
4
+
5
+\begin{frame}
6
+\begin{figure}
7
+ \includegraphics[width=\textwidth]{example-image-a}
8
+\end{figure}
9
+
10
+\end{frame}
11
+\end{document}
12
+```
... ...
\ No newline at end of file