Skip to content

Commit ddd79b6

Browse files
committedFeb 19, 2018
Wrap argument to \sv with braces inside expansion
* This addresses complaints about ! Double superscript. (or subscript) when compiling in XeLaTeX mode.
1 parent 885ed09 commit ddd79b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎sp.cls

+1-1
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@
538538

539539
\newcommand{\email}[1]{\href{mailto:#1}{#1}}
540540

541-
\providecommand{\sv}[1]{\ensuremath{\llbracket #1 \rrbracket}}
541+
\providecommand{\sv}[1]{\ensuremath{\llbracket{#1}\rrbracket}}
542542

543543
%=====================================================================
544544
%=========================== linguex settings ========================

0 commit comments

Comments
 (0)
Please sign in to comment.