
ymca
Author:
Lalit Rai
Last Updated:
2 years ago
License:
Creative Commons CC BY 4.0
Abstract:
notice template

\begin
Discover why over 20 million people worldwide trust Overleaf with their work.
notice template
\begin
Discover why over 20 million people worldwide trust Overleaf with their work.
\documentclass[11pt]{article}
\usepackage[a4paper]{geometry}
\usepackage{fancyhdr}
\usepackage{amssymb, amsmath, graphicx}
\usepackage{lipsum} % for Lorem ipsum text
\usepackage{fontspec}
\setmainfont{Arial}
\usepackage[usenames, dvipsnames]{xcolor}
\definecolor{betterblue}{RGB}{0,105,175}
\usepackage[xetex, bookmarks, colorlinks, breaklinks, pdftitle={ANU letter}]{hyperref}
\hypersetup{linkcolor=blue, citecolor=blue, filecolor=black, urlcolor=betterblue}
%Margins and Header/Footer
\geometry{a4paper,
top=0.75in,
bottom=1.5in,
left=1in,
right=1in,
headheight=14.5pt, % the default is too short
heightrounded, % avoids the need of a flexible baselineskip
}
\pagestyle{fancy}
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}
\fancyhf{} % clear all fields
\fancyhead[R]{}
\fancypagestyle{fancy}{%
\renewcommand{\headrulewidth}{0.4pt}%
\renewcommand{\footrulewidth}{0.4pt}%
\fancyhf{}% clear all fields
\fancyhead[R]{}%
\fancyfoot{}
}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
\fancyfoot[C]{\footnotesize\color{Gray} J.C. Bose University of Science and Technology, YMCA | Haryana State Legislative Act 21 of 2009 | INDIA }
\setlength\parindent{0pt}
\addtolength{\parskip}{\baselineskip}
\begin{document}
\parbox{.5\linewidth}
{
\begin{flushleft}
\includegraphics[height=1.2in]{ymcalogo}\\
\vspace{7em}
\end{flushleft}
}
\parbox{.5\linewidth}
{
\begin{flushright}
{\bf Dr. Sri}\\
Assistant Professor\\
\mbox{}\\
Department of Electronics Engineering\\
J.C. Bose University of Science and Technology, YMCA\\
Sector-X, Faridabad\\
Haryana, India\\
+91 XXX X310XXX\\
\href{mailto:name.surname@anu.edu.au}{xyz@jcboseust.ac.in}
\end{flushright}
}
\today
\vspace{3em}
\begin{center}\textbf{Subject}\end{center}
Dear Somebody,
\lipsum[1-1]
I appreciate your time and look forward to hearing from you.
\bigskip
Sincerely,\\
\includegraphics[width=6cm]{signature}\\[.25cm]
Dr. Sri
\end{document}