44 lines
1023 B
TeX
44 lines
1023 B
TeX
|
\documentclass{letter}
|
||
|
\usepackage{graphicx}
|
||
|
\usepackage{color}
|
||
|
\begin{document}
|
||
|
|
||
|
\begin{center}
|
||
|
%\includegraphics[width=\linewidth]{FelineFriends_logo.jpg}
|
||
|
|
||
|
\vspace{1cm}
|
||
|
|
||
|
{\Large\textbf{\textcolor{blue}{Feline Friends Association}}}
|
||
|
|
||
|
\vspace{0.5cm}
|
||
|
|
||
|
{\large\textbf{Invitation to General Assembly}}
|
||
|
|
||
|
\vspace{1cm}
|
||
|
|
||
|
Dear [Name],
|
||
|
|
||
|
You are cordially invited to the annual general assembly of the Feline Friends Association. The meeting will be held on [Date] at [Time] at [Location].
|
||
|
|
||
|
The agenda for the meeting will include:
|
||
|
|
||
|
\begin{itemize}
|
||
|
\item Review of the past year's activities and financial report
|
||
|
\item Election of the board members
|
||
|
\item Discussion of future plans and projects
|
||
|
\item Any other business
|
||
|
\end{itemize}
|
||
|
|
||
|
We hope you will be able to attend and actively participate in the meeting. Your presence and contribution are important to us.
|
||
|
|
||
|
Please RSVP by [Date] to [Contact Person] at [Email/Phone].
|
||
|
|
||
|
Sincerely,
|
||
|
|
||
|
[Your Name]
|
||
|
|
||
|
President, Feline Friends Association
|
||
|
|
||
|
\end{center}
|
||
|
\end{document}
|