saving . . . saved How to make the cc to three also including the number for each. has been deleted. How to make the cc to three also including the number for each. has been hidden .
How to make the cc to three also including the number for each.
Title
Question
like:

cc: 1. Faculty IITB
      2. Head
      3. Academic Section

LaTeX Letter-Writing 08-09 min 10-20 sec 29-08-15, 1:15 p.m. adamshirish@gmail.com

Answers:

\\cc{Faculty \\\\ IIT Bombay

\r\n

\\begin{enumrate}

\r\n

\\item a

\r\n

\\item2

\r\n

\\end{<span style="line-height: 21.4285717010498px;">enumrate</span>}}

29-08-15, 1:30 p.m. apeksha.gopale12@gmail.com


Here is a working code.  You can copy paste it to a file, compile and check the results.

\\documentstyle[12pt]{letter}
\\renewcommand{\\baselinestretch}{1.2}
\\address{Kannan M. Moudgalya \\\\ Spoken Tutorials}
\\signature{Kannan Moudgalya}
\\begin{document}
\\begin{letter}
{\\LaTeX\\ Workshop Participants}
\\opening{Hi,}
Here is the answer to have cc option and enumerate within it.
\\closing{Yours sincerely,}
\\cc{
\\begin{enumerate}
\\item First person
\\item Second person
\\end{enumerate}
}
\\end{letter}
\\end{document}

29-08-15, 4:26 p.m. kannan


\cc{\begin{enumerate}\item Faculty IIT Bombay\\ \item Head\\ \item Academic Section\\ \end{enumerate}}
26-04-20, 10:02 p.m. santosh.panda143@gmail.com


\begin{enumerate}
\cc{
\item Faculty IIT Bombay
\item Head
\item Academic Section}
\end{enumerate}
12-05-20, 2:35 p.m. vadirajkt


Log-in to answer to this question.