-
Notifications
You must be signed in to change notification settings - Fork 4
/
letter.tex
102 lines (102 loc) · 4.62 KB
/
letter.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
%-------------------------------------------------------------------------------------------------------------
%Official Letter Format
%Writen by B Nitin
%Process Intensification Labs
%Cryogenic Engineering Centre
%Indian Institute of Technology Kharagpur
%
% NOTE: You may share or edit this file as you like, but you SHOULD NOT EDIT/DELETE/SUPPRESS this header
% This file should be downloaded, used or edited as per the Licence agreement provided with the document.
% If the user is unable to locate the Licence s/he may obtain it at www.gnu.org/licenses/agpl-3.0.en.html
%
%--------------------------------------------------------------------------------------------------------------
\documentclass[12pt]{article}
\usepackage[red]{leftLetterNitin}
\usepackage{fontspec}
\setmainfont{Times New Roman}
\newcommand{\toAddress}{The Addressee,\\Blah Blah Blah Address,\\Blah Blah PINCODE}
%%---------------------------------------------------------------------
\newcommand{\letterSubject}{This is the letter subject}
%%---------------------------------------------------------------------
\newcommand{\letterEncl}{\quad Enclosure list goes here}
%%---------------------------------------------------------------------
\begin{document}
%---------------------------------------------------------------------
% Removing Page Number
%---------------------------------------------------------------------
\thispagestyle{empty}
%---------------------------------------------------------------------
% To Address
%---------------------------------------------------------------------
\flushleft{To\\ \toAddress}
%---------------------------------------------------------------------
% Through HOC
%---------------------------------------------------------------------
\flushleft{Through\\ \throughAddress}
%---------------------------------------------------------------------
% Through Supervisor {If not needed comment this following line}
%---------------------------------------------------------------------
\flushleft{Through\\ \supAddress}
%---------------------------------------------------------------------
% Date
%---------------------------------------------------------------------
\flushright{\today}
%\flushright{DD/MM/YYYY}
%---------------------------------------------------------------------
% Salutation
%---------------------------------------------------------------------
\flushleft{Respected Sir,}
%\flushleft{Respected Madam,}
%\flushleft{Dear Sir,}
%\flushleft{Dear Madam,}
%\flushleft{Your Majesty,}
%\flushleft{Your Honour,}
%\flushleft{Sir,}
%\flushleft{Madam,}
%\flushleft{Mr. Last Name,}
%\flushleft{First Name,}
%---------------------------------------------------------------------
% Subject
%---------------------------------------------------------------------
\flushleft{\textbf{Sub:\quad}\letterSubject}
%---------------------------------------------------------------------
% Main Content
%---------------------------------------------------------------------
\justify
\quad I was blah blah blah blah.
%---------------------------------------------------------------------
\vspace{10ex}
\newline
%---------------------------------------------------------------------
% Thanks
%---------------------------------------------------------------------
\centering{Thanking you}
%\centering{Awaiting for your prompt response in this matter.}
%\centering{Please regard this matter with utmost urgency.}
%\centering{I await your reply.}
%\centering{Please acknowledge the receipt of this mail through proper channel.}
%---------------------------------------------------------------------
% Gratitude
%---------------------------------------------------------------------
\flushleft{Yours sincerely,}
%\flushleft{Yours faithfully,}
%\flushleft{Yours truly,}
%\flushleft{Yours obediently,}
%\flushleft{Regards,}
%---------------------------------------------------------------------
% Sign Space
%---------------------------------------------------------------------
\vspace{10ex}
\newline
%---------------------------------------------------------------------
% Sign Space
%---------------------------------------------------------------------
\myAddress
%---------------------------------------------------------------------
\vspace{8ex}
%---------------------------------------------------------------------
% Sign Space
%---------------------------------------------------------------------
\flushleft{\small{\textbf{Encl:}\letterEncl}}
%---------------------------------------------------------------------
\end{document}