<?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/"
	>

<channel>
	<title>QuickLaTeX.com</title>
	<atom:link href="http://www.quicklatex.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.quicklatex.com</link>
	<description>Free Online LaTeX Service</description>
	<pubDate>Sat, 23 May 2009 12:12:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>QuickLaTeX is online!</title>
		<link>http://www.quicklatex.com/?p=7</link>
		<comments>http://www.quicklatex.com/?p=7#comments</comments>
		<pubDate>Wed, 20 May 2009 07:38:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.quicklatex.com/?p=7</guid>
		<description><![CDATA[QuickLaTeX.com is a free online service aimed to help people include mathematical formulas into the web pages easily and with high typesetting quality.
It is based on very simple idea. User feeds QuickLaTeX.com with the piece of LaTeX code of the formula to be published. QuickLaTeX.com converts it to the image stored on the server and [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">QuickLaTeX.com is a free online service aimed to help people include mathematical formulas into the web pages easily and with high typesetting quality.</p>
<p style="text-align: justify;">It is based on very simple idea. User feeds QuickLaTeX.com with the piece of LaTeX code of the formula to be published. QuickLaTeX.com converts it to the image stored on the server and returns URL for that image to be accessed in Internet. User inserts the URL into web page in place where formula should be and that’s it – next time when somebody opens that web page in the browser he/she will see the formula.</p>
<p>One important feature which makes QuickLaTeX.com distinct from the others is: besides just converting LaTeX code into image it provides information on how to position generated image on the web page properly so that the formula and surrounding text will blend together well.</p>
<p style="text-align: justify;">Let’s see an example. Assuming that our formula is just square root of 2 we build such request to the server:</p>
<p><a href="http://www.quicklatex.com/latex.f?formula=\sqrt{2}" target="_blank">http://www.quicklatex.com/latex.f?formula=\sqrt{2}</a></p>
<p style="text-align: justify;">It returns:</p>
<pre style="font-size: small;">0
http://quicklatex.com/cache/ql_d21848cdd835abcb491be1f151e9b6c6.gif 3</pre>
<p>Where first line – 0 indicates that our LaTeX code have no errors and have been converted to image successfully. Second line gives us image’s URL and vertical displacement of image relative to text baseline. Equipped with this information we can easily place formula on our page using HTML:</p>
<pre style="font-size: small;">
&lt;img src="http://quicklatex.com/cache/ql_d21848cdd835abcb491be1f151e9b6c6.gif"
style="vertical-align: -3px; border: none;" /&gt;
</pre>
<p style="text-align: justify;">Although such routine may seems to be little bit overwhelming (especially if want to publish article with hundreds of formulas) it is not necessary to do it manually for every formula. Instead, if you are using CMS (content management system, such as Joomla!, Drupal, phpBB, etc) as a basis for you website you can tune it to do this task automatically.</p>
<p style="text-align: justify;">For example, I’ve developed plugin for famous blogging platform Wordpress which allows user to publish math easy by writing LaTeX code between [tex] [/tex] tags. Plugin automatically connects to QuickLaTeX.com every time it finds these tags on web page and replaces LaTeX code with the image returned by the server.  If you want to see how it works visit my blog.</p>
<p style="text-align: justify;">Now I’m working on plugins for other CMS. I appreciate your contributions to the development of the plugins, so feel free to send me any code or your suggestions. Your support is very much welcome!<br />
List of available plugins are below:<br />
WP-QuickLaTeX<br />
Usage of QuickLaTeX.com service is completely free. Although link “Powered by QuickLaTeX.com” on your site would be highly appreciated I don’t demand it in exchange for service. Just letting me know you are using it would be enough. Use the comments below!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.quicklatex.com/?feed=rss2&amp;p=7</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.399 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-09-06 13:39:51 -->
