From f6da71ad48e7fdaac036328de929ab4ef35d86df Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Thu, 15 Sep 2016 00:12:20 +0200 Subject: [PATCH] add shirtcut for \begin{description} and \end{description} --- shortcuts/shortcuts.sty | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shortcuts/shortcuts.sty b/shortcuts/shortcuts.sty index 25f1a1b..0067035 100644 --- a/shortcuts/shortcuts.sty +++ b/shortcuts/shortcuts.sty @@ -25,6 +25,10 @@ \newcommand{\be}{\begin{enumerate}} \newcommand{\ee}{\end{enumerate}} +% descriptions +\newcommand{\bd}{\begin{description}} +\newcommand{\ed}{\end{description}} + % questions \newcommand{\bq}{\begin{questions}} \newcommand{\eq}{\end{questions}}