-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Bem vindos à wiki tese_lncc!
Aqui apresentamos algumas dicas de customização.
Basta procurar no arquivo tese_lncc.tex
o comando hypersetup
. Lá você pode trocar as cores e estilos dos vários tipos de links.
Adicione o comando hidelinks
para que os links não sejam destacados de maneira alguma no texto.
Se quiser destacar apenas com caixas de marcação, basta mudar colorlinks=true
para colorlinks=false
.
Para colocar o documento em inglês, basta alterar a ordem das línguas em
-
\PassOptionsToPackage{english,main=brazil}{babel}
para\PassOptionsToPackage{main=english}{babel}
, -
\documentclass[...]
, deixando a última língua comoenglish
, -
\selectlanguage{brazil}
para\selectlanguage{english}
.
% CONFIGURAÇÕES DE USUÁRIO % --- % --- % Theorems with box
\usepackage{mdframed} \newmdtheoremenv{boxRemark}{Remark}
\let\oldremark\remark \let\oldendremark\endremark \renewenvironment{remark} {\begin{mdframed}[nobreak=true]\boxRemark} {\endboxRemark \end{mdframed}} % ---
% --- % Teoremas em Ingles \theoremstyle{plain} \newtheorem{theorem}{Theorem}[chapter] \newtheorem{proposition}[theorem]{Proposition} \newtheorem{corollary}[theorem]{Corollary} \newtheorem{lemma}[theorem]{Lemma} \theoremstyle{definition} \newtheorem{definition}[theorem]{Definition} \newtheorem{axiom}[theorem]{Axiom} \theoremstyle{remark} \newtheorem{remark}[theorem]{Remark} % ---