m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/definitions.sty
diff options
context:
space:
mode:
authorMarcin Chrzanowski <mc370754@students.mimuw.edu.pl>2021-11-05 12:33:32 +0100
committerMarcin Chrzanowski <mc370754@students.mimuw.edu.pl>2021-11-05 12:33:32 +0100
commit3edd9b615caf5ee37794422bdaea0e568aa0ceca (patch)
treeb573dc34f5d1ebac5f48b0868253c651c5f9641d /definitions.sty
parent99c36deb1ec967327190af8dc412e8362e49dbd3 (diff)
Fix data table fonts in math mode
Diffstat (limited to 'definitions.sty')
-rw-r--r--definitions.sty2
1 files changed, 1 insertions, 1 deletions
diff --git a/definitions.sty b/definitions.sty
index ea91bb0..f3731ea 100644
--- a/definitions.sty
+++ b/definitions.sty
@@ -28,7 +28,7 @@
\newcommand{\definedterm}[1]{\emph{#1}}
-\newcommand{\data}[1]{\textsf{#1}}
+\newcommand{\data}[1]{\mathsf{#1}}
\newcommand{\infixtable}{\data{in}}
\newcommand{\posttable}{\data{post}}
\newcommand{\prefixtable}{\data{pre}}