<?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: Hopefully the last RC of the Gedit LaTeX Plugin available</title>
	<atom:link href="http://www.michaels-website.de/2009/11/hopefully-the-last-rc-of-the-gedit-latex-plugin-available/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaels-website.de/2009/11/hopefully-the-last-rc-of-the-gedit-latex-plugin-available/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 13 Jan 2012 20:11:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: andreas</title>
		<link>http://www.michaels-website.de/2009/11/hopefully-the-last-rc-of-the-gedit-latex-plugin-available/comment-page-1/#comment-523</link>
		<dc:creator>andreas</dc:creator>
		<pubDate>Fri, 18 Mar 2011 09:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaels-website.de/?p=144#comment-523</guid>
		<description>I love you for this plugin! Makes my day longer! But: am I too dumb or is there no documentation?</description>
		<content:encoded><![CDATA[<p>I love you for this plugin! Makes my day longer! But: am I too dumb or is there no documentation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TeXnoob</title>
		<link>http://www.michaels-website.de/2009/11/hopefully-the-last-rc-of-the-gedit-latex-plugin-available/comment-page-1/#comment-502</link>
		<dc:creator>TeXnoob</dc:creator>
		<pubDate>Sun, 06 Feb 2011 17:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaels-website.de/?p=144#comment-502</guid>
		<description>Thanks for an amazing plugin!  I&#039;m in love with the outline feature but would love to control this more, including the ability to recognize user-defined counters.  I have a counter for lectures, and a \lecture{heading} command - would love to have Outline list all my lectures, with sections and subsections beneath them.</description>
		<content:encoded><![CDATA[<p>Thanks for an amazing plugin!  I&#8217;m in love with the outline feature but would love to control this more, including the ability to recognize user-defined counters.  I have a counter for lectures, and a \lecture{heading} command &#8211; would love to have Outline list all my lectures, with sections and subsections beneath them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Musa</title>
		<link>http://www.michaels-website.de/2009/11/hopefully-the-last-rc-of-the-gedit-latex-plugin-available/comment-page-1/#comment-479</link>
		<dc:creator>Musa</dc:creator>
		<pubDate>Fri, 19 Nov 2010 03:33:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaels-website.de/?p=144#comment-479</guid>
		<description>I tried to install and use the plugin since it looked like a very useful one. But, it is not working. I tried to figure out what the problem is. But I do not too much about Python, and it looks like there is a problem somewhere in the code. When I try to enable the plugin I get the following error on the console:

2010-11-18 22:25:37,884 DEBUG	resources - Initializing resource locating
Traceback (most recent call last):
  File &quot;/home/serdar/.gnome2/gedit/plugins/GeditLaTeXPlugin/__init__.py&quot;, line 26, in 
    from src import *
  File &quot;/home/serdar/.gnome2/gedit/plugins/GeditLaTeXPlugin/src/__init__.py&quot;, line 32, in 
    from base.decorators import GeditWindowDecorator
  File &quot;/home/serdar/.gnome2/gedit/plugins/GeditLaTeXPlugin/src/base/__init__.py&quot;, line 1152, in 
    from ..typecheck.typeclasses import String
  File &quot;/home/serdar/.gnome2/gedit/plugins/GeditLaTeXPlugin/src/typecheck/typeclasses.py&quot;, line 25, in 
    from decimal import Decimal
  File &quot;/usr/lib/python2.6/decimal.py&quot;, line 3649, in 
    val = globals()[globalname]
KeyError: &#039;ROUND_CEiLiNG&#039;

** (gedit:3449): WARNING **: Error loading plugin &#039;LaTeX Plugin 0.2&#039;

I hope you can find a solution for this. Because I want to use this useful plugin
Thank you...</description>
		<content:encoded><![CDATA[<p>I tried to install and use the plugin since it looked like a very useful one. But, it is not working. I tried to figure out what the problem is. But I do not too much about Python, and it looks like there is a problem somewhere in the code. When I try to enable the plugin I get the following error on the console:</p>
<p>2010-11-18 22:25:37,884 DEBUG	resources &#8211; Initializing resource locating<br />
Traceback (most recent call last):<br />
  File &#8220;/home/serdar/.gnome2/gedit/plugins/GeditLaTeXPlugin/__init__.py&#8221;, line 26, in<br />
    from src import *<br />
  File &#8220;/home/serdar/.gnome2/gedit/plugins/GeditLaTeXPlugin/src/__init__.py&#8221;, line 32, in<br />
    from base.decorators import GeditWindowDecorator<br />
  File &#8220;/home/serdar/.gnome2/gedit/plugins/GeditLaTeXPlugin/src/base/__init__.py&#8221;, line 1152, in<br />
    from ..typecheck.typeclasses import String<br />
  File &#8220;/home/serdar/.gnome2/gedit/plugins/GeditLaTeXPlugin/src/typecheck/typeclasses.py&#8221;, line 25, in<br />
    from decimal import Decimal<br />
  File &#8220;/usr/lib/python2.6/decimal.py&#8221;, line 3649, in<br />
    val = globals()[globalname]<br />
KeyError: &#8216;ROUND_CEiLiNG&#8217;</p>
<p>** (gedit:3449): WARNING **: Error loading plugin &#8216;LaTeX Plugin 0.2&#8242;</p>
<p>I hope you can find a solution for this. Because I want to use this useful plugin<br />
Thank you&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos</title>
		<link>http://www.michaels-website.de/2009/11/hopefully-the-last-rc-of-the-gedit-latex-plugin-available/comment-page-1/#comment-477</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Mon, 08 Nov 2010 13:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaels-website.de/?p=144#comment-477</guid>
		<description>Hi, great job. 
Can I suggest something here? When it comes to the &quot;use bibliography&quot; dialog, the list of styles is way too long, its not sorted (it would help a lot) and there is no scrollbar, so I can&#039;t know how long it is. Also, it would be _very_ halpful if I could select my own predefined bibliography style.
Oh, yes, and I can&#039;t change the accelerators.

best
Carlos</description>
		<content:encoded><![CDATA[<p>Hi, great job.<br />
Can I suggest something here? When it comes to the &#8220;use bibliography&#8221; dialog, the list of styles is way too long, its not sorted (it would help a lot) and there is no scrollbar, so I can&#8217;t know how long it is. Also, it would be _very_ halpful if I could select my own predefined bibliography style.<br />
Oh, yes, and I can&#8217;t change the accelerators.</p>
<p>best<br />
Carlos</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthias</title>
		<link>http://www.michaels-website.de/2009/11/hopefully-the-last-rc-of-the-gedit-latex-plugin-available/comment-page-1/#comment-367</link>
		<dc:creator>Matthias</dc:creator>
		<pubDate>Sun, 18 Jul 2010 21:10:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaels-website.de/?p=144#comment-367</guid>
		<description>Your plugin is great, I use it a lot and work very productively with it. Localisation would be a nice feature.</description>
		<content:encoded><![CDATA[<p>Your plugin is great, I use it a lot and work very productively with it. Localisation would be a nice feature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gaspa</title>
		<link>http://www.michaels-website.de/2009/11/hopefully-the-last-rc-of-the-gedit-latex-plugin-available/comment-page-1/#comment-181</link>
		<dc:creator>gaspa</dc:creator>
		<pubDate>Fri, 27 Nov 2009 16:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaels-website.de/?p=144#comment-181</guid>
		<description>Good news: already in Debian :) 
http://packages.qa.debian.org/g/gedit-latex-plugin/news/20091127T155158Z.html

let&#039;s wait some days to have it in Ubuntu (for Lucid, the next release) as well.
Thanks for your work!
-gaspa-</description>
		<content:encoded><![CDATA[<p>Good news: already in Debian <img src='http://www.michaels-website.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<a href="http://packages.qa.debian.org/g/gedit-latex-plugin/news/20091127T155158Z.html" rel="nofollow">http://packages.qa.debian.org/g/gedit-latex-plugin/news/20091127T155158Z.html</a></p>
<p>let&#8217;s wait some days to have it in Ubuntu (for Lucid, the next release) as well.<br />
Thanks for your work!<br />
-gaspa-</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.michaels-website.de @ 2012-02-07 00:52:46 -->
