-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
35 lines (27 loc) · 774 Bytes
/
main.tex
File metadata and controls
35 lines (27 loc) · 774 Bytes
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
\documentclass[12pt]{article}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[utf8]{luainputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{tikz}
\usetikzlibrary{arrows,arrows.meta,decorations.pathmorphing,backgrounds,positioning,fit,petri}
\usepackage[all]{xy}
\usepackage{mathrsfs}
\usepackage{array}
\usepackage[none]{hyphenat}
\usepackage[activate={true,nocompatibility},final,tracking=true,kerning=true,spacing=true]{microtype}
\newcolumntype{R}{>{$}r<{$}}
\newcolumntype{L}{>{$}l<{$}}
#bash
# echo "\title{$TITLE}"
# echo "\author{$AUTHOR}"
##\date{Martedì, 2017, D.C.}
\begin{document}
\maketitle
\section{Index}
\subsection{Index}
\tableofcontents
\newpage
#ls tex/*.tex | sort | sed -re's/^/\\input{..\//g;s/$/}/g'
\end{document}