From 7f6e7afda3665a569cf02f6542e3e223d6080426 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@tutamail.com> Date: Fri, 22 May 2020 10:25:02 +0200 Subject: [PATCH] reformat \magicitem{} --- preamble.tex | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/preamble.tex b/preamble.tex index 543e3758..2af94040 100644 --- a/preamble.tex +++ b/preamble.tex @@ -205,9 +205,16 @@ bookmarks=true]% \newcommand{\spelllevel}{\addtocounter{spelllevel}{1}\needspace{11em}% \subsection{\currentsphere~ Level \arabic{spelllevel}}\noindent} \newcommand{\enhancement}[2]{\paragraph{(#1) #2:}} -\newcommand{\magicitem}[7]{\textbf{#1} - - \textit{Spells: #2, }\textit{Path: #3, }\textit{Duration: #4, }\textit{Type: #5, }\textit{Potence: #6, }\textit{#7 MP}% Type can be 'pocket spell', 'magical item', or 'artefact'. +\newcommand{\magicitem}[7]{\vspace{1em}\noindent\textbf{#1} + + \noindent + \textit{Spells: #2, }% + \textit{Path: #3, }% + \textit{Duration: #4, }% + \textit{Type: #5, }% + \textit{Potence: #6, }% + \textit{MP: #7}% + % Type can be 'pocket spell', 'magical item', or 'greater item'. \vspace{.3em} } -- GitLab