m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/definitions.sty
diff options
context:
space:
mode:
authorMarcin Chrzanowski <mc370754@students.mimuw.edu.pl>2021-08-07 16:14:25 -0400
committerMarcin Chrzanowski <mc370754@students.mimuw.edu.pl>2021-08-07 16:14:25 -0400
commite22166133b7cfaf367265084da021a8bb372a5e0 (patch)
tree54689d15446ed75c93aad8eb11d5c73817f6bc1c /definitions.sty
parentde37067763b58ec29b6deeec2ec1ca7a096f1987 (diff)
Add macro for defined terms
Diffstat (limited to 'definitions.sty')
-rw-r--r--definitions.sty2
1 files changed, 2 insertions, 0 deletions
diff --git a/definitions.sty b/definitions.sty
index f21eb49..01bdd5c 100644
--- a/definitions.sty
+++ b/definitions.sty
@@ -12,3 +12,5 @@
\textbf{Given:} #3 \\
\textbf{Queries:} #4
}
+
+\newcommand{\definedterm}[1]{\emph{#1}}