Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Definir ambientes dos elementos pré-textuais #12

Open
bruvellu opened this issue May 5, 2012 · 0 comments
Open

Definir ambientes dos elementos pré-textuais #12

bruvellu opened this issue May 5, 2012 · 0 comments

Comments

@bruvellu
Copy link
Owner

bruvellu commented May 5, 2012

Exemplo:

\newsavebox{\nome}
\newenvironment{epigrafeFe}[1]
{
\sbox{\nome}{\textit{#1}}
\begin{center}
\begin{minipage}{0.7\textwidth}
\vspace{4.5cm}
}
{\begin{flushright}
\usebox{\nome}
\end{flushright}
\end{minipage}
\end{center}
\newpage
}

Aplicação:

\begin{epigrafe}{Albert Einstein (1879$-$1955)}
“Tenha em mente que tudo que você aprende na escola é trabalho de muitas
gerações. Receba essa herança, honre-a, acrescente a ela e, um dia, fielmente,
deposite-a nas mãos de seus filhos.”
\end{epigrafe}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant