|
@@ -1,68 +1,4 @@
|
|
|
-\documentclass[a4paper, 12pt]{article}
|
|
|
-
|
|
|
-\def\arcdeg{\hbox{$^\circ$}}
|
|
|
-\def\arcmin{\hbox{$^\prime$}}
|
|
|
-\def\arcsec{\hbox{$^{\prime\prime}$}}
|
|
|
-\def\farcs{\hbox{$.\!\!^{\prime\prime}$}}
|
|
|
-\def\farcm{\hbox{$.\!\!^{\prime}$}}
|
|
|
-\def\itfarcs{\hbox{{\it $.\!\!^{\prime\prime}$}}}
|
|
|
-\def\arcpt{${{\lower3pt\hbox{$^{\prime\prime}$}}\atop{\raise4pt\hbox{.}}}$}
|
|
|
-
|
|
|
-\setlength\evensidemargin{0.0in}
|
|
|
-\setlength\oddsidemargin{0.0in}
|
|
|
-\setlength\textwidth{6.5in}
|
|
|
-\setlength\textheight{9.5in}
|
|
|
-\setlength\topmargin{-0.5in}
|
|
|
-
|
|
|
-\usepackage{graphicx}
|
|
|
-
|
|
|
-\usepackage{geometry}
|
|
|
-\geometry{ headsep=20pt,
|
|
|
-headheight=20pt,
|
|
|
-left=10mm,
|
|
|
-top=15mm,
|
|
|
-right=10mm,
|
|
|
-bottom=15mm,
|
|
|
-footskip=20pt,
|
|
|
-includeheadfoot}
|
|
|
-
|
|
|
-\setlength{\parindent}{0em}
|
|
|
-
|
|
|
-
|
|
|
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
-% For Footer
|
|
|
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
-\usepackage[english]{babel}
|
|
|
-\usepackage[utf8]{inputenc}
|
|
|
-\usepackage{fancyhdr}
|
|
|
-
|
|
|
-\pagestyle{fancy}
|
|
|
-\fancyhf{}
|
|
|
-\renewcommand{\headrulewidth}{0pt}
|
|
|
-%\rhead{Share\LaTeX}
|
|
|
-%\lhead{Guides and tutorials}
|
|
|
-\rfoot{\thepage}
|
|
|
-\def\day{}
|
|
|
-\cfoot{\textit{\day}}
|
|
|
-
|
|
|
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
-% For Multiple Columns within Text
|
|
|
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
-\usepackage{multicol}
|
|
|
-
|
|
|
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
-% For Links to Websites
|
|
|
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
-% https://www.sharelatex.com/learn/Hyperlinks
|
|
|
-\usepackage{hyperref}
|
|
|
-\hypersetup{
|
|
|
- colorlinks=true,
|
|
|
- linkcolor=blue,
|
|
|
- filecolor=magenta,
|
|
|
- urlcolor=cyan,
|
|
|
-}
|
|
|
-
|
|
|
-\urlstyle{same}
|
|
|
+\include{preambule}
|
|
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
\begin{document}
|