Skip to content

Instantly share code, notes, and snippets.

@sftom
Last active October 31, 2019 15:53
Show Gist options
  • Save sftom/1b8e8de97e6a7eba2f537418e20ac485 to your computer and use it in GitHub Desktop.
Save sftom/1b8e8de97e6a7eba2f537418e20ac485 to your computer and use it in GitHub Desktop.
LaTeX snippets
\begin{figure}[htb]
\IBGEtab{
\caption{A boat.}
\label{fig:boat1}
}{
\includegraphics[width=0.90\textwidth]{boat.pdf}
}{
\fonte{The Author.}
}
B
\end{figure}
\begin{listing}[ht]
\IBGEtab{
\caption{Example from external file}
\label{listing:3}
}{
\inputminted{octave}{BitXorMatrix.m}
}{
\fonte{The Author.}
}
\end{listing}
\begin{table}[htb]
\IBGEtab{
\caption{Legenda da tabela.}%
\label{tab:71532}
}{
\begin{tabular}{ccc}
\toprule
Nome & Nascimento & Documento \\
\midrule \midrule
Maria da Silva & 11/11/1111 & 111.111.111-11 \\
\midrule
João Souza & 11/11/2111 & 211.111.111-11 \\
\midrule
Laura Vicuña & 05/04/1891 & 3111.111.111-11 \\
\bottomrule
\end{tabular}
}{
\fonte{The Author.}
}
\end{table}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment