MT/config/examples.tex

32 lines
395 B
TeX
Raw Normal View History

2020-08-20 17:39:46 +02:00
\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}