-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.tex
More file actions
43 lines (41 loc) · 1.16 KB
/
test.tex
File metadata and controls
43 lines (41 loc) · 1.16 KB
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
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{amsmath,amsfonts,amssymb,amsthm}
\usepackage{mathtools}
\usepackage{commath}
\usepackage[sc,osf]{mathpazo}
\usepackage{graphicx}
\usepackage{multicol}
\usepackage{tcolorbox}
\usepackage{rotating}
\usepackage{float}
\restylefloat{table}
\usepackage{subcaption}
\usepackage{placeins}
\usepackage[dvipsnames]{xcolor}
\usepackage[%
colorlinks=true,
pdfborder={0 0 0},
linkcolor=blue
]{hyperref}
\usepackage[colorinlistoftodos]{todonotes}
\usepackage{vmargin} % Administrar márgenes
\setcounter{tocdepth}{3}
\setpapersize{A4} % Definir tamaño del papel
\setmargins{2.5cm} % Margen izquierdo
{1cm} % Margen superior
{16.5cm} % Área de impresión horizontal
{23.42cm} % Area de impresión vertical
{15mm} % Encabezado
{5mm} % Espacio entre el encabezado y el texto
{10pt} % Pie de página
{3mm} % Espacio entre el pie de página y el texto
\title{Repelling–Attracting Metropolis Algorithm^{~\ref{foot}}}
\author{Course Project under Prof. Dootika Vats}
\date{Submission Date: \today}
\begin{document}
...
\footnote{\label{foot}Students: Anjan Kayal, Sunil Dhaka}.
...
\end{document}