<?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%2FTables-and-Figures%2FEnglish-timed</id>
		<title>LaTeX-Old-Version/C2/Tables-and-Figures/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%2FTables-and-Figures%2FEnglish-timed"/>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=LaTeX-Old-Version/C2/Tables-and-Figures/English-timed&amp;action=history"/>
		<updated>2026-04-10T14:40:30Z</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/Tables-and-Figures/English-timed&amp;diff=49535&amp;oldid=prev</id>
		<title>Nancyvarkey: Created page with &quot;{| border=1 |'''Time''' |'''Narration'''  |- |00:00 |Welcome to this tutorial on '''Tables and Figures'''.   |- |00:05 |We have two objectives in this tutorial.   |- |00:08 |T...&quot;</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=LaTeX-Old-Version/C2/Tables-and-Figures/English-timed&amp;diff=49535&amp;oldid=prev"/>
				<updated>2019-10-16T12:13:20Z</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 &amp;#039;&amp;#039;&amp;#039;Tables and Figures&amp;#039;&amp;#039;&amp;#039;.   |- |00:05 |We have two objectives in this tutorial.   |- |00:08 |T...&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 '''Tables and Figures'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|00:05&lt;br /&gt;
|We have two objectives in this tutorial. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|00:08&lt;br /&gt;
|The first one is to explain how to create '''tables''' using the tabular environment; the second objective is to explain how to include tables in latex documents using the '''table environment'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|00:22&lt;br /&gt;
|A similar technique can be used to include figures also. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|00:27&lt;br /&gt;
|We have seen how to create the title page, &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|00:32&lt;br /&gt;
|this one has title, author information, and Creative Commons, copyright information as explained in the tutorial on '''equations'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|00:45&lt;br /&gt;
|Today’s date appears in the last column created by this '''command'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|00:51&lt;br /&gt;
|Let us go to the second page.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|00:58&lt;br /&gt;
|I will now explain to you, how to create this table in a step-by-step fashion. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|01:05&lt;br /&gt;
|Let us start with a clean slate. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|01:08&lt;br /&gt;
|Let me delete these commands. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|01:19&lt;br /&gt;
|I will compile this and start with a clean slate. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|01:29&lt;br /&gt;
|The '''tabular environment''' is created using '''begin tabular''' and '''end tabular''' commands. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|01:38&lt;br /&gt;
|Let me do that here. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|02:03&lt;br /&gt;
|The ‘r r’ characters within the braces, next to the '''begin tabular''', say that there are two '''columns''' and that they are right aligned.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|02:14&lt;br /&gt;
|In the first line, the entries are &amp;quot;mango&amp;quot; and &amp;quot;mixed&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|02:20&lt;br /&gt;
|Two reverse-slashes indicate next line. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|02:24&lt;br /&gt;
|Let me enter the next line. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|02:28&lt;br /&gt;
|&amp;quot;Jackfruit&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|02:32&lt;br /&gt;
|&amp;quot;Kolli hills&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|02:37&lt;br /&gt;
|&amp;quot;Banana&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|02:40&lt;br /&gt;
|&amp;quot;Green&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|02:42&lt;br /&gt;
|Let me end this '''tabular environment'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|02:47&lt;br /&gt;
|Let me compile this. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|02:51&lt;br /&gt;
|And, this has appeared here. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|02:56&lt;br /&gt;
|We get the '''3 by 2 table'''. There are three rows and 2 columns. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|03:02&lt;br /&gt;
|The two columns are '''right aligned''' as indicated by the 'r r' character. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|03:09&lt;br /&gt;
|To separate the two columns, we introduce a vertical line between the column alignment characters. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|03:20&lt;br /&gt;
|So, let me put that vertical line. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|03:23&lt;br /&gt;
|'''Save''' it,Compile it. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|03:28&lt;br /&gt;
|You see that a vertical line has come. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|03:31&lt;br /&gt;
|If you want vertical lines at the end also, put them at appropriate places.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|03:42&lt;br /&gt;
| Let me put them, save them, compile them. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|03:48&lt;br /&gt;
|So, these have come. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|03:50&lt;br /&gt;
|As a matter of fact, we can put more vertical lines. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|03:54&lt;br /&gt;
|Let me put one more vertical line at the beginning. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|04:02&lt;br /&gt;
|There you are! A second line has come. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|04:07&lt;br /&gt;
|See there are two vertical lines. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|04:11&lt;br /&gt;
|We will now try different alignments. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|04:15&lt;br /&gt;
|Let's put a ‘c’ here to say that the second column should be '''center aligned'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|04:27&lt;br /&gt;
|This is '''center aligned''' now. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|04:30&lt;br /&gt;
|Let us make the first column '''left aligned'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|04:34&lt;br /&gt;
|Right now, it is '''right aligned'''; let me make them '''left aligned'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|04:40&lt;br /&gt;
|'l','''Save'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|04:43&lt;br /&gt;
| Compile. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|04:46&lt;br /&gt;
|Now it is '''left aligned'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|04:50&lt;br /&gt;
|We will now separate the rows with horizontal lines as follows.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|04:56&lt;br /&gt;
|Let's put a '''h-line''' here.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|05:00&lt;br /&gt;
|Let us see what happens when we do that. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|05:04&lt;br /&gt;
|It puts a top line. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|05:07&lt;br /&gt;
|If I put another '''h-line''' here, &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|05:16&lt;br /&gt;
|see a line has come,So, let me complete this.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|05:19&lt;br /&gt;
|Let me put '''h-line'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|05:22&lt;br /&gt;
|Here I have to put a '''break line''' with two '''reverse slashes''' and then '''h-line'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|05:30&lt;br /&gt;
|'''H-line''' begins from the beginning of the sentence. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|05:36&lt;br /&gt;
|So, now I have completed the horizontal lines. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|05:42&lt;br /&gt;
|Now, let us add three more columns and one more row. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|05:49&lt;br /&gt;
|So, what I do is- I come here, and 'c' , 'c', 'r'. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|06:01&lt;br /&gt;
|So, I have added three more columns, first two of them are '''center aligned''' the third one is '''right aligned'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|06:08&lt;br /&gt;
|And then here I want to say: &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|06:15&lt;br /&gt;
|&amp;quot;fruit&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|06:19&lt;br /&gt;
|&amp;quot;type&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|06:22&lt;br /&gt;
|&amp;quot;number of units&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|06:26&lt;br /&gt;
|&amp;quot;cost per unit&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|06:30&lt;br /&gt;
|&amp;quot;cost rupees&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|06:38&lt;br /&gt;
|'''h-line'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|06:41&lt;br /&gt;
|So, &amp;quot;mixed&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|06:43&lt;br /&gt;
|&amp;quot;20&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|06:45&lt;br /&gt;
|&amp;quot;75&amp;quot; rupees&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|06:47&lt;br /&gt;
|&amp;quot;1500&amp;quot; rupees. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|06:51&lt;br /&gt;
|&amp;quot;Jackfruit&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|06:54&lt;br /&gt;
|&amp;quot;10&amp;quot; of them&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|06:57&lt;br /&gt;
|&amp;quot;50&amp;quot; rupees&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|06:59&lt;br /&gt;
|&amp;quot;500&amp;quot; rupees.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|07:01&lt;br /&gt;
|&amp;quot;Banana green&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|07:05&lt;br /&gt;
|&amp;quot;10&amp;quot; dozens&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|07:07&lt;br /&gt;
|&amp;quot;20&amp;quot; rupees a dozen and &amp;quot;200&amp;quot; rupees total. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|07:12&lt;br /&gt;
|So, let’s see whether we can compile this.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|07:20&lt;br /&gt;
|So, it has created the table. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|07:25&lt;br /&gt;
|See the need for '''right alignment''', this is.. so that we can add these numbers. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|07:34&lt;br /&gt;
|Suppose, that we want to split the columns in two.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|07:39&lt;br /&gt;
|For example, here these two columns have fruit details and these three have cost calculations.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|07:48&lt;br /&gt;
|So, this is done with the help of what is known as '''multi-column command'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|07:55&lt;br /&gt;
|Let me do it as follows. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|07:59&lt;br /&gt;
|'''multi-column'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|08:04&lt;br /&gt;
|take 2&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|08:06&lt;br /&gt;
|'''center-aligned'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|08:10&lt;br /&gt;
|'''Fruit Details'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|08:12&lt;br /&gt;
|First two are over then I put a '''tab''' to indicate the next column. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|08:19&lt;br /&gt;
|Go to the next line.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|08:24&lt;br /&gt;
|'''multi-column''', three, also to be '''center-aligned'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|08:29&lt;br /&gt;
|Cost within braces – '''cost calculations'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|08:37&lt;br /&gt;
|'''slash h-line'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|08:44&lt;br /&gt;
|So, there you are. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|08:46&lt;br /&gt;
|The first two have the title &amp;quot;Fruit details&amp;quot;, the next three have the title &amp;quot;Cost calculations&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|08:52&lt;br /&gt;
|I don’t have the vertical lines that’s because I didn’t tell latex to do that. So let’s do that.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|08:59&lt;br /&gt;
|Here, I want two vertical lines, here I want one vertical line. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|09:05&lt;br /&gt;
|Before this, I already have the line here, so let me just put this here. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|09:11&lt;br /&gt;
|See what happens. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|09:16&lt;br /&gt;
|So, now the vertical lines have also come. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|09:24&lt;br /&gt;
|Because these 2 and 3 are single character '''arguments''' its possible to write them without braces. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|09:40&lt;br /&gt;
|Okay, same thing works. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|09:42&lt;br /&gt;
|Sometimes it is necessary to draw horizontal lines between only a few columns.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|09:52&lt;br /&gt;
| So, we explain this as follows. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|09:54&lt;br /&gt;
|Let me split this &amp;quot;mango&amp;quot; instead of &amp;quot;mixed&amp;quot;, let me call this &amp;quot;Malgoa&amp;quot; &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|10:05&lt;br /&gt;
|and then &amp;quot;18&amp;quot; kilograms&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|10:13&lt;br /&gt;
|&amp;quot;50&amp;quot; kilograms.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|10:17&lt;br /&gt;
|Let me delete this. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|10:23&lt;br /&gt;
|okay,And here, let me say that it is &amp;quot;Alfanso&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|10:33&lt;br /&gt;
|&amp;quot;2&amp;quot; dozens&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|10:35&lt;br /&gt;
|&amp;quot;300&amp;quot; rupees a dozen, and a total of 1500. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|10:44&lt;br /&gt;
|Let’s see what happens when I '''save''' this. Compile this.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|10:50&lt;br /&gt;
| So, I’ve got this. What happens is, this line comes here and as well as here and I don’t want this and this. So, this is taken care of by saying instead of this horizontal line, I want a 'c' line and between the columns 2 and 4.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|11:19&lt;br /&gt;
|So, I should have done this here. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|11:22&lt;br /&gt;
|So let me put this back here. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|11:27&lt;br /&gt;
|'''H-line''' here. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|11:30&lt;br /&gt;
|'''c-line 2 to 4'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|11:40&lt;br /&gt;
|Okay, so now I have the line between columns two and four only. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|11:52&lt;br /&gt;
|So, this central line has split the mangoes into two of the most popular mangoes in India. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|11:58&lt;br /&gt;
|We will conclude this example, conclude this '''table''' with a last row. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|12:04&lt;br /&gt;
|Let me total up as follows.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|12:11&lt;br /&gt;
|'''multi-column''' four&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|12:14&lt;br /&gt;
|2 vertical lines, '''right-aligned'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|12:20&lt;br /&gt;
|vertical separator&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|12:24&lt;br /&gt;
|'''Total cost'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|12:27&lt;br /&gt;
|Rupees. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|12:32&lt;br /&gt;
|Close this. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|12:35&lt;br /&gt;
|Next tab&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|12:38&lt;br /&gt;
|2200&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|12:42&lt;br /&gt;
|'''h-line'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|12:48&lt;br /&gt;
|So there you are. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|12:50&lt;br /&gt;
|So, this was the '''table''' that we started with at the beginning of this tutorial. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|12:59&lt;br /&gt;
|How do we work with the '''tables''' created using the '''tabular environment'''? &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|13:04&lt;br /&gt;
|Latex treats the entire table created using the '''tabular environment''' as a single object. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|13:10&lt;br /&gt;
|For example- if you write, &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|13:17&lt;br /&gt;
|This is&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|13:24&lt;br /&gt;
|an &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|13:27&lt;br /&gt;
|example &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|13:39&lt;br /&gt;
|'''&amp;quot;This is an example table&amp;quot;'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|13:47&lt;br /&gt;
|What happens is this '''table''' gets sandwiched between these two. &amp;quot;This is an&amp;quot; example to, &amp;quot;example table&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|13:56&lt;br /&gt;
|This '''table''' appears in a running sentence.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|14:01&lt;br /&gt;
|It is possible to include tables using a '''centre environment'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|14:05&lt;br /&gt;
|A more common approach is to include it in the '''table environment'''. As we show now.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|14:18&lt;br /&gt;
|'''begin''' &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|14:21&lt;br /&gt;
|'''table''' &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|14:25&lt;br /&gt;
|Close this. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|14:33&lt;br /&gt;
|So, what happens is now ‘this is an example table’. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|14:36&lt;br /&gt;
|This statement comes separately and whatever that appeared between this ‘begin’ and ‘end’ table have been placed separately as a '''table'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|14:50&lt;br /&gt;
|In other words, even though the table appears in between some text, it has been put separately. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|14:57&lt;br /&gt;
|This is not centered. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|14:59&lt;br /&gt;
|What I can do is, give a command here called '''‘centering’''' &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|15:08&lt;br /&gt;
|to place this at the center of the document. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|15:17&lt;br /&gt;
|Let us now create a '''caption'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|15:20&lt;br /&gt;
|'''Table caption''' is put before the table. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|15:23&lt;br /&gt;
|Let me put a caption here.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|15:31&lt;br /&gt;
|''' &amp;quot;Caption cost of fruits in India&amp;quot;'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|15:42&lt;br /&gt;
|So, the '''caption''' has come.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|15:44&lt;br /&gt;
|This is too close; I want to leave a small space.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|15:47&lt;br /&gt;
|Let me do that by giving through this '''v-space''' command '''1 ex'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|15:57&lt;br /&gt;
|That is the space equivalent of the ‘x’ character. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|16:01&lt;br /&gt;
|So, I have left this vertical space. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|16:04&lt;br /&gt;
|So, now it looks okay. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|16:06&lt;br /&gt;
|By default, Latex places tables at the top of the page. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|16:11&lt;br /&gt;
|This placement is done automatically. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|16:14&lt;br /&gt;
|The table is ‘floated’ to the next available slot.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|16:18&lt;br /&gt;
|To explain this, let me cut and paste some text from the bottom of this document. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|16:25&lt;br /&gt;
|Let me delete this. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|16:28&lt;br /&gt;
|Let me delete this. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|16:38&lt;br /&gt;
| Alright.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|16:43&lt;br /&gt;
| Now, there is some write up about these fruits. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|16:49&lt;br /&gt;
|Go to the top of this. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|16:55&lt;br /&gt;
|Paste it here. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|16:58&lt;br /&gt;
|Compile it. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|17:01&lt;br /&gt;
|So, as before, the '''table''' got placed at the top of this page.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|17:06&lt;br /&gt;
|Let me put some more text here.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|17:12&lt;br /&gt;
|Four copies.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|17:16&lt;br /&gt;
| So, now what has happened is- &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|17:26&lt;br /&gt;
|this table has been floated to the second page and &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|17:31&lt;br /&gt;
|there is nothing else here. So, it has been placed at the middle of this page.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|17:35&lt;br /&gt;
|Let me put one more copy of this, some more text. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|17:43&lt;br /&gt;
|So, now what has happened is- &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|17:49&lt;br /&gt;
|this is the title page, this is the text page, the table has been floated, it has gone to the top of this page. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|18:01&lt;br /&gt;
|As in '''equations''', we can also create '''labels''' and use them for referencing. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|18:06&lt;br /&gt;
|For example, &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|18:12&lt;br /&gt;
|you give this '''command''' below the '''caption command'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|18:15&lt;br /&gt;
|You have to give it below the caption command because it is the caption command that creates the '''table number'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|18:21&lt;br /&gt;
|For example, here 'table 1' has been created automatically by this caption command.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|18:26&lt;br /&gt;
|If you put the label after this, this label will refer to the number created using the caption command. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|18:33&lt;br /&gt;
|So '''label''' &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|18:40&lt;br /&gt;
|'''fruits'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|18:43&lt;br /&gt;
|So, let me just go back and say&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|18:48&lt;br /&gt;
|let me add this line here. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|18:53&lt;br /&gt;
|'''The cost of these fruits is shown in Table reference''', you have to give the label, it should be the same as this. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|19:08&lt;br /&gt;
|'''tab fruits'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|19:12&lt;br /&gt;
|Let me compile it.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|19:16&lt;br /&gt;
|So there it is,On first compilation, this variable is not assigned. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|19:22&lt;br /&gt;
|So let me re-compile it, so now I have got this. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|19:28&lt;br /&gt;
|We can create a list of tables automatically&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|19:33&lt;br /&gt;
|as we explain now. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|19:37&lt;br /&gt;
|After the '''make title''', suppose we want this '''list of tables''' - one word, is the command.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|19:50&lt;br /&gt;
|So what has happened is &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|19:53&lt;br /&gt;
|it has created a list of tables. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|19:57&lt;br /&gt;
|Typically one would have to compile twice to make sure the table number comes correct. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|20:03&lt;br /&gt;
|Here it comes, the table according to this list is in page two but we know that it is in page 3. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|20:13&lt;br /&gt;
|So, this is in page 3. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|20:15&lt;br /&gt;
|So, let's go back and compile it once more.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|20:20&lt;br /&gt;
|So there you are, it is in page 3. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|20:26&lt;br /&gt;
|So this has been explained before.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|20:29&lt;br /&gt;
|Alright, this comes to the end of this part in which we explained the '''tables'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|20:36&lt;br /&gt;
|We will now explain how to create figures using the command called '''include graphics'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|20:48&lt;br /&gt;
|So for this, we need to include this package called '''graphicx'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|21:00&lt;br /&gt;
|Okay! Suppose I go to the bottom of this, &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|21:08&lt;br /&gt;
|and say, the command is as follows. '''begin figure''' &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|21:14&lt;br /&gt;
|'''include graphics''' &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|21:19&lt;br /&gt;
|'''width''' equals. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|21:29&lt;br /&gt;
|I have a file called '''iitb.pdf'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|21:36&lt;br /&gt;
|There you are. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|21:38&lt;br /&gt;
|I include it here with the width of this figure coming out to be equal to that of the line width. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|21:51&lt;br /&gt;
|Let me end this figure. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|21:55&lt;br /&gt;
|Compile this. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|22:01&lt;br /&gt;
|There you are. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|22:04&lt;br /&gt;
|So, it has also been put at the top of this page. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|22:09&lt;br /&gt;
|Alright! What I will do is, let me just, so this is for if I want to use the entire line width .&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|22:17&lt;br /&gt;
|Suppose I want to use point 5, that is half a line width,&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|22:26&lt;br /&gt;
| then it has been made small.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|22:29&lt;br /&gt;
| And note that it has been '''left aligned'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|22:32&lt;br /&gt;
|As in the '''table''', I can say '''centering''' &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|22:38&lt;br /&gt;
|which will center this at the middle. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|22:49&lt;br /&gt;
|I can also create a '''caption'''; figure captions are created after the figure is included. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|23:00&lt;br /&gt;
|'''Golden Jubilee logo of IIT Bombay'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|23:13&lt;br /&gt;
|Okay, as before I can create a '''label''' and refer to it using the '''ref''' command. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|23:28&lt;br /&gt;
|I can also make this list of figures appear along with the list of '''tables'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|23:36&lt;br /&gt;
|So, suppose I want list of figures also. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|23:45&lt;br /&gt;
|I will compile it.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|23:48&lt;br /&gt;
|I will compile it twice. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|23:51&lt;br /&gt;
|and there it is. List of figures also comes automatically. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|23:56&lt;br /&gt;
|All the figure captions will appear here. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|24:08&lt;br /&gt;
|There is one last thing that I want to show you here. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|24:11&lt;br /&gt;
|That is how to rotate these figures. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|24:15&lt;br /&gt;
|This is done by the '''angle''' option. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|24:21&lt;br /&gt;
|Suppose, '''angle'''... I want to rotate by 90 degrees. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|24:25&lt;br /&gt;
|So, let's go to this figure.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|24:29&lt;br /&gt;
| Let’s compile this. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|24:32&lt;br /&gt;
|So, this has been rotated by 90 degrees. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|24:37&lt;br /&gt;
|Rotate it by 'minus 90'. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|24:42&lt;br /&gt;
| Alright. So, this is the way to include the figures. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|24:48&lt;br /&gt;
|Here, I am assuming that '''iitb.pdf''' is available. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|24:53&lt;br /&gt;
|This brings us to the end of this tutorial. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|24:55&lt;br /&gt;
|The beginners of latex should compile after every few changes to the '''source document''' and make sure that what they have entered is correct. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|25:05&lt;br /&gt;
|Thank you for listening to this tutorial. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|25:07&lt;br /&gt;
|This is Kannan Moudgalya, signing off. Good-bye.&lt;/div&gt;</summary>
		<author><name>Nancyvarkey</name></author>	</entry>

	</feed>