Files
certificate-template/template-plain.latex
T
2026-05-08 01:08:58 +00:00

62 lines
1.4 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
\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}