<?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: phpMyAdmin &amp; MySQL, pt. 1</title>
	<atom:link href="http://www.wyckedone.net/2005-07-27/phpmyadmin-mysql-pt-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wyckedone.net/2005-07-27/phpmyadmin-mysql-pt-1/</link>
	<description>si vis pacem, para bellum</description>
	<lastBuildDate>Fri, 23 Jul 2010 10:54:41 -0400</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: wyckedone</title>
		<link>http://www.wyckedone.net/2005-07-27/phpmyadmin-mysql-pt-1/comment-page-1/#comment-5480</link>
		<dc:creator>wyckedone</dc:creator>
		<pubDate>Mon, 27 Feb 2006 16:56:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.wyckedone.net/?p=268#comment-5480</guid>
		<description>Thanks for the info. :)</description>
		<content:encoded><![CDATA[<p>Thanks for the info. <img src='http://www.wyckedone.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Stagg</title>
		<link>http://www.wyckedone.net/2005-07-27/phpmyadmin-mysql-pt-1/comment-page-1/#comment-5479</link>
		<dc:creator>Stephen Stagg</dc:creator>
		<pubDate>Mon, 27 Feb 2006 14:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.wyckedone.net/?p=268#comment-5479</guid>
		<description>LaTeX is a hardcore typesetting tool for masochistic Scientists(mainly).  The phpmysql admin output to LaTeX is useful if you want to automatically insert tables into latex documents.  If you want to use this function on its own, you have to install latex, and then edit the .tex file produced by phpmyadmin to add:

\documentclass[12pt]{article}
\usepackage{longtable}   
\begin{document}

at the top and:

\end{document}

at the bottom.
then you can go: pdflatex myfile.tex
to create a pdf of your data.</description>
		<content:encoded><![CDATA[<p>LaTeX is a hardcore typesetting tool for masochistic Scientists(mainly).  The phpmysql admin output to LaTeX is useful if you want to automatically insert tables into latex documents.  If you want to use this function on its own, you have to install latex, and then edit the .tex file produced by phpmyadmin to add:</p>
<p>\documentclass[12pt]{article}<br />
\usepackage{longtable}<br />
\begin{document}</p>
<p>at the top and:</p>
<p>\end{document}</p>
<p>at the bottom.<br />
then you can go: pdflatex myfile.tex<br />
to create a pdf of your data.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
