-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathconfig.tex
93 lines (79 loc) · 2.02 KB
/
config.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
\documentclass[12pt]{article}
\usepackage{graphicx}
\usepackage{subfig}
\usepackage{array}
\usepackage{rotating}
\usepackage{setspace}
%\singlespacing
%\onehalfspacing
\doublespacing
\usepackage{mathptm}
\usepackage{amsmath}
\usepackage{psfrag}
%\usepackage{cite}
\usepackage{bibentry}
\usepackage{fancyhdr}
\usepackage{lastpage}
\hoffset=-1.0in
\oddsidemargin=1.0in
\marginparwidth=0pt
\marginparsep=0pt
\textwidth=6.5in
\voffset=-1.0in
\topmargin=6pt
\headheight=66pt
\headsep=0.2in
\textheight=8.8in
\renewcommand{\headrulewidth}{0pt}
\pagestyle{fancy}
\fancyhead{}
\fancyfoot[c]{
Page \thepage{ }of \pageref{LastPage}\\
}
\renewcommand{\paragraph}[1]{%
\begin{center}
#1\\%
\end{center}%
}
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
\makeatletter
\long\def\@makecaption#1#2{%
\vskip\abovecaptionskip
%\sbox\@tempboxa{#1: #2}%
\sbox\@tempboxa{\Large{#1 #2}}%
\ifdim \wd\@tempboxa >\hsize
#1: #2\par
\else
\global \@minipagefalse
\hb@xt@\hsize{\hfil\box\@tempboxa\hfil}%
\fi
\vskip\belowcaptionskip}
\makeatother
% figure customization
\renewcommand\figurename{\large{}}
\renewcommand{\thefigure}{FIG. \textbf{\arabic{figure}}}
\renewcommand{\abovecaptionskip}{0pt}
%\renewcommand{\belowcaptionskip}{20pt}
%\makeatletter
%\setlength{\@fpsep}{-10pt}
%\makeatother
% subfigure customization
\renewcommand{\thesubfigure}{\thefigure\MakeUppercase{\bfseries\selectfont\alph{subfigure}}}
\captionsetup[subfigure]{font=large,labelformat=simple,listofformat=subsimple}
\captionsetup{lofdepth=2}
\makeatletter
\renewcommand{\p@subfigure}{}
\makeatother
\setcounter{topnumber}{10}
\setcounter{bottomnumber}{10}
\setcounter{totalnumber}{10}
\renewcommand{\topfraction}{.9}
\renewcommand{\bottomfraction}{.9}
\renewcommand{\textfraction}{.1}
\bibliographystyle{config/patent}
\input{config/commands.def}
%\let\tempmarginpar\marginpar
%\renewcommand\marginpar[1]{\tempmarginpar[\raggedleft\tiny\sf #1]{\raggedright\tiny\sf #1}}
%\setlength{\marginparwidth}{0.5in}
% turns off marginpar
%\renewcommand\marginpar[1]{}