Template para Folders (DE-UFPB)
Auteur
Departamento de Estatística - UFPB
Last Updated
il y a 5 ans
License
Creative Commons CC BY 4.0
Résumé
Template do Departamento de Estatística da UFPB para criação de folders.
Template do Departamento de Estatística da UFPB para criação de folders.
\documentclass[12pt,a4paper]{leaflet}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[portuges]{babel}
\usepackage{color,flowfram,graphicx}
\usepackage{wrapfig,rotating}
\usepackage{multirow,multicol,array,mathpazo}
\usepackage{titlesec}
\usepackage{framed,libertine}
\usepackage[usenames,dvipsnames,svgnames]{xcolor}
\usepackage{amssymb}
\usepackage{subcaption}
\usepackage{enumitem}
\usepackage{setspace,fontawesome} %fb and youtube icon
\usepackage[colorlinks=true, urlcolor=black]{hyperref}
\urlstyle{same}
\definecolor{escurode}{HTML}{001132}
\definecolor{clarode}{HTML}{083765}
\definecolor{laranjade}{HTML}{FF0007}
\definecolor{amarelode}{HTML}{FFFC00}
\titleformat*{\section}{\huge\bf\color{escurode}}
\renewcommand{\labelitemi}{$\textcolor{laranjade}{\blacktriangleright}$}
\renewcommand{\labelitemii}{$\textcolor{clarode}{\blacktriangleright}$}
\renewcommand{\labelitemiii}{$\textcolor{escurode}{\blacktriangleright}$}
\renewcommand{\theenumi}{\color{laranjade}{\arabic{enumi}}}
\renewcommand{\theenumii}{\color{clarode}{\alph{enumii}}}
\renewcommand{\theenumiii}{\color{escurode}{\roman{enumiii}}}
\newcommand{\destacado}[2]{\textcolor{#1}{\textbf{#2}}}
\newcommand*\openquote{\makebox(25,-22){\scalebox{5}{``}}}
\newcommand*\closequote{\makebox(25,-22){\scalebox{5}{''}}}
\colorlet{shadecolor}{escurode}
\makeatletter
\newif\if@right
\def\shadequote{\@righttrue\shadequote@i}
\def\shadequote@i{\begin{snugshade}\begin{quote}\openquote}
\def\endshadequote{%
\if@right\hfill\fi\closequote\end{quote}\end{snugshade}}
\@namedef{shadequote*}{\@rightfalse\shadequote@i}
\@namedef{endshadequote*}{\endshadequote}
\makeatother
%FONT Change
%\renewcommand{\familydefault}{cmss}
% To draw a horizontal Line
\newcommand{\sectionline}{
\nointerlineskip \vspace{\baselineskip}
\hspace{\fill}\rule{0.8\linewidth}{.7pt}\hspace{\fill}
\par\nointerlineskip \vspace{\baselineskip}
}
% Make a border along the top of each page
\setmargins{15mm}{15mm}{7mm}{7mm}
\vtwotonetop{1cm}{0.6\paperwidth}{[cmyk]{0.96,0.97,0.56,0.46}}{topleft}{0.4\paperwidth}{[cmyk]{0.96,0.97,0.56,0.46}}{topright}
\vtwotonebottom{1cm}{0.6\paperwidth}{[cmyk]{0.96,0.97,0.56,0.46}}{bottomleft}{0.4\paperwidth}{[cmyk]{0.96,0.97,0.56,0.46}}{bottomright}
% \pagestyle{empty}
\begin{document}
\input{partes/cima-direita.tex}
\newpage
\input{partes/baixo-direita.tex}
\newpage
\input{partes/baixo-meio.tex}
\newpage
\input{partes/baixo-esquerda.tex}
\newpage
\input{partes/cima-esquerda.tex}
\newpage
\input{partes/cima-meio.tex}
\end{document}