-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
63 lines (52 loc) · 1.09 KB
/
main.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
52
53
54
55
56
57
58
59
60
61
62
63
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[italian]{babel}
\usepackage{verbatim}
\usepackage{geometry}
\usepackage{enumitem}
\usepackage{ccicons}
\usepackage{setspace}
\usepackage{hyperref}
\usepackage{xcolor}
\usepackage{tikz}
\usepackage{graphicx}
\usepackage{siunitx}
\usepackage{amsmath}
\geometry{left = 2 cm, right = 2 cm, bottom = 2 cm, top = 2.5 cm}
\setlength{\parindent}{0em}
\hypersetup{
colorlinks,
linkcolor={black},
citecolor={black},
urlcolor={black}
}
\pagestyle{plain}
\pagenumbering{gobble}
\title{\Huge Electric Circuits Exercises}
\author{}
\date{}
\begin{document}
\maketitle
\vspace{2cm}
\begin{figure}[h]
\includegraphics[height=8cm]{img/mathew-schwartz-Il3MNqC5Q1E-unsplash.jpg}
\centering
\end{figure}
\vspace{7cm}
\large
\begin{doublespacing}
\hypersetup{
urlcolor=black,
}\urlstyle{same}
\centerline{GitHub: \url{https://github.com/klaids}}
%\vspace{21em}
\centerline{Last Update on: 27/05/2021}
\end{doublespacing}
\newpage
\tableofcontents
\clearpage
\pagenumbering{arabic}
\newpage
\input{DCcircuit}
\input{ACcircuit}
\end{document}