-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yml
43 lines (33 loc) · 1.01 KB
/
meta.yml
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
---
papersize: a4
fontsize: 12pt
mainfont: "Times New Roman"
geometry: margin=2.5cm
linestretch: 1.5
indent: 0.5in
bibliography: ./references.bib
csl: ./format/style.csl
header-includes: |
\usepackage{ragged2e}
\usepackage{graphicx}
\usepackage{fancyhdr}
\usepackage{titlesec}
\titleformat{\section}[block]{\centering\bfseries\Large}{\thesection}{1em}{}
\addtocontents{toc}{\protect\thispagestyle{empty}}
\usepackage{csvsimple, longtable}
\newcommand\tsv[1]{\csvautolongtable[respect all, separator=tab]{#1.tsv}}
\newcounter{figures}
\newcommand\newfigure[2]{
\phantomsection\refstepcounter{figures}
\addcontentsline{lof}{subsection}{Figura \arabic{figures}. #2}
\centering
\textbf{Figura \arabic{figures}.}\label{#1}
\textit{#2}}
\newcounter{tables}
\newcommand\newtable[2]{
\phantomsection\refstepcounter{tables}
\addcontentsline{lot}{subsection}{Tabla \arabic{tables}. #2}
\centering
\textbf{Tabla \arabic{tables}}\label{#1}
\textit{#2}}
---