<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: how to insert a figure in latex</title>
	<atom:link href="http://desk.stinkpot.org/tricks/index.php/2006/02/how-to-insert-a-figure-in-latex/feed/" rel="self" type="application/rss+xml" />
	<link>http://desk.stinkpot.org:8080/tricks/index.php/2006/02/how-to-insert-a-figure-in-latex/</link>
	<description>tricks!</description>
	<lastBuildDate>Thu, 02 Feb 2012 20:46:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: gamage</title>
		<link>http://desk.stinkpot.org:8080/tricks/index.php/2006/02/how-to-insert-a-figure-in-latex/comment-page-1/#comment-23077</link>
		<dc:creator>gamage</dc:creator>
		<pubDate>Sat, 15 Oct 2011 08:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://stinkpot.afraid.org:8080/tricks/?p=35#comment-23077</guid>
		<description>use packege   \usepackage{graphicx}.. 
code should be following manner 

\usepackage{graphicx}
%should be  just below the \documentclass{} 

begin{figure}
  
  \includegraphics[width=50pt]{image_name.jpg}
% image should be same directry of save 
  \caption{23}\label{23}
\end{figure}</description>
		<content:encoded><![CDATA[<p>use packege   \usepackage{graphicx}..<br />
code should be following manner </p>
<p>\usepackage{graphicx}<br />
%should be  just below the \documentclass{} </p>
<p>begin{figure}</p>
<p>  \includegraphics[width=50pt]{image_name.jpg}<br />
% image should be same directry of save<br />
  \caption{23}\label{23}<br />
\end{figure}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Faree</title>
		<link>http://desk.stinkpot.org:8080/tricks/index.php/2006/02/how-to-insert-a-figure-in-latex/comment-page-1/#comment-12299</link>
		<dc:creator>Faree</dc:creator>
		<pubDate>Thu, 14 Oct 2010 00:34:52 +0000</pubDate>
		<guid isPermaLink="false">http://stinkpot.afraid.org:8080/tricks/?p=35#comment-12299</guid>
		<description>I use the same syntax and get this error:

! Undefined control sequence
1.75  \includegraphics
                      [width=3in]{FS2004.jpg}\\
?


What is this error? Everyone uses this code and it works. Am I missing something?</description>
		<content:encoded><![CDATA[<p>I use the same syntax and get this error:</p>
<p>! Undefined control sequence<br />
1.75  \includegraphics<br />
                      [width=3in]{FS2004.jpg}\\<br />
?</p>
<p>What is this error? Everyone uses this code and it works. Am I missing something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankit Patel</title>
		<link>http://desk.stinkpot.org:8080/tricks/index.php/2006/02/how-to-insert-a-figure-in-latex/comment-page-1/#comment-12238</link>
		<dc:creator>Ankit Patel</dc:creator>
		<pubDate>Tue, 05 Oct 2010 05:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://stinkpot.afraid.org:8080/tricks/?p=35#comment-12238</guid>
		<description>Dear,
i use the format for figure insertation as:

\begin{center}
% Requires \usepackage{graphicx}
\includegraphics[width=4in]{p1.jpg}\\
\emph{Figure 1: Schematic Diagram of the experimental setup}
\end{center}

there will be an error at :
\includegraphics[width=4in]{p1.jpg}\\

please give me the right format. 

thanking you,</description>
		<content:encoded><![CDATA[<p>Dear,<br />
i use the format for figure insertation as:</p>
<p>\begin{center}<br />
% Requires \usepackage{graphicx}<br />
\includegraphics[width=4in]{p1.jpg}\\<br />
\emph{Figure 1: Schematic Diagram of the experimental setup}<br />
\end{center}</p>
<p>there will be an error at :<br />
\includegraphics[width=4in]{p1.jpg}\\</p>
<p>please give me the right format. </p>
<p>thanking you,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankit Patel</title>
		<link>http://desk.stinkpot.org:8080/tricks/index.php/2006/02/how-to-insert-a-figure-in-latex/comment-page-1/#comment-12237</link>
		<dc:creator>Ankit Patel</dc:creator>
		<pubDate>Tue, 05 Oct 2010 05:50:12 +0000</pubDate>
		<guid isPermaLink="false">http://stinkpot.afraid.org:8080/tricks/?p=35#comment-12237</guid>
		<description>Dear,
i use the format for figure insertation as:

\begin{center}
  % Requires \usepackage{graphicx}
  \includegraphics[width=4in]{p1.jpg}\\
  \emph{Figure 1: Schematic Diagram of the experimental setup}
\end{center}

there will be an error at : 
\includegraphics[width=4in]{p1.jpg}\\

please give me the right format. 

thanking you,</description>
		<content:encoded><![CDATA[<p>Dear,<br />
i use the format for figure insertation as:</p>
<p>\begin{center}<br />
  % Requires \usepackage{graphicx}<br />
  \includegraphics[width=4in]{p1.jpg}\\<br />
  \emph{Figure 1: Schematic Diagram of the experimental setup}<br />
\end{center}</p>
<p>there will be an error at :<br />
\includegraphics[width=4in]{p1.jpg}\\</p>
<p>please give me the right format. </p>
<p>thanking you,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas</title>
		<link>http://desk.stinkpot.org:8080/tricks/index.php/2006/02/how-to-insert-a-figure-in-latex/comment-page-1/#comment-11206</link>
		<dc:creator>Lucas</dc:creator>
		<pubDate>Wed, 27 May 2009 01:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://stinkpot.afraid.org:8080/tricks/?p=35#comment-11206</guid>
		<description>Also, remember to add

\usepackage{graphicx}

at the top of the file</description>
		<content:encoded><![CDATA[<p>Also, remember to add</p>
<p>\usepackage{graphicx}</p>
<p>at the top of the file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maria</title>
		<link>http://desk.stinkpot.org:8080/tricks/index.php/2006/02/how-to-insert-a-figure-in-latex/comment-page-1/#comment-10133</link>
		<dc:creator>maria</dc:creator>
		<pubDate>Wed, 22 Oct 2008 06:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://stinkpot.afraid.org:8080/tricks/?p=35#comment-10133</guid>
		<description>i googled how to insert a picture on latex and your website was the first hit. i just wanted to tell you that your website is so creative!!! i loved it! also that you and your girlfriend look so happy and you make a really nice couple.</description>
		<content:encoded><![CDATA[<p>i googled how to insert a picture on latex and your website was the first hit. i just wanted to tell you that your website is so creative!!! i loved it! also that you and your girlfriend look so happy and you make a really nice couple.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

