-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMain_ResearchNotes_TwoPager_arxiv.tex
98 lines (81 loc) · 3.12 KB
/
Main_ResearchNotes_TwoPager_arxiv.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
% %\documentclass{report}
% \documentclass[10pt]{article}
% \usepackage[paperwidth=21cm, paperheight=29.7cm,top=10mm, bottom=10mm, left=17mm, right=12mm]{geometry} %dont use, overrides many options
% %\usepackage[figuresright]{rotating}
% \usepackage{algorithmic}
% \usepackage{algorithm}
% \usepackage{booktabs}
% \usepackage{enumitem}
% %\usepackage{html}
% \usepackage{url}
% %\usepackage{wrapfig}
% \usepackage{color}
% %\usepackage{array}
% %\usepackage{textcomp}
% %\usepackage{longtable}
% \usepackage{amsmath}
% \usepackage{amsfonts}
% \usepackage{amssymb}
% \usepackage{graphicx}
% %\usepackage{microtype} % improves line-breaks in narrow columns
% \usepackage{enumitem}
% \usepackage{subfig}
% %%\usepackage{cite}
% %\usepackage{eucal}
% \usepackage[export]{adjustbox}
% \usepackage{dirtree}
% %\usepackage[colorinlistoftodos,textwidth=0.95\marginparwidth]{todonotes} % To add in-line review comments
% %\usepackage{changes}
% \usepackage[font=small,skip=0pt]{caption}
% \usepackage[affil-it]{authblk}
% \usepackage{natbib}
% \setlength{\bibsep}{0pt plus 0.3ex}
% \usepackage{titlesec}
% \titlespacing\section{0pt}{12pt plus 8pt minus 2pt}{0pt plus 8pt minus 2pt}
% \titlespacing\subsection{0pt}{12pt plus 4pt minus 2pt}{0pt plus 2pt minus 2pt}
% \titlespacing\subsubsection{0pt}{12pt plus 4pt minus 2pt}{0pt plus 2pt minus 2pt}
\documentclass{article}
\usepackage{arxiv}
\usepackage[utf8]{inputenc} % allow utf-8 input
\usepackage[T1]{fontenc} % use 8-bit T1 fonts
\usepackage{hyperref} % hyperlinks
\usepackage{url} % simple URL typesetting
\usepackage{booktabs} % professional-quality tables
\usepackage{amsfonts} % blackboard math symbols
\usepackage{nicefrac} % compact symbols for 1/2, etc.
\usepackage{microtype} % microtypography
\usepackage[font=small,skip=0pt]{caption}
\usepackage{enumitem}
\usepackage{subfig}
\usepackage[export]{adjustbox}
\usepackage{graphicx}
\title{Computing a well-connected Midsurface} % Your article title
% \author{Yogesh Kulkarni%
% \thanks{E-mail: \texttt{[email protected]}, Profile: \texttt{https://www.linkedin.com/in/yogeshkulkarni}, Phone: \texttt{+91 9890251406}}}
% \affil{PhD Student, Department of Mechanical Engineering, College of Engineering Pune, India.}
% \date{} % Add a date here if you would like one to appear underneath the title block
\author{
Yogesh H. Kulkarni\thanks{http://www.yati.io} \\
College of Engineering Pune (CoEP), India\\
\texttt{[email protected]} \\
%% examples of more authors
\And
Anil D. Sahasrabudhe \\
Director,CoEP, India\\
\And
Muknd S. Kale \\
Manager, Siemens PLM, India\\
}
\begin{document}
\maketitle
\begin{abstract}
\input{Abstract_Overall_presyn_paper}
\end{abstract}
\keywords{CAD \and Sheet Metal Features Taxonomy \and Defeaturing \and Model Simplification \and Feature Abstraction \and Topological Validation \and Cellular Decomposition \and Midsurface \and CAE.}
\input{Introduction_Overall_acm_paper}
\input{Body_Overall_acm_paper}
\input{Conclusion_Overall_acm_paper}
\bibliographystyle{unsrt}
%\bibliographystyle{plain-short}
\bibliography{Bibliography}
\end{document}