Skip to content
Snippets Groups Projects
Unverified Commit 4d0f7827 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

add \tn macro

parent c18ace86
Branches
No related tags found
No related merge requests found
......@@ -322,6 +322,15 @@ bookmarks=true]%
\label{#2}
}
%%% \tn shows a tie number.
\newcommand\tn[1]{%
\gls{tn}~#1%
}
%%% The dice-face (\dicef) command shows an actual die, or multiple
%%% dice, equal to a number. The optional argument lets it show
%%% as \large or similar.
\newcounter{diceNo}
\newcommand\dicef[2][]{%
#1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment