-
Notifications
You must be signed in to change notification settings - Fork 0
/
food-50-80-20-data-augmentation-1000.tex
62 lines (48 loc) · 1.3 KB
/
food-50-80-20-data-augmentation-1000.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
\documentclass[9pt]{article}
\PassOptionsToPackage{hyphens}{url}\usepackage{hyperref}
\setlength{\parindent}{20pt}
\setlength{\parskip}{5pt}
\usepackage{xcolor}
\usepackage[english]{babel}
\usepackage{nameref}
\usepackage{footnote}
\usepackage{refcount}
\usepackage{makecell}
\usepackage[a4paper, total={6in, 10in}]{geometry}
\usepackage{titlesec}
\usepackage{graphicx}
\usepackage{setspace}
\usepackage{url}
\usepackage{amsmath,amsfonts,amssymb}
%\usepackage{indentfirst}
\usepackage{float}
\usepackage{pgf}
\usepackage{color,soul}
\usepackage{tabularx}
\makesavenoteenv{tabular}
\makesavenoteenv{table}
\setcounter{secnumdepth}{5}
\setcounter{tocdepth}{4}
\titleformat{\paragraph}
{\normalfont\normalsize\bfseries}{\theparagraph}{1em}{}
\titlespacing*{\paragraph}
{0pt}{3.25ex plus 1ex minus .2ex}{1.5ex plus .2ex}
\usepackage[bottom]{footmisc}
\DeclareUnicodeCharacter{2212}{-}
\newcommand\inputpgf[2]{{
\let\pgfimageWithoutPath\pgfimage
\renewcommand{\pgfimage}[2][]{\pgfimageWithoutPath[##1]{#1/##2}}
\input{#1/#2}
}}
% table col separation
\setlength\tabcolsep{0pt}
% -------------------- %
% Start document %
% -------------------- %
\begin{document}
% -------------------- %
% Python content %
% -------------------- %
\input{pages/python-food-50-80-20-data-augmentation-1000}
\pagebreak
\end{document}