add plain template for testing

This commit is contained in:
2026-05-08 01:08:58 +00:00
parent b49ee1fb09
commit 08fea7ab3b
+61
View File
@@ -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 Cooperatives 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}