Typeset proper <> brackets for syntactic variables.

This commit is contained in:
sperber 2003-01-10 10:20:34 +00:00
parent 37695d923b
commit 0b2bc63faf
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@
\newcommand{\sem}{\normalfont\itshape} %semantic font
\newcommand{\semvar}[1]{\textit{#1}} %semantic font
\newcommand{\synvar}[1]{\textrm{\textit{$<$#1$>$}}} %syntactic font
\newcommand{\synvar}[1]{\textrm{\textit{$\left<\right.$#1$\left.\right>$}}} %syntactic font
\newcommand{\type}{\sem}
\newcommand{\zeroormore}[1]{{\sem #1$_1$ \ldots #1$_n$}}
\newcommand{\oneormore}[1]{{\sem #1$_1$ #1$_2$ \ldots #1$_n$}}