-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharticle.tex
149 lines (110 loc) · 3.4 KB
/
article.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
%%This article template was last updated 30 September 2003 --- Tim Null
%%It is part of the
%%Pmetrika LaTeX Style File Package for Psychometrika Authors
%%This is the \LaTeX2e "article" template for the journal Psychometrika.
%%It can be freely used and modified by anyone.
%%
%% ITEM 1 [See the "howto.tex" file.]
%%
\documentclass[titlepage,11pt]{article}
%\documentclass[titlepage,a4paper,11pt]{article}
%%ITEM 2 [See the "howto.tex" file.]
\usepackage[dvips]{graphicx}
%\usepackage[draft,dvips]{graphicx}
%\usepackage[pdftex]{graphicx}
%\usepackage[draft,pdftex]{graphicx}
%% ITEM 3 [See the "howto.tex" file.]
\usepackage[myheadings]{fullpage}
\usepackage{pmetrika}
\usepackage{pmbib}
\usepackage{submit}
%% ITEM 4 [See the "howto.tex" file.]
%\setcounter{secnumdepth}{3}
%% ITEM 5 [See the "howto.tex" file.]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% ENTER YOUR PERSONAL PREAMBLE ITEMS IN THIS SECTION
%% Some examples provided
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Begin Section %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\usepackage{}
%\usepackage{}
%input
\def\diag{\mathrm{diag}}
\def\vec{\mathrm{vec}}
\def\cov{\mathrm{cov}}
\def\tr{\mathrm{Tr}}
\def\pr{\mathrm{Pr}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% End Section %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%% ITEM 6 [See the "howto.tex" file.]
\begin{titlepage}
\title{}
%%Disable \markright for your submission,
%%if it includes any author names.
%%Note: The "submit" package includes a running header.
%\markright{\MakeLowercase{\textsc{}}}
\author{}
\affil{}
%\author{}
%\affil{}
\vspace{\fill}\centerline{\today}\vspace{\fill}
%\comment{This research was funded by .}
%\thanks{I would like to thank .}
\linespacing{1}
\contact{Correspondence should be sent to\\
\noindent E-Mail: \break
\noindent Phone: \break
\noindent Fax: \break
\noindent Website: }
\end{titlepage}
%% ITEM 7 [See the "howto.tex" file.]
\setcounter{page}{2}
\vspace*{2\baselineskip}
\RepeatTitle{Your Title Goes Here Again}\vskip3pt
\linespacing{1.5}
%% ITEM 8 [See the "howto.tex" file.]
\abstracthead
\begin{abstract}
\begin{keywords}
\end{keywords}
\end{abstract}\vspace{\fill}\pagebreak
%% ITEM 8 [See the "howto.tex" file.]
\section{Introduction}
\vspace{\fill}\pagebreak
%% ITEM 9 [See the "howto.tex" file.]
%\appendix
%\renewcommand{\theequation}{A\arabic{equation}}
%\setcounter{equation}{0}
%\renewcommand{\thesection}{\Alph{subsection}}
%\setcounter{section}{0}
%\section*{Appendix}
%\section*{Appendix A}
%\section*{Appendix B}
%\vspace{\fill}\pagebreak
%% ITEM 10 [See the "howto.tex" file.]
\begin{thebibliography}
\bibitem
\end{thebibliography}
%% ITEM 11 [See the "howto.tex" file.]
%%%% You can put your Figures and Tables here
%%%% after the Reference Section.
%%%% BE SURE TO MARK IN THE TEXT WHERE
%%%% YOU WANT EACH FIGURE AND TABLE TO BE PLACED.
%%%% If you prefer, you can integrate your figures and tables into the text of your paper,
%%%% PROVIDED you will provide camera-ready copies of each figure.
%\vspace{\fill}\pagebreak
%\linespacing{1}
%\section*{Figures}
%
%\begin{figure}[h]
%\centerline{\includegraphics{figure01.eps}}
%\caption{Your figure caption goes here.}
%\end{figure}
%\vskip6pt
%\vspace{\fill}\pagebreak
%\section*{Tables}
%\vspace{\fill}\pagebreak
\end{document}