Skip to content
Snippets Groups Projects
Commit 9dd51582 authored by Eduardo E. R. Junior's avatar Eduardo E. R. Junior
Browse files

Adiciona comando latex para título das rotinas

parent cb9dd46b
No related branches found
No related tags found
1 merge request!54Issue#65
...@@ -216,6 +216,28 @@ $else$ ...@@ -216,6 +216,28 @@ $else$
\predate{}\postdate{} \predate{}\postdate{}
$endif$ $endif$
% Para o apêndice de exemplo de rotinas
\usepackage{tabularx}
\usepackage{float}
\newcommand{\routine}[1]{
% \rule{1\textwidth}{.4pt} \\ [0.1cm]
% \hspace*{1cm}\texttt{#1} \\ [0cm]
% \rule{1\textwidth}{.4pt}
%% Não funcionou, pois as linhas não ficavam vinculadas ao texto,
%% podendo ficar a linha em uma pagina e o texto na outra.
\begin{table}[H]
\centering
\begin{tabularx}{1\textwidth}{l}
\hline
\\ [-0.05cm]
\large{\texttt{#1}} \\
\\ [-0.05cm]
\hline
\end{tabularx}
\end{table}
}
$for(header-includes)$ $for(header-includes)$
$header-includes$ $header-includes$
$endfor$ $endfor$
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment