From 08fea7ab3beba8c0c576aec187db751ff5646ef9 Mon Sep 17 00:00:00 2001 From: Dawn <9+dawn@noreply.git.cosocial.info> Date: Fri, 8 May 2026 01:08:58 +0000 Subject: [PATCH] add plain template for testing --- template-plain.latex | 61 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 template-plain.latex diff --git a/template-plain.latex b/template-plain.latex new file mode 100644 index 0000000..2c282f9 --- /dev/null +++ b/template-plain.latex @@ -0,0 +1,61 @@ +\documentclass[14pt]{article} +\usepackage[paperheight=8.5in, + paperwidth=11in, + top=10mm, + bottom=10mm, + left=10mm, + right=10mm]{geometry} +\usepackage{graphicx} % Required for inserting images + +\def\changemargin#1#2{\list{}{\rightmargin#2\leftmargin#1}\item[]} +\let\endchangemargin=\endlist + +\title{MEMBER SHARE CERTIFICATE} +\author{Dawn Walker} +\date{\today} + +\makeatletter +\let\printtitle\@title +\let\printauthor\@author +\let\printdate\@date +\makeatother + +\begin{document} +\pagenumbering{gobble} + +\begin{figure} + \centering + \vspace{1cm} + \includegraphics[width=6.5cm]{Lockup_Colour.png} + \vspace{0.4cm} +\end{figure} + +\printtitle + +\vspace{0.6cm} + +\begin{changemargin}{2cm}{2cm} + +\begin{flushright} + \underline{ $certificate$ } +\end{flushright} + +\vspace{1.6cm} + +\noindent This certifies that \underline{ $member_name$ } is the record holder of \underline{ one ( 1 ) } member share(s) of \textbf{\mbox{CoSocial} Community Cooperative} with a \textbf{par value of ten Canadian dollars ( \textdollar10 )}. \newline + +\noindent Your membership was approved and entered in the Cooperative’s register on \underline{ $join_date$ }. + +\vspace{1cm} + +\begin{figure}[h!] + \hspace*{1.7cm} + \includegraphics[width=3cm]{President_Signature.png} +\end{figure} +\noindent \printauthor \\ +President, Board of Directors \\ +CoSocial Community Cooperative + +\end{changemargin} + +\end{document}