<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Burad&#039;s Blog &#187; latex</title>
	<atom:link href="http://www.aburad.com/blog/category/latex/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aburad.com/blog</link>
	<description>A computer nerd who would soon be an MBA</description>
	<lastBuildDate>Thu, 28 Oct 2010 15:53:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Latex on wordpress blog</title>
		<link>http://www.aburad.com/blog/2008/05/latex-on-wordpress-blog.html</link>
		<comments>http://www.aburad.com/blog/2008/05/latex-on-wordpress-blog.html#comments</comments>
		<pubDate>Sun, 25 May 2008 09:15:49 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[hostmonster]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=229</guid>
		<description><![CDATA[Some time back I came to know that wordpress blogs hosted at wordpress.com supports latex. But no such default functionality for self hosted wordpress blogs. But there are plugins (latexrender, wp-latex) which can facilitate similar things. But for these to work you will need to install latex on your hosting account. (I have intalled latex [...]]]></description>
			<content:encoded><![CDATA[<p>Some time back I came to know that wordpress blogs hosted at <a href="http://faq.wordpress.com/2007/02/18/can-i-put-math-or-equations-in-my-posts/">wordpress.com supports latex</a>. But no such default functionality for self hosted wordpress blogs. But there are plugins (<a href="http://sixthform.info/steve/wordpress/index.php?p=13">latexrender</a>, <a href="http://wordpress.org/extend/plugins/wp-latex/">wp-latex</a>) which can facilitate similar things.<br />
But for these to work you will need to install latex on your hosting account. (<a href="http://aburad.com/blog/2008/05/installing-latex-on-hostmonster.html">I have intalled latex on my hostmonster account some time back.</a>). </p>
<p>For installing latexrender wordpress plugin you can <a href="http://sixthform.info/steve/wordpress/index.php?p=13">find guidelines here</a><br />
One more thing to remember while setting $latexrender_path_http in latex.php give full http path to latexrender folder like <em><code>$latexrender_path_http = "http://your blog addr/latexrender";</code> </em><br />
Now you are set to go. To include [tex]\LaTeX[/tex] in your posting, use the following:<br />
<center><strong><code>&#91;tex&#93; your latex code here &#91;/tex&#93; </code></strong></center><br />
For example:  </p>
<blockquote><p>&#91;tex&#93; (a+b)^3 = (a+b)^2(a+b) &#91;/tex&#93; </p></blockquote>
<p>produces :</p>
<blockquote><p>[tex](a+b)^3 = (a+b)^2(a+b)[/tex]</p></blockquote>
<p>But after setting up latexrender plugin, the png image was still not generated. Error that I got was:</p>
<blockquote><p>I can&#8217;t find the format file &#8216;latex.fmt&#8217;! </p></blockquote>
<p>But when I tried similar command (<em>latex sample.tex</em>) from shell prompt, It was working fine.<br />
So I thought that problem is in calling latex from php file using <a href="http://in.php.net/function.exec">exec</a>. So when I copied the latex.fmt file to directory containing .tex file  it started working fine. May be some problem in setting environment variable.<br />
You can look for latex.fmt file using :</p>
<blockquote><p><code>find -name latex.fmt</code></p></blockquote>
<p>For latexrender you can copy latex.fmt file to latexrender/tmp/  folder inside your wordpress installation.<br />
I&#8217;m still working on how to set environment variable in php so that I don&#8217;t have to copy latex.fmt again and again.<br />
But for now I gave got working latex on my blog <img src='http://www.aburad.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  . Now I can write math equations in my blog posts.<br />
You can try latex formulas in comment too.</p>
<p>And if you want to publish LaTeX equation in WordPress blog without installing any software, try jsTeXrender: <a href="http://yourequations.com/">http://yourequations.com/</a>. Thanks <a href="http://www.mcuprogramming.com/blog">Doug</a> for the tip.</p>
<p>Related Posts:<br />
<a href="http://aburad.com/blog/2005/06/latex-beamer.html">Latex Beamer</a><br />
<a href="http://aburad.com/blog/2008/05/installing-latex-on-hostmonster.html">Installing latex on hostmonster</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2008/05/latex-on-wordpress-blog.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Installing latex on hostmonster</title>
		<link>http://www.aburad.com/blog/2008/05/installing-latex-on-hostmonster.html</link>
		<comments>http://www.aburad.com/blog/2008/05/installing-latex-on-hostmonster.html#comments</comments>
		<pubDate>Fri, 09 May 2008 06:46:43 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[latex]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[hostmonster]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=228</guid>
		<description><![CDATA[In continuation with my previous post (Some times yahoo is better), I followed the steps on how to install latex/tetex on my web host from here (You can also get the Installation steps from QuickInstall file in source code or access the same file from tug.org). But the problem is that on web hosts like [...]]]></description>
			<content:encoded><![CDATA[<p>In continuation with my previous post (<a href="http://aburad.com/blog/2008/05/sometimes-yahoo-is-better.html">Some times yahoo is better</a>),  I followed the steps on how to install latex/tetex on my web host <a href="http://mcuprogramming.com/blog/2007/03/30/installing-latex-on-web-hosts/">from here</a> (You can also get the Installation steps from QuickInstall file in source code or access the same file from <a href="http://tug.org/teTeX/tetex-src/QuickInstall">tug.org</a>).</p>
<p>But the problem is that on web hosts like hostmonster you won&#8217;t have root access so you will need to modify some of the things and do a local install in your home directory.</p>
<p>For that you can specify <em><strong>&#8211;prefix</strong></em> accordingly while doing <em><strong>./configure</strong></em>. So you need to do:</p>
<blockquote>
<pre class="bash">./configure --<span style="color: #007800;">prefix=</span>/home/<strong>username</strong>/local/teTeX
replace username with your account name</pre>
</blockquote>
<p>This step ended without any errors But while I was doing <strong><em>make world</em></strong>, the process exited with following error:</p>
<blockquote>
<pre>/usr/bin/ld: skipping incompatible /usr/X11R6/lib/libXt.a when searching for -lXt
/usr/bin/ld: skipping incompatible /usr/X11R6/lib/libX11.so when searching for -lX11</pre>
</blockquote>
<p>I found <a href="http://www.mail-archive.com/opendx2-dev@lists.berlios.de/msg04315.html">this thread</a>, where they were discussing similar error  and from what I got it was due to  machine  platform.  So I checked my host system information with</p>
<blockquote>
<pre>uname -a</pre>
<p>from there I got <em>x86_64 x86_64 x86_64 GNU/Linux</em> which meant its a 64 bit architecture.</p></blockquote>
<p>So after some tweaking to what I found here(<a href="http://cblfs.cross-lfs.org/index.php/TeTeX">CBLFS: TeTeX</a>) to make it work for local install, you can do following to compile the package:</p>
<blockquote><p><code> </code></p>
<pre>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" USE_ARCH=64 \
./configure --prefix=/home/<strong>username</strong>/local/teTeX/ \
--enable-shared \
--without-texinfo \
--with-x=no \
--with-system-ncurses \
--with-system-zlib &amp;&amp;
[ -f texk/libtool ] &amp;&amp; sed -i "/sys_lib_search_path_spec=/s:/lib:&amp;64:g" texk/libtool;</pre>
</blockquote>
<p>And then you can do</p>
<blockquote>
<pre>make world
make all install</pre>
</blockquote>
<p>You can then add generated executable to your system path by:</p>
<blockquote>
<pre>PATH=/home/<strong>username</strong>/local/teTeX/bin/x86_64-unknown-linux-gnu:$PATH;
export PATH</pre>
</blockquote>
<p>You can also configure your installation using:</p>
<blockquote>
<pre>texconfig</pre>
</blockquote>
<p>And its DONE <img src='http://www.aburad.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />       <strong>Find <a href="http://aburad.com/latex/install.txt">all steps followed by me here</a></strong><br />
So if you want to install on 32 bit config the <a href="http://mcuprogramming.com/blog/2007/03/30/installing-latex-on-web-hosts/">method at Microcontroller programming Blog</a> should work fine.<br />
Also read: <a href="http://tldp.org/HOWTO/TeTeX-HOWTO-9.html#generic-CTAN">The Tetex HowTo</a></p>
<p>You can download required packages using <em>wget</em> on shell account at hostmonster from <a href="http://www.ctan.org/tex-archive/systems/unix/teTeX/current/distrib/">ctan.org</a></p>
<p>Related Post: <a href="http://aburad.com/blog/2005/06/latex-beamer.html">Latex Beamer</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2008/05/installing-latex-on-hostmonster.html/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Making LaTeX Beamer Presentations</title>
		<link>http://www.aburad.com/blog/2006/10/making-latex-beamer-presentations.html</link>
		<comments>http://www.aburad.com/blog/2006/10/making-latex-beamer-presentations.html#comments</comments>
		<pubDate>Sat, 14 Oct 2006 22:45:00 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[latex]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[adobe]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=146</guid>
		<description><![CDATA[I came across this nicely compiled page on : how to make Latex Beamer Presentations If you want to create overhead presentations (á la Powerpoint) with LaTeX, you can do so by using Beamer class, which creates surprisingly professional and sophisticated documents that you can then display using any pdf viewer (e.g., such as Adobe [...]]]></description>
			<content:encoded><![CDATA[<p>I came across this nicely compiled page on :<br />
<a href="http://happymutant.com/latex/misce/beamer.php">how to make Latex Beamer Presentations</a></p>
<blockquote>
<p style="text-align: justify">If you want to create overhead presentations (á la Powerpoint) with LaTeX, you can do so by using Beamer class, which creates surprisingly professional and sophisticated documents that you can then display using any pdf viewer (e.g., such as Adobe Acrobat). The advantage of using LaTeX over a program like Powerpoint is that it doesn&#8217;t require expensive software for either creating or displaying your presentation; it thus makes the presentation truly &#8220;portable&#8221;.</p>
</blockquote>
<p><a href="http://happymutant.com/latex/misce/beamer.php">Read More &gt;&gt;</a><br />
<span style="font-style: italic">Related Links :</span></p>
<ul>
<li><a href="http://aburad.com/blog/2005/06/latex-beamer.html">Latex Beamer</a></li>
<li><a href="http://aburad.com/blog/2005/06/hindi-presentation-using-beamer.html">Hindi Presentation using Beamer</a></li>
<li><a href="http://aburad.com/blog/2006/04/some-latex-tips-links.html">Some Latex tips &amp; Links</a></li>
<li><a href="http://aburad.com/blog/2005/06/preview-latex.html">Preview Latex</a></li>
<li><a href="http://itrans-prv.blogspot.com/">http://itrans-prv.blogspot.com/</a> An Emacs Plugin for previewing Itrans and Latex</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2006/10/making-latex-beamer-presentations.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Some Latex tips &amp; Links</title>
		<link>http://www.aburad.com/blog/2006/04/some-latex-tips-links.html</link>
		<comments>http://www.aburad.com/blog/2006/04/some-latex-tips-links.html#comments</comments>
		<pubDate>Tue, 04 Apr 2006 07:16:00 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[latex]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[operating systems]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=66</guid>
		<description><![CDATA[Here are some quick tips and links which you can find useful when writing some report, article in latex. Firstly here is an nice article explaining why latex is good .Here are some editors available for latex:For Linux : Kile : KDE Integrated LaTeX Environment Lyx Emacs : It&#8217;s available for a couple of operating [...]]]></description>
			<content:encoded><![CDATA[<p>Here are some quick tips and links which you can find useful when writing some report, article in latex.</p>
<p>Firstly here is an nice article explaining <a href="http://www.andy-roberts.net/misc/latex/latexvsword.html"> why latex is good .</a><br />Here are some editors available for latex:<br />For Linux :
<ul>
<li><a href="http://kile.sourceforge.net/">Kile</a> : KDE Integrated LaTeX Environment</li>
<li><a href="http://www.lyx.org/">Lyx</a></li>
<li><a href="http://www.gnu.org/software/emacs">Emacs</a> : It&#8217;s       available for a couple of operating systems like Linux, Unix and       MS Windows. For LaTeX you should use the quite ingenious modes <a href="http://www.gnu.org/software/auctex/">AUCTeX</a>       and <a href="http://zon.astro.uva.nl/%7Edominik/Tools/reftex/">RefTeX</a>. You       may refer my <a href="http://www4.in.tum.de/%7Egruenbau/emacs.html">Emacs-page</a> for further hints.</li>
</ul>
<p>For windows :
<ul>
<li><a href="http://www.itsfd.de/texwin/link.php?do=out&#038;id=68">TexMaker</a></li>
<li><a href="http://www.itsfd.de/texwin/link.php?do=out&amp;id=43">LatexWide</a></li>
</ul>
<p><a href="http://www.andy-roberts.net/misc/latex/">Getting to grips with Latex</a><br /><a href="http://www.maths.tcd.ie/%7Edwilkins/LaTeXPrimer/">Getting Started with LaTeX</a><br /><a href="http://it.metr.ou.edu/latex/">LaTeX Tutorial</a> : some templates here<br /><a href="http://itb.biologie.hu-berlin.de/~benda/software/latex/">LaTeX Tips and Tricks</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2006/04/some-latex-tips-links.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Itrans_Prv : Project Page up</title>
		<link>http://www.aburad.com/blog/2005/06/itrans_prv-project-page-up.html</link>
		<comments>http://www.aburad.com/blog/2005/06/itrans_prv-project-page-up.html#comments</comments>
		<pubDate>Sun, 26 Jun 2005 11:23:00 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[latex]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[itrans]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=21</guid>
		<description><![CDATA[An Emacs Plugin for previewing Itrans and Latex File Project Webpage Up. Webpage has Image Previews of Itrans_Prv working. Also embedded a Flash intro of how the package works. Embedding of flash done by vnc2swf screen recorder. Image Previews Preview1 Preview2 Preview3]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: 130%">An Emacs Plugin for previewing Itrans and Latex File</span></p>
<p><a href="http://www.aburad.com/acads/Itrans_Prv/index.html">Project Webpage</a> Up.<span style="display: block" id="formatbar_CreateLink" title="Link" onmouseover="ButtonHoverOn(this);" onmouseout="ButtonHoverOff(this);" onmousedown="CheckFormatting(event);FormatbarButton('richeditorframe', this, 8);ButtonMouseDown(this);"></span><br />
Webpage has Image Previews of Itrans_Prv working.<br />
Also embedded a Flash intro of how the package works.<br />
Embedding of flash done by <a href="http://www.unixuser.org/%7Eeuske/vnc2swf/">vnc2swf screen recorder</a>.<br />
Image Previews</p>
<p><a href="http://www.aburad.com/acads/Itrans_Prv/emacs2.png"><img src="http://www.aburad.com/acads/Itrans_Prv/thumbs/emacs2.jpg" alt="http://www.aburad.com/acads/Itrans_Prv/thumbs/emacs2.jpg" height="189" width="200" /></a> Preview1</p>
<p><a href="http://www.aburad.com/acads/Itrans_Prv/emacs7.png"><img src="http://www.aburad.com/acads/Itrans_Prv/thumbs/emacs7.jpg" alt="http://www.aburad.com/acads/Itrans_Prv/thumbs/emacs7.jpg" height="150" width="200" /></a> Preview2 <a href="http://www.aburad.com/acads/Itrans_Prv/emacs4.png"><img src="http://www.aburad.com/acads/Itrans_Prv/thumbs/emacs4.jpg" alt="http://www.aburad.com/acads/Itrans_Prv/thumbs/emacs4.jpg" height="189" width="200" /></a>Preview3</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2005/06/itrans_prv-project-page-up.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emacs Plugin for Itrans : Itrans_Prv</title>
		<link>http://www.aburad.com/blog/2005/06/emacs-plugin-for-itrans-itrans_prv.html</link>
		<comments>http://www.aburad.com/blog/2005/06/emacs-plugin-for-itrans-itrans_prv.html#comments</comments>
		<pubDate>Sat, 25 Jun 2005 18:38:00 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[latex]]></category>
		<category><![CDATA[hindi]]></category>
		<category><![CDATA[itrans]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=18</guid>
		<description><![CDATA[This summer (after my 4th sem is over) Me and Me and Kshitij are working on Project under guidance Prof. Siva Kumar to develop an WYSIWYG type editor for Itrans (Indian Language Support). Here is a brief overview of our project: * Select any itrans/latex text that is between valid tags. Now you can select [...]]]></description>
			<content:encoded><![CDATA[<p>This summer (after my 4th sem is over) Me and  Me and <a href="http://www.cse.itb.ac.in/%7Ekshitij">Kshitij</a> are<br />
working on Project under guidance <strong>Prof. Siva Kumar</strong> to develop an<br />
WYSIWYG type editor for <a href="http://www.aczoom.com/itrans/">Itrans</a> (Indian Language Support).</p>
<p>Here is a brief overview of our project:<br />
* Select any itrans/latex text that is between valid tags. Now you can select<br />
option from menu for prview of this region. (See Preview1) .<br />
* You can preview many such region in emacs window.<br />
* You can select option &#8220;Remove all preview&#8221; from Itrans menu to remove all preview of all regions.<br />
* With &#8220;continuous preview&#8221; option you can view preview in seperate gv (ghost view) window.(Preview 2)<br />
* In &#8220;continuous preview&#8221; mode you can edit text and preview gets automatically updated in gv.</p>
<p>You can download it from <a href="http://www.aburad.com/acads/Itrans_Prv/itrans_prv.tar.gz">here</a> .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2005/06/emacs-plugin-for-itrans-itrans_prv.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preview Latex</title>
		<link>http://www.aburad.com/blog/2005/06/preview-latex.html</link>
		<comments>http://www.aburad.com/blog/2005/06/preview-latex.html#comments</comments>
		<pubDate>Mon, 20 Jun 2005 14:05:00 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[latex]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=14</guid>
		<description><![CDATA[This is an in-line latex viewer for emacs.The purpose of preview-latex is to embed LaTeX environments such as display math or figures into the source buffers and switch conveniently between source and image representation.It replaces the latex text with its preview. When we tried it ,it could generate previews of only sections,sub-sections and mathematical formula. [...]]]></description>
			<content:encoded><![CDATA[<p>This is an <span style="font-weight: bold;">in-line</span> latex viewer for emacs.The purpose of preview-latex is to embed LaTeX environments such as display <span style="font-weight: bold;">math</span> or <span style="font-weight: bold;">figures </span>into the source buffers and switch  conveniently between source and image representation.It replaces the latex text with its preview.</p>
<div style="text-align: justify;"> </div>
<div style="text-align: justify;"> </div>
<p> When we tried it ,it could generate previews of only sections,sub-sections and mathematical formula. So a small <span style="font-weight: bold;">trick could be used to preview any part of a latex document</span> be it tables, enumerations, paragraphs or any kind of fonts.Just place the part to be previewed in the &#8216;<span style="font-style: italic;">\begin{figure}</span>&#8216; and <span style="font-style: italic;">&#8216;\end{figure}&#8217;</span> tags.And now preview latex will generate preview for this part of the document.</p>
<p><span style="font-weight: bold;font-size:130%;" >Previewing itrans text<br /></span>Preview-latex<br />can be used to preview itrans text.But the itrans text cannot be<br />directly modified and previewed in the latex file.We have to first<br />compile the .itx file using itrans and then the resulting .tex file can<br />be used for generating previews for the itrans text.<br />We have to use the &#8216;\begin{figure}&#8217; and &#8216;\end{figure}&#8217; tags for previewing this also.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2005/06/preview-latex.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hindi Presentation using Beamer</title>
		<link>http://www.aburad.com/blog/2005/06/hindi-presentation-using-beamer.html</link>
		<comments>http://www.aburad.com/blog/2005/06/hindi-presentation-using-beamer.html#comments</comments>
		<pubDate>Mon, 20 Jun 2005 13:59:00 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[latex]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=13</guid>
		<description><![CDATA[In this presentation we have implimented the following features : 1) Beamer has predesigned themes that can be modified as required.We have used one of the themes. 2) Beamer supports pgf package which can be used for making geometrical figures and graphs. (In slide 8 ) 3) Images (in .eps format) can be used in [...]]]></description>
			<content:encoded><![CDATA[<p>In this presentation we have implimented the following features :</p>
<p style="text-align: justify"><span>1)</span> Beamer has <span style="font-weight: bold">predesigned themes</span> that can be modified as required.We have used one of the themes.<br />
<span>2)</span> Beamer supports <span style="font-weight: bold">pgf package</span> which can be used for making geometrical <span style="font-weight: bold">figures and graphs</span>. (In <span style="font-style: italic">slide 8</span> )<br />
<span>3)</span> Images (in <span style="font-weight: bold">.eps format</span>) can be used in the presentation.<br />
<span>4)</span> Frames once declared can be used thereafter in the presentation with <span style="font-weight: bold">dynamic effects </span>(one by one  appearance of the blocks). In <span style="font-style: italic">page 11,12,13</span> of the sample presentation.<br />
<span>5)</span> There are <span style="font-weight: bold">inbuilt buttons</span> associated with the template like next slide,previous slide,last slide.<br />
<span>6)</span> Buttons that <span style="font-weight: bold">link to some other page</span> can also be declared. (In <span style="font-style: italic">slide 15</span> of the presentation)<br />
<span>7)</span> <span style="font-weight: bold">Frame information and section/subsection information</span> is displayed at the top of the template. (Inbuilt feature of the template)</p>
<p><span style="font-weight: bold">Including Hindi in the Presentation</span></p>
<p style="text-align: justify">Beamer<br />
class is used in latex file (.tex file).So for including hindi we<br />
started with .itx file with the same content as the latex file and<br />
added hindi font paths and itrans text to it.Then we applied itrans to<br />
it.The resultant tex file was could be converted to a pdf file using <span style="font-weight: bold">latex+dvips+ps2pdf</span>.Tex<br />
file with beamer can also be converted to pdf using pdflatex on tex<br />
file.But due to some font path problem it is not recognizing hindi<br />
fonts.</p>
<p>The presentation can be downloaded from the following link :<br />
<a href="http://www.aburad.com/acads/beamer/hindi/beamer.pdf">Beamer.pdf</a></p>
<p>View <a href="http://www.aburad.com/acads/beamer/hindi/readme.txt">Readme</a> for details.</p>
<p>The source .itx file can be found <a href="http://www.aburad.com/acads/beamer/hindi/">here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2005/06/hindi-presentation-using-beamer.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Latex-Beamer</title>
		<link>http://www.aburad.com/blog/2005/06/latex-beamer.html</link>
		<comments>http://www.aburad.com/blog/2005/06/latex-beamer.html#comments</comments>
		<pubDate>Mon, 20 Jun 2005 13:54:00 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[latex]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=12</guid>
		<description><![CDATA[Beamer is a latex class used to prepare presentations. It is not a WYSIWYG program. It can easily create dynamic effects. Predesigned themes can be used to make presentations. The layout,the color,the fonts can be globally changed. Beamer can be used with pdflatex and latex+dvips commands. Beamer can be used to add audio and video [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify">Beamer is a latex class used to prepare presentations. It is not<br />
a WYSIWYG program. It can easily create dynamic effects.<br />
Predesigned themes can be used to make presentations.<br />
The layout,the color,the fonts can be globally changed.<br />
Beamer can be used with pdflatex and latex+dvips commands.</p>
<p>Beamer can be used to add audio and video file in the presentation.<br />
This can be done in two ways:</p>
<p><span style="font-size: 130%">1)</span> By calling an external program to play the audio or video file.<br />
Using the <strong>&#8216;\href&#8217;</strong> we can run an external program eg. mplayer,xmms.<br />
This has been implemented in the sample files at the following link:<br />
(View <a href="http://www.aburad.com/acads/beamer/readme.txt">Readme</a> first) <a href="http://www.aburad.com/acads/beamer/Sample-beamer.pdf">Sample-beamer.pdf</a></p>
<p><span style="font-size: 130%">2)</span> The multimedia package of beamer has commands such as<br />
<strong>&#8216;\sound&#8217;</strong> and <strong>&#8216;\movie&#8217; </strong>that enable us to embed movied and<br />
sounds in pdf files.Using this the data of the sound file can be<br />
completely embedded in the a pdf file and hence no need to<br />
carry the sound file along.The package can play movie in the<br />
presentation itself.<br />
We still have to implement this.</p>
<p>Related posts :</p>
<ul>
<li><a href="http://aburad.com/blog/2005/06/hindi-presentation-using-beamer.html">Hindi Presentation using Beamer</a></li>
<li><a href="http://aburad.com/blog/2006/04/some-latex-tips-links.html">Some Latex tips &amp; Links</a></li>
<li><a href="http://aburad.com/blog/2005/06/preview-latex.html">Preview Latex</a></li>
<li><a href="http://aburad.com/blog/2006/10/making-latex-beamer-presentations.html">Making LaTeX Beamer Presentations</a></li>
<li><a href="http://itrans-prv.blogspot.com/">http://itrans-prv.blogspot.com/</a> An Emacs Plugin for previewing Itrans and Latex</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2005/06/latex-beamer.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

