This repository was archived by the owner on Apr 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlopez.sty
More file actions
79 lines (65 loc) · 1.99 KB
/
lopez.sty
File metadata and controls
79 lines (65 loc) · 1.99 KB
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
% These are my commonly used macros
\newcommand\ignore[1]{}
\newcommand\psrcomment[1]{}
\newcommand\e{{\bf e}}
\newcommand\evar{{\bf e}}
\newcommand\evec{e_1^I}
\newcommand\dvar{{\bf d}}
\newcommand\dvec{d_1^M}
\newcommand\f{{\bf f}}
\newcommand\fvar{{\bf f}}
\newcommand\fvec{f_1^J}
%\newcommand\a{{\bf a}}
\newcommand\avar{{\bf a}}
\newcommand\avec{a_1^J}
\newcommand\svar{{\bf s}}
\newcommand\vvar{{\bf v}}
\newcommand\Pe{P(\e)}
\newcommand\Pf{P(\f)}
\newcommand\Pef{P(\evar|\fvar)}
\newcommand\Pedf{P(\evar,\dvar|\fvar)}
\newcommand\Pefj{P(\e,\f)}
\newcommand\Pfe{P(\f|\e)}
\newcommand\Pfde{P(\fvar,\dvar|\evar)}
\newcommand\xvar{{\bf x}}
\newcommand\yvar{{\bf y}}
\newcommand\mysection[2]{\section{#1}\label{sec:#2}}
\newcommand\mysubsection[2]{\subsection{#1}\label{sec:#2}}
\newcommand\mysubsubsection[2]{\subsubsection{#1}\label{sec:#2}}
\newcommand\sectionref[1]{\textsection\ref{sec:#1}}
\newcommand\figureref[1]{Figure~\ref{fig:#1}}
\newcommand\tableref[1]{Table~\ref{tab:#1}}
\newcommand\term[1]{{\em #1}}
\newcommand\argmax{\operatornamewithlimits{argmax}}
\newcommand\argmin{\operatornamewithlimits{argmin}}
\newcounter{algorithm}
\setcounter{algorithm}{0}
\newcommand\algorithm[2]
{\refstepcounter{algorithm}
\begin{table*}
\hrule height .8pt \kern 2pt
{\bf Algorithm \arabic{algorithm}} #1
\kern2pt\hrule\kern2pt
#2
\kern2pt\hrule\kern2pt
\end{table*}
}
\newcommand{\PP}{\mathrm{PP}}
\newcommand{\IN}{\mathrm{IN}}
\newcommand{\NP}{\mathrm{NP}}
\newcommand{\NPB}{\mathrm{NPB}}
\newcommand{\JJ}{\mathrm{JJ}}
\newcommand{\DT}{\mathrm{DT}}
\newcommand{\NN}{\mathrm{NN}}
\newcommand{\Sbar}{\mathrm{S}}
\newcommand{\VBD}{\mathrm{VBD}}
\newcommand{\X}{\mathrm{X}}
\setlength{\fboxsep}{1pt}
\newcommand{\cidx}[2]{#1_{\framebox{\scriptsize #2}}}
\newcommand\mingapsize{MinGapLength}
\newcommand\maxphrasespan{MaxPhraseSpan}
\newcommand\maxphraselen{MaxPhraseLength}
\newcommand\maxnts{MaxNonterminals}
\newcommand\sentnum{SentenceNum}
\newcommand\queryfunc{{\sc Query}}
\newcommand\intersectfunc{{\sc Intersect}}