-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.tex
51 lines (46 loc) · 1.34 KB
/
template.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
\documentclass[a4paper, 11pt]{tufte-handout}
\usepackage[margin=0.7in]{geometry}
\usepackage{framed}
\usepackage{graphicx}
\usepackage{xcolor}
\usepackage{blindtext}
\usepackage{xcolor}
\usepackage{mdframed}
\usepackage{indentfirst}
\usepackage{graphicx}
\usepackage{subcaption}
\usepackage{hyperref}
%\usepackage{txfonts}
\usepackage{amsmath}
\usepackage{titling}
\usepackage{titlesec}
\usepackage[brazil]{babel}
\definecolor{LightGray}{gray}{0.97}
\usepackage{minted}
\usepackage{xcolor}
\setminted[fortran]{
framesep=2mm,
baselinestretch=1.2,
bgcolor=LightGray,
fontsize=\footnotesize,
linenos}
\titleformat{\section}{\normalfont\Large\bfseries}{\thesection}{1em}{}[\titlerule]
\titleformat{\subsection}{\normalfont\large\bfseries}{\thesubsection}{1em}{}
% \renewcommand\thesubsection{\Alph{subsection}}
\graphicspath{ {../src/graficos/} }
\hypersetup{
pdfauthor={Jefter Santiago},
pdftitle={Projeto 5 - Simulações de Monte Carlo},
pdfcreator={Jefter Santiago},
pdflang={Portuguese},
colorlinks=true, % Color links instead of boxes
linkcolor=blue, % Color of internal links
citecolor=green, % Color of citation links
urlcolor=blue, % Color of URLs
}
\title{\color{blue}Projeto 5 - Simulações de Monte Carlo}
\author{Jefter Santiago (12559016)}
\date{Entrega: 01/06/2024}
\begin{document}
\maketitle
\end{document}