<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://script.spoken-tutorial.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://script.spoken-tutorial.org/index.php?action=history&amp;feed=atom&amp;title=LaTeX-Old-Version%2FC2%2FLetter-Writing%2FEnglish-timed</id>
		<title>LaTeX-Old-Version/C2/Letter-Writing/English-timed - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://script.spoken-tutorial.org/index.php?action=history&amp;feed=atom&amp;title=LaTeX-Old-Version%2FC2%2FLetter-Writing%2FEnglish-timed"/>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=LaTeX-Old-Version/C2/Letter-Writing/English-timed&amp;action=history"/>
		<updated>2026-04-28T19:45:45Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.17</generator>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php?title=LaTeX-Old-Version/C2/Letter-Writing/English-timed&amp;diff=49660&amp;oldid=prev</id>
		<title>Nancyvarkey: Created page with &quot;{| border=1 |'''Time''' |'''Narration'''   |- |00:00 |Welcome to this tutorial on how to write letters using latex.  |- |00:06 |You can see three windows.  |- |00:08 |These co...&quot;</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=LaTeX-Old-Version/C2/Letter-Writing/English-timed&amp;diff=49660&amp;oldid=prev"/>
				<updated>2019-10-22T16:46:35Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{| border=1 |&amp;#039;&amp;#039;&amp;#039;Time&amp;#039;&amp;#039;&amp;#039; |&amp;#039;&amp;#039;&amp;#039;Narration&amp;#039;&amp;#039;&amp;#039;   |- |00:00 |Welcome to this tutorial on how to write letters using latex.  |- |00:06 |You can see three windows.  |- |00:08 |These co...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{| border=1&lt;br /&gt;
|'''Time'''&lt;br /&gt;
|'''Narration''' &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|00:00&lt;br /&gt;
|Welcome to this tutorial on how to write letters using latex.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|00:06&lt;br /&gt;
|You can see three windows.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|00:08&lt;br /&gt;
|These correspond to the three distinct phases in typesetting through latex: &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|00:13&lt;br /&gt;
|creation of '''source file''', compilation to produce the pdf file and viewing it through a '''pdf reader'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|00:22&lt;br /&gt;
|I am using the free pdf reader “Skim” in Mac OSX because it automatically loads the latest pdf file after every compilation.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|00:34&lt;br /&gt;
|There are pdf browsers in Linux and also in Windows that have this capability.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|00:42&lt;br /&gt;
|Let us go through the '''source file''' and see what each '''command''' does. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|00:47&lt;br /&gt;
|The first line says that this belongs to 'letter document' class.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|00:54&lt;br /&gt;
|'''12 point''' is the text size.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|00:57&lt;br /&gt;
|The first component of the letter is the ‘from address’. It appears between the braces here.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|01:07&lt;br /&gt;
|The result of this is seen in the top right hand corner of the output file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|01:14&lt;br /&gt;
|Two consecutive slashes start a new line.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|01:19&lt;br /&gt;
|If I remove the double slashes from here – &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|01:25&lt;br /&gt;
|'''save''', compile using pdflatex – &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|01:37&lt;br /&gt;
|you can see that these two lines get merged in one line.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|01:43&lt;br /&gt;
|Previously with a double slash we asked latex to split the line.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|01:49&lt;br /&gt;
|Now these reverse slashes are no longer there, so latex does not know that it has to break the line there. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|01:56&lt;br /&gt;
|Let me put the slashes back.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|02:04&lt;br /&gt;
|'''Save''', Compile.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|02:08&lt;br /&gt;
|It is to be understood that after every change we need to '''save''' before compilation. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|02:15&lt;br /&gt;
|Let us see what happens when we give an empty address.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|02:21&lt;br /&gt;
|Let me just come here, &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|02:24&lt;br /&gt;
|mark it, &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|02:27&lt;br /&gt;
|go to the end of the line, delete it, save it, compile it.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|02:37&lt;br /&gt;
|You can see that the from address has disappeared from here. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|02:44&lt;br /&gt;
|Note that today’s date appears automatically in American style: month, date and then year.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|02:54&lt;br /&gt;
|This is obtained through the command '''slash date slash today'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|03:02&lt;br /&gt;
|We can prevent the automatic appearance of the date with an empty list, as we do now.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|03:12&lt;br /&gt;
|Save. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|03:17&lt;br /&gt;
|Compile,The date has gone.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|03:20&lt;br /&gt;
|Suppose that we want to put our own date, let us enter it with date first as follows.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|03:30&lt;br /&gt;
|9th July 2007, Save, Compile.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|03:40&lt;br /&gt;
|Got the date.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|03:43&lt;br /&gt;
|This is the date on which this tutorial was created the first time.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|03:47&lt;br /&gt;
|On compiling it, we see this Indian format appearing in the output file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|03:53&lt;br /&gt;
|Let us put the address back. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|04:02&lt;br /&gt;
|And the document is back to the previous state by recompiling. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|04:08&lt;br /&gt;
|The '''signature''' command's argument appears at the bottom of the letter.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|04:17&lt;br /&gt;
|We begin the document and then the letter.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|04:22&lt;br /&gt;
|The ‘to address’ comes first. It appears in the top left hand corner of the output.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|04:30&lt;br /&gt;
|I have addressed this to Mr. N. K. Sinha.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|04:34&lt;br /&gt;
|The command ‘slash opening’ is used to address the recipient.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|04:40&lt;br /&gt;
|You may have already noticed that all latex commands begin with a reverse slash. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|04:48&lt;br /&gt;
|The text of the letter comes next.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|04:53&lt;br /&gt;
|One starts a new paragraph in latex through a blank line as we show now.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|05:00&lt;br /&gt;
|Let me come here. Right now this sentence starting at ‘we are’ is here.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|05:07&lt;br /&gt;
|Let’s open. Let's take this to the next line.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|05:12&lt;br /&gt;
|I have left a blank line. Let me '''save''' this.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|05:17&lt;br /&gt;
|Compile this.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|05:19&lt;br /&gt;
|You can see that this has gone to a new paragraph.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|05:25&lt;br /&gt;
|With a new paragraph, the letter has gone to two pages.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|05:29&lt;br /&gt;
|Let us see if the '''font size''' is reduced to 10, we can bring the letter back to one page.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|05:37&lt;br /&gt;
|Let me do that now.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|05:42&lt;br /&gt;
|Save. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|05:48&lt;br /&gt;
|Compile,You can see that the whole letter has come into one page.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|05:54&lt;br /&gt;
|Let me put this back to '''12 pt'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|06:00&lt;br /&gt;
|And let me also remove this paragraph bit.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|06:06&lt;br /&gt;
|And let me compile this.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|06:12&lt;br /&gt;
|Okay. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|06:14&lt;br /&gt;
|I now want to explain the itemize environment which is created with a pair of 'begin' and 'end itemize' '''commands'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|06:29&lt;br /&gt;
|Every piece of text that starts with a ‘slash item’ appears in a bulleted form.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|06:37&lt;br /&gt;
|Can I get numbers in the place of bullets here? &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|06:41&lt;br /&gt;
|You just have to change the &amp;quot;itemize&amp;quot; into &amp;quot;enumerate&amp;quot; as I do now.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|06:46&lt;br /&gt;
|Let me just change this to &amp;quot;enumerate&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|06:53&lt;br /&gt;
|'''Save''' it.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|07:00&lt;br /&gt;
|Of course! It is always a good idea to save as often as possible.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|07:05&lt;br /&gt;
|Let me compile this again.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|07:09&lt;br /&gt;
|You can see that the bullets have become numbers now. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|07:15&lt;br /&gt;
|In closing, I have included, ‘Yours sincerely’ which comes here.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|07:22&lt;br /&gt;
|We have already talked about the signature. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|07:26&lt;br /&gt;
|Finally, the command 'cc' helps mark this letter to other recipients.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|07:35&lt;br /&gt;
|I end the letter with ‘end letter’ command and then the document is completed with the ‘end document’ command. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|07:44&lt;br /&gt;
|Feel free to modify the content and try them out.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|07:48&lt;br /&gt;
|Until you become confident, change only one thing at a time and make sure by immediate compilation that whatever you have done is correct. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|07:58&lt;br /&gt;
|Although I talked about the letter writing process in a Mac, the same source file will work in all Latex systems including those in Linux and Windows operating systems. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|08:10&lt;br /&gt;
|This brings us to the end of this tutorial. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|08:13&lt;br /&gt;
|Thanks for listening,This is Kannan Moudgalya from CDEEP, IIT Bombay, signing off. Good bye. &lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Nancyvarkey</name></author>	</entry>

	</feed>