Last active
          October 31, 2019 15:53 
        
      - 
      
 - 
        
Save sftom/1b8e8de97e6a7eba2f537418e20ac485 to your computer and use it in GitHub Desktop.  
    LaTeX snippets
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | \begin{figure}[htb] | |
| \IBGEtab{ | |
| \caption{A boat.} | |
| \label{fig:boat1} | |
| }{ | |
| \includegraphics[width=0.90\textwidth]{boat.pdf} | |
| }{ | |
| \fonte{The Author.} | |
| } | |
| B | |
| \end{figure} | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | \begin{listing}[ht] | |
| \IBGEtab{ | |
| \caption{Example from external file} | |
| \label{listing:3} | |
| }{ | |
| \inputminted{octave}{BitXorMatrix.m} | |
| }{ | |
| \fonte{The Author.} | |
| } | |
| \end{listing} | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | \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