<?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%2FWhat-is-Compiling%2FEnglish-timed</id>
		<title>LaTeX-Old-Version/C2/What-is-Compiling/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%2FWhat-is-Compiling%2FEnglish-timed"/>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=LaTeX-Old-Version/C2/What-is-Compiling/English-timed&amp;action=history"/>
		<updated>2026-05-14T20:59:05Z</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/What-is-Compiling/English-timed&amp;diff=33984&amp;oldid=prev</id>
		<title>PoojaMoolya at 09:09, 24 March 2017</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=LaTeX-Old-Version/C2/What-is-Compiling/English-timed&amp;diff=33984&amp;oldid=prev"/>
				<updated>2017-03-24T09:09:13Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;a href=&quot;https://script.spoken-tutorial.org/index.php?title=LaTeX-Old-Version/C2/What-is-Compiling/English-timed&amp;amp;diff=33984&amp;amp;oldid=32235&quot;&gt;Show changes&lt;/a&gt;</summary>
		<author><name>PoojaMoolya</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php?title=LaTeX-Old-Version/C2/What-is-Compiling/English-timed&amp;diff=32235&amp;oldid=prev</id>
		<title>Nancyvarkey: Created page with &quot;{| border=1 |'''Time''' |'''Narration''' |- |00:00  |Welcome to this spoken tutorial on how to create a simple document using '''LaTeX'''. |- |00:08 |I will explain this proce...&quot;</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=LaTeX-Old-Version/C2/What-is-Compiling/English-timed&amp;diff=32235&amp;oldid=prev"/>
				<updated>2017-03-02T09:36:24Z</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 spoken tutorial on how to create a simple document using &amp;#039;&amp;#039;&amp;#039;LaTeX&amp;#039;&amp;#039;&amp;#039;. |- |00:08 |I will explain this proce...&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;
|00:00 &lt;br /&gt;
|Welcome to this spoken tutorial on how to create a simple document using '''LaTeX'''.&lt;br /&gt;
|-&lt;br /&gt;
|00:08&lt;br /&gt;
|I will explain this process in a MacOSX operating system.&lt;br /&gt;
|-&lt;br /&gt;
|00:13&lt;br /&gt;
|Similar methods are available in other operating systems such as Linux and Windows. &lt;br /&gt;
|-&lt;br /&gt;
|00:19&lt;br /&gt;
|The first thing you have to do is to create a source file using your editor. &lt;br /&gt;
|-&lt;br /&gt;
|00:24&lt;br /&gt;
|My favorite editor is Emacs. I have named the file &amp;quot;hello.tex&amp;quot;. The extension of the file is &amp;quot;tex&amp;quot;. Although it has the spelling t-e-x, it is pronounced ‘tec’. This is the default for LaTeX.&lt;br /&gt;
|-&lt;br /&gt;
|00:40&lt;br /&gt;
|The first thing to do is to tell Latex what document '''class''' we are interested in.&lt;br /&gt;
|-&lt;br /&gt;
|00:46&lt;br /&gt;
|I will use the 'article class' as follows. &lt;br /&gt;
|-&lt;br /&gt;
|01:01&lt;br /&gt;
|'''Save''' it.&lt;br /&gt;
|-&lt;br /&gt;
|01:03&lt;br /&gt;
|There are several other classes as well. &lt;br /&gt;
|-&lt;br /&gt;
|01:06&lt;br /&gt;
|We will encounter some of them  in other tutorials. &lt;br /&gt;
|-&lt;br /&gt;
|01:10&lt;br /&gt;
|I’m using 12 point as the '''font''' size. &lt;br /&gt;
|-&lt;br /&gt;
|01:14&lt;br /&gt;
|Two smaller sizes, namely '''11pt.''' and '''10pt.''' are also popular in Latex. &lt;br /&gt;
|-&lt;br /&gt;
|01:23&lt;br /&gt;
|Let me begin the document. &lt;br /&gt;
|-&lt;br /&gt;
|01:29&lt;br /&gt;
|Let me type the text ‘Hello world!’ &lt;br /&gt;
|-&lt;br /&gt;
|01:34&lt;br /&gt;
|Let me end the document. &lt;br /&gt;
|-&lt;br /&gt;
|01:36 &lt;br /&gt;
|Let me '''Save''' it.&lt;br /&gt;
|-&lt;br /&gt;
|01:39 &lt;br /&gt;
|Whatever comes in between the '''begin''' and '''end document''' '''commands''' only will be in the final output. &lt;br /&gt;
|-&lt;br /&gt;
|01:47&lt;br /&gt;
|This is called the '''source file'''. I have named it &amp;quot;hello.tex&amp;quot;. &lt;br /&gt;
|-&lt;br /&gt;
|01:51&lt;br /&gt;
|Let us compile it using the command '''pdflatex'''. &lt;br /&gt;
|-&lt;br /&gt;
|01:55&lt;br /&gt;
|We come here and show the command ‘pdf latex hello. Tex’. &lt;br /&gt;
|-&lt;br /&gt;
|02:08 &lt;br /&gt;
|We can also use the command ‘pdf latex hello’, without the extension ‘tex’ to compile this. &lt;br /&gt;
|-&lt;br /&gt;
|02:23&lt;br /&gt;
|The default extension of 'tex' will be used in this case. &lt;br /&gt;
|-&lt;br /&gt;
|02:28&lt;br /&gt;
|The command 'pdf latex' is used to create a pdf file from the '''latex source file'''. &lt;br /&gt;
|-&lt;br /&gt;
|02:35&lt;br /&gt;
|On execution of this command, latex gives some informative output also. These messages are stored in a file &amp;quot;hello.log&amp;quot; as we see here. &lt;br /&gt;
|-&lt;br /&gt;
|02:48 &lt;br /&gt;
|Note the occurrence of &amp;quot;hello&amp;quot; in all the files that we have created so far. &lt;br /&gt;
|-&lt;br /&gt;
|02:53&lt;br /&gt;
|Let us now open the file &amp;quot;hello.pdf&amp;quot;. &lt;br /&gt;
|-&lt;br /&gt;
|02:57&lt;br /&gt;
|In my Mac system, I do this by issuing the command ‘skim hello.pdf’. &lt;br /&gt;
|-&lt;br /&gt;
|03:12 &lt;br /&gt;
|‘skim’ is a free '''pdf reader''' available for Mac OSX. &lt;br /&gt;
|-&lt;br /&gt;
|03:18&lt;br /&gt;
|On issuing this command, skim opens the file &amp;quot;hello.pdf&amp;quot;. &lt;br /&gt;
|-&lt;br /&gt;
|03:22&lt;br /&gt;
|It has only one line as expected. Let me zoom this file. &lt;br /&gt;
|-&lt;br /&gt;
|03:33 &lt;br /&gt;
|Skim shows the latest version of the opened pdf file. &lt;br /&gt;
|-&lt;br /&gt;
|03:37 &lt;br /&gt;
|For example, if I modify it, let me add another ‘hello world’ here.&lt;br /&gt;
|-&lt;br /&gt;
|03:48&lt;br /&gt;
|Let me '''save''' it first and then '''compile''' it. &lt;br /&gt;
|-&lt;br /&gt;
|03:56&lt;br /&gt;
|Let me allow this. It has been updated.&lt;br /&gt;
|-&lt;br /&gt;
|04:01&lt;br /&gt;
|Let me delete this, save it, compile it, now it has gone back to the original file. &lt;br /&gt;
|-&lt;br /&gt;
|04:14 &lt;br /&gt;
|Notice that I have always compiled after saving the file. &lt;br /&gt;
|-&lt;br /&gt;
|04:21&lt;br /&gt;
|You '''save''' first, and then compile it. If you don’t save it, whatever changes you made since the last save will not be included in the compiled form. &lt;br /&gt;
|-&lt;br /&gt;
|04:30&lt;br /&gt;
|I have organized these three windows, for the purpose of creating this spoken tutorial. &lt;br /&gt;
|-&lt;br /&gt;
|04:36 &lt;br /&gt;
|You do not need to arrange them in this fashion to create documents. However, please also note that you can use any other editor and pdf reader of your choice. &lt;br /&gt;
|-&lt;br /&gt;
|04:45&lt;br /&gt;
|To use latex, one should go through these phases: creation of source, compilation and viewing the pdf file. &lt;br /&gt;
|-&lt;br /&gt;
|05:08&lt;br /&gt;
|I encourage you to go through these phases by modifying the source file. &lt;br /&gt;
|-&lt;br /&gt;
|05:12&lt;br /&gt;
|You may wish to add a few more lines of text in between the '''begin''' and '''end document''' commands. &lt;br /&gt;
|-&lt;br /&gt;
|05:20 &lt;br /&gt;
|You may also want to browse through the &amp;quot;hello.log&amp;quot; file. &lt;br /&gt;
|-&lt;br /&gt;
|05:24 &lt;br /&gt;
|Let me now continue the tutorial with a presentation. &lt;br /&gt;
|-&lt;br /&gt;
|05:28&lt;br /&gt;
|Let me first delete this.&lt;br /&gt;
|-&lt;br /&gt;
|05:38&lt;br /&gt;
|I would begin with the benefits of Latex. &lt;br /&gt;
|-&lt;br /&gt;
|05:42&lt;br /&gt;
|* Latex is an excellent typesetting software. &lt;br /&gt;
|-&lt;br /&gt;
|05:47 &lt;br /&gt;
|* The quality of documents produced by latex is unmatched. &lt;br /&gt;
|-&lt;br /&gt;
|05:51 &lt;br /&gt;
|* Latex is free and open source.&lt;br /&gt;
|-&lt;br /&gt;
|05:53&lt;br /&gt;
|* It is available on windows and all unix systems, including Mac and linux.&lt;br /&gt;
|-&lt;br /&gt;
|06:00 &lt;br /&gt;
|* Latex has outstanding features, such as: automatic numbering of equations, chapters and sections, figures and tables. &lt;br /&gt;
|-&lt;br /&gt;
|06:08 &lt;br /&gt;
|* Documents with a lot of mathematical equations can also be generated easily in Latex.&lt;br /&gt;
|-&lt;br /&gt;
|06:13&lt;br /&gt;
|* It is easy to produce bibliographic entries with changeable format on the fly. &lt;br /&gt;
|-&lt;br /&gt;
|06:19&lt;br /&gt;
|* With latex taking care of formatting, the writer can concentrate on more important activities, such as content generation and logical sequencing of ideas. &lt;br /&gt;
|-&lt;br /&gt;
|06:31 &lt;br /&gt;
|There are more spoken tutorials on Latex. Visit moudgalya.org for the following spoken tutorials on latex: What is compilation, letter writing, report writing, mathematical typesetting, equations, tables and figures, how to create a bibliography, and Inside story of bibliography. &lt;br /&gt;
|-&lt;br /&gt;
|06:53&lt;br /&gt;
|This order of tutorials is recommended for best results.&lt;br /&gt;
|-&lt;br /&gt;
|06:57 &lt;br /&gt;
|'''Source files''' used to create these tutorials are also available at this website. &lt;br /&gt;
|-&lt;br /&gt;
|07:03&lt;br /&gt;
|We plan to add a tutorial on installation of Latex in Windows OS. &lt;br /&gt;
|-&lt;br /&gt;
|07:09&lt;br /&gt;
|There will also be other tutorial in the near future, for example, &amp;quot;beamer&amp;quot; for '''slide presentation'''.&lt;br /&gt;
|-&lt;br /&gt;
|07:15&lt;br /&gt;
|This presentation has been made with '''beamer''', using Latex. &lt;br /&gt;
|-&lt;br /&gt;
|07:21&lt;br /&gt;
|Some tips: Go through as many spoken tutorials as possible. &lt;br /&gt;
|-&lt;br /&gt;
|07:26&lt;br /&gt;
|Practice them in parallel. &lt;br /&gt;
|-&lt;br /&gt;
|07:28&lt;br /&gt;
|Start with a working latex file. &lt;br /&gt;
|-&lt;br /&gt;
|07:31 &lt;br /&gt;
|Make one change at a time, save, compile and make sure that whatever you have done works, before making further changes. &lt;br /&gt;
|-&lt;br /&gt;
|07:40 &lt;br /&gt;
|Remember to '''save''' the '''source file''' before compiling. &lt;br /&gt;
|-&lt;br /&gt;
|07:45 &lt;br /&gt;
|There are many books on Latex, we recommend  two.&lt;br /&gt;
|-&lt;br /&gt;
|07:48&lt;br /&gt;
|The first one is by the original creator of Latex, Leslie Lamport.&lt;br /&gt;
|-&lt;br /&gt;
|07:53 &lt;br /&gt;
|This book is available in a low cost Indian edition as well. &lt;br /&gt;
|-&lt;br /&gt;
|07:57&lt;br /&gt;
|Advanced users may consult the following book, Latex companion. &lt;br /&gt;
|-&lt;br /&gt;
|08:03&lt;br /&gt;
|The first book and a web search is usually sufficient for most purposes. However, the main site for all latex related material is &amp;quot;ctan.org&amp;quot;. &lt;br /&gt;
|-&lt;br /&gt;
|08:15 &lt;br /&gt;
|Funding for this work has come from the National Mission on Education through ICT. Launched by MHRD, Government of India. &lt;br /&gt;
|-&lt;br /&gt;
|08:24&lt;br /&gt;
|URL for this mission is sakshat.ac.in. Spoken tutorial activity is the initiative of the ‘Talk to a Teacher’ project of the mission, coordinated by CDEEP, IIT Bombay: cdeep.iitb.ac.in. &lt;br /&gt;
|-&lt;br /&gt;
|08:39&lt;br /&gt;
|Use of spoken tutorial to popularize software development and its use will be coordinated through fosse.in. &lt;br /&gt;
|-&lt;br /&gt;
|08:47&lt;br /&gt;
|&amp;quot;Fossee&amp;quot; stands for '''Free and Open source software in science and engineering education'''. &lt;br /&gt;
|-&lt;br /&gt;
|08:52&lt;br /&gt;
|This project also is supported by the national mission on education. &lt;br /&gt;
|-&lt;br /&gt;
|08:57&lt;br /&gt;
|Keep watching these links for more spoken tutorials and their translation in other languages. &lt;br /&gt;
|-&lt;br /&gt;
|09:05&lt;br /&gt;
|This brings us to the end of this tutorial. Thanks for joining. This is Kannan Moudgalya from '''CDEEP, IIT Bombay''', signing off. Good bye. &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Nancyvarkey</name></author>	</entry>

	</feed>