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

minor tidyup

parent be29e71c
Branches
Tags
No related merge requests found
......@@ -110,7 +110,9 @@ Then we have \verb"\begin{exampletext}" for example:
Typically, they get used to assault players with massive amounts of introductory text.
\end{exampletext}
\subsection{Magical Items}
\subsection{Magic}
\subsubsection{Magical Items}
This is a magical item.
......@@ -134,7 +136,7 @@ This is a magical item.
{2}% Potency
{5}% MP
\subsection{Spheres}
\subsubsection{Spheres}
Each sphere is produced with a sphere command, so this -- \verb"\sphere{Mirrors}" -- would produce the `Mirrors' sphere.
......@@ -162,6 +164,7 @@ Writing \verb"\pic{b1}" shows the image under \verb"images/b1.svg".
The file extension can be either `svg' or `jpg' (but never `jpeg').
Use \verb"\sidepic{l1}" to show that image at the side of the text.
It doesn't work well and messed up text if it doesn't have enough text around it.
\pic{b1}
......
......@@ -166,6 +166,7 @@ bookmarks=true]%
\expandafter\@Repeat\expandafter{\the\numexpr #1\relax}%
}
% This function divides a number by two, and rounds it up.
\newcommand\roundUp[1]{
\ifodd\value{#1}
\stepcounter{#1}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment