<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Tech Log Book</title>
	<atom:link href="http://techlogbook.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://techlogbook.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sat, 24 Oct 2009 15:44:49 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Installing g77 in Ubuntu/Kubuntu Intrepid 8.10 by zippa</title>
		<link>http://techlogbook.wordpress.com/2008/11/17/installing-g77-in-ubuntukubuntu-intrepid-810/#comment-371</link>
		<dc:creator>zippa</dc:creator>
		<pubDate>Sat, 24 Oct 2009 15:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://techlogbook.wordpress.com/?p=151#comment-371</guid>
		<description>it&#039;s much more simpler
http://0x5f.blogspot.com/2009/10/install-g77-in-ubuntu-904-jaunty.html</description>
		<content:encoded><![CDATA[<p>it&#8217;s much more simpler<br />
<a href="http://0x5f.blogspot.com/2009/10/install-g77-in-ubuntu-904-jaunty.html" rel="nofollow">http://0&#215;5f.blogspot.com/2009/10/install-g77-in-ubuntu-904-jaunty.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gmail continuous reload in firefox 2 by Evil</title>
		<link>http://techlogbook.wordpress.com/2008/04/01/gmail-continuous-reload-in-firefox-2/#comment-370</link>
		<dc:creator>Evil</dc:creator>
		<pubDate>Sat, 24 Oct 2009 09:55:13 +0000</pubDate>
		<guid isPermaLink="false">http://techlogbook.wordpress.com/?p=10#comment-370</guid>
		<description>Still redirecting .... hmmmmm</description>
		<content:encoded><![CDATA[<p>Still redirecting &#8230;. hmmmmm</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Header/footer in Latex by Stefan Kottwitz</title>
		<link>http://techlogbook.wordpress.com/2009/06/17/custom-headerfooter-in-latex/#comment-365</link>
		<dc:creator>Stefan Kottwitz</dc:creator>
		<pubDate>Fri, 09 Oct 2009 22:14:38 +0000</pubDate>
		<guid isPermaLink="false">http://techlogbook.wordpress.com/2009/06/17/custom-headerfooter-in-latex/#comment-365</guid>
		<description>The scrpage2 package gives a different approach for the same purpose. It&#039;s documented in the KOMA-Script manual.
Btw. often there&#039;s no need to download documentation when it&#039;s already been installed with the distribution. Just use &lt;a href=&quot;http://texblog.net/hypertext-help/latex-tools/texdoc/&quot; rel=&quot;nofollow&quot;&gt;texdoc&lt;/a&gt; and type in the terminal

texdoc fancyhdr

To display the KOMA-Script manual including the scrpage2 documentation I would type

texdoc scrguien

Now I&#039;m using TeX Live 2009, texdoc is working with aliases as well, so &lt;i&gt;texdoc koma&lt;/i&gt; would already work with it.

Stefan</description>
		<content:encoded><![CDATA[<p>The scrpage2 package gives a different approach for the same purpose. It&#8217;s documented in the KOMA-Script manual.<br />
Btw. often there&#8217;s no need to download documentation when it&#8217;s already been installed with the distribution. Just use <a href="http://texblog.net/hypertext-help/latex-tools/texdoc/" rel="nofollow">texdoc</a> and type in the terminal</p>
<p>texdoc fancyhdr</p>
<p>To display the KOMA-Script manual including the scrpage2 documentation I would type</p>
<p>texdoc scrguien</p>
<p>Now I&#8217;m using TeX Live 2009, texdoc is working with aliases as well, so <i>texdoc koma</i> would already work with it.</p>
<p>Stefan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing computer or programming code in Latex by Stefan Kottwitz</title>
		<link>http://techlogbook.wordpress.com/2008/08/29/writing-computer-or-programming-code-in-latex/#comment-364</link>
		<dc:creator>Stefan Kottwitz</dc:creator>
		<pubDate>Fri, 09 Oct 2009 22:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://techlogbook.wordpress.com/?p=76#comment-364</guid>
		<description>Another approach is provided by the listings package:

\documentclass[a4paper,10pt]{article}
\usepackage{listings}
\lstset{language=C++}
\begin{document}
\begin{lstlisting}
#include 
#include 
 
int main() 
{
   std::cout &lt;&lt; &quot;Hallo Welt!&quot; &lt;&lt; std::endl;
}
\end{lstlisting}
\end{document}

This package provides a lot of features for typesetting source code, many languages are predefined.

Stefan</description>
		<content:encoded><![CDATA[<p>Another approach is provided by the listings package:</p>
<p>\documentclass[a4paper,10pt]{article}<br />
\usepackage{listings}<br />
\lstset{language=C++}<br />
\begin{document}<br />
\begin{lstlisting}<br />
#include<br />
#include </p>
<p>int main()<br />
{<br />
   std::cout &lt;&lt; &quot;Hallo Welt!&quot; &lt;&lt; std::endl;<br />
}<br />
\end{lstlisting}<br />
\end{document}</p>
<p>This package provides a lot of features for typesetting source code, many languages are predefined.</p>
<p>Stefan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C++ Numerical Libraries by Christian</title>
		<link>http://techlogbook.wordpress.com/c-numerical-libraries/#comment-355</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Sat, 26 Sep 2009 22:12:28 +0000</pubDate>
		<guid isPermaLink="false">http://techlogbook.wordpress.com/?page_id=131#comment-355</guid>
		<description>some other C++ numerical Libraries that I know:
eigen
Boost uBlas ()
Blitz
POOMA
TNT
Lapack++
eigen seems quite promising (Includes fixed size and dynamic size Matrices and uses expression templates (like Armadilla, UBLas, Blitz,.. do)</description>
		<content:encoded><![CDATA[<p>some other C++ numerical Libraries that I know:<br />
eigen<br />
Boost uBlas ()<br />
Blitz<br />
POOMA<br />
TNT<br />
Lapack++<br />
eigen seems quite promising (Includes fixed size and dynamic size Matrices and uses expression templates (like Armadilla, UBLas, Blitz,.. do)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing computer or programming code in Latex by SM</title>
		<link>http://techlogbook.wordpress.com/2008/08/29/writing-computer-or-programming-code-in-latex/#comment-352</link>
		<dc:creator>SM</dc:creator>
		<pubDate>Thu, 10 Sep 2009 13:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://techlogbook.wordpress.com/?p=76#comment-352</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing g77 in Ubuntu/Kubuntu Intrepid 8.10 by Brita</title>
		<link>http://techlogbook.wordpress.com/2008/11/17/installing-g77-in-ubuntukubuntu-intrepid-810/#comment-351</link>
		<dc:creator>Brita</dc:creator>
		<pubDate>Wed, 09 Sep 2009 13:56:03 +0000</pubDate>
		<guid isPermaLink="false">http://techlogbook.wordpress.com/?p=151#comment-351</guid>
		<description>Thank  you Adrian, Sakurazuka &amp; Jeff.  You saved my week.</description>
		<content:encoded><![CDATA[<p>Thank  you Adrian, Sakurazuka &amp; Jeff.  You saved my week.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing g77 in Ubuntu/Kubuntu Intrepid 8.10 by Adrian</title>
		<link>http://techlogbook.wordpress.com/2008/11/17/installing-g77-in-ubuntukubuntu-intrepid-810/#comment-350</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Tue, 08 Sep 2009 02:15:26 +0000</pubDate>
		<guid isPermaLink="false">http://techlogbook.wordpress.com/?p=151#comment-350</guid>
		<description>For those who say &#039;install f2c, gfortran, fort77 ....&#039;

If this does the job for you then great.

However it is not a solution to every problem.  F77 code was written for a variety of compilers on a variety of platforms. The legacy codebase is full of hacks, compiler specific extensions and the linking of C and fortran code is horrific. g77 is great in that it is forgiving and will handle most things (because it is really a c compiler).

E.g. http://www.globeclaritas.com/

I know the guys who develop this software - it compiles and links code at runtime (originally written on vax!).  Took then 6 months to get it running using gfortran.</description>
		<content:encoded><![CDATA[<p>For those who say &#8216;install f2c, gfortran, fort77 &#8230;.&#8217;</p>
<p>If this does the job for you then great.</p>
<p>However it is not a solution to every problem.  F77 code was written for a variety of compilers on a variety of platforms. The legacy codebase is full of hacks, compiler specific extensions and the linking of C and fortran code is horrific. g77 is great in that it is forgiving and will handle most things (because it is really a c compiler).</p>
<p>E.g. <a href="http://www.globeclaritas.com/" rel="nofollow">http://www.globeclaritas.com/</a></p>
<p>I know the guys who develop this software &#8211; it compiles and links code at runtime (originally written on vax!).  Took then 6 months to get it running using gfortran.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing g77 in Ubuntu/Kubuntu Intrepid 8.10 by Adrian</title>
		<link>http://techlogbook.wordpress.com/2008/11/17/installing-g77-in-ubuntukubuntu-intrepid-810/#comment-349</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Tue, 08 Sep 2009 02:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://techlogbook.wordpress.com/?p=151#comment-349</guid>
		<description>IMPORTANT ADDITION

When i gave my howto above I included creating a &#039;g77&#039; symlink.

This was a BAAAAAD idea.

Configure scripts will search for the available f77 compilers and will choose g77 first. Eg. rebuilding a dpkg will result in it being compiled with g77. I guarantee this is not what debian/ubuntu developers intend. This is probably the reason g77 was dropped.

Leave it as g77-3.4. If you need a makefile to find g77 set the variables F77=g77-3.4 and/or FC=g77-3.4

PS

You can speed x5  the compilation (on Ubuntu at least) by disabling test suite.
search for a line in rules.def 
    &#039;# run testsuite &#039;
there will be a line below somewhere
   &#039;with_check := yes&#039;
change it to (free banana for the first correct guess)
    &#039;with_check := no&#039;</description>
		<content:encoded><![CDATA[<p>IMPORTANT ADDITION</p>
<p>When i gave my howto above I included creating a &#8216;g77&#8242; symlink.</p>
<p>This was a BAAAAAD idea.</p>
<p>Configure scripts will search for the available f77 compilers and will choose g77 first. Eg. rebuilding a dpkg will result in it being compiled with g77. I guarantee this is not what debian/ubuntu developers intend. This is probably the reason g77 was dropped.</p>
<p>Leave it as g77-3.4. If you need a makefile to find g77 set the variables F77=g77-3.4 and/or FC=g77-3.4</p>
<p>PS</p>
<p>You can speed x5  the compilation (on Ubuntu at least) by disabling test suite.<br />
search for a line in rules.def<br />
    &#8216;# run testsuite &#8216;<br />
there will be a line below somewhere<br />
   &#8216;with_check := yes&#8217;<br />
change it to (free banana for the first correct guess)<br />
    &#8216;with_check := no&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing computer or programming code in Latex by Dennis</title>
		<link>http://techlogbook.wordpress.com/2008/08/29/writing-computer-or-programming-code-in-latex/#comment-343</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Thu, 30 Jul 2009 06:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://techlogbook.wordpress.com/?p=76#comment-343</guid>
		<description>Thank u. T works</description>
		<content:encoded><![CDATA[<p>Thank u. T works</p>
]]></content:encoded>
	</item>
</channel>
</rss>
