% This file is embedded in datatool-user.pdf version 3.2 2025-03-14
% Example 195 Memorial Order of Service (Shortcuts)
% Label: "ex:memorial2"
% arara: pdflatex
% arara: pdfcrop
\documentclass[12pt]{article}
\pagestyle{empty}
% base-only means that only datatool-base.sty is needed (datatool.sty won't be loaded)
\usepackage[base-only,shortcuts]{person}
\newperson*{
 forenames=Mary Jane,
 name=Mary,
 surname=Doe,
 gender=f
} 
\begin{document}
\begin{center}
\Large
In Memory of \peoplefullname
\end{center} 

We are gathered here to remember our \siblings\ \peoplename.
\They\ will be much missed, and \their\ 
family are in our prayers. 
\end{document}