32 lines
395 B
TeX
32 lines
395 B
TeX
\begin{itemize}
|
|
\item
|
|
\end{itemize}
|
|
|
|
|
|
\begin{figure}[]
|
|
\centering
|
|
\includegraphics[width=0.7\textwidth]{}
|
|
\caption[]{}
|
|
\label{}
|
|
\end{figure}
|
|
|
|
|
|
\begin{code}
|
|
\begin{lstlisting}[caption={[]},
|
|
label={listing:}]
|
|
|
|
\end{lstlisting}
|
|
\end{code}
|
|
|
|
|
|
\begin{table}[]
|
|
\centering
|
|
\begin{tabular}{r|l}
|
|
foo & bar \\
|
|
\hline
|
|
foo & bar \\
|
|
\end{tabular}
|
|
\caption[]{}
|
|
\label{}
|
|
\end{table}
|