<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on LaTeX for Google Docs (BROKEN) | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/23614</link>
    <description>Recent comments on userscript: LaTeX for Google Docs (BROKEN)</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by WindPower</title>
      <description>&lt;p&gt;Alright, this is officially broken. I'll release a fix if I find the time to do so. In the meantime, you can still use it by clicking the &quot;Preview&quot; button in the LaTeX dialog, then right-clicking on the preview image and selecting &quot;Copy Image Location&quot;. Then close the LaTeX dialog, go to Insert -&gt; Picture, then to &quot;From the web (URL)&quot;, and paste the URL in the text field.&lt;/p&gt;

&lt;p&gt;It's annoying, I know. Sorry~ If anyone has time to fix it, please email me at: admin at gaiatools dot com&lt;/p&gt;</description>
      <pubDate>Wed, 15 Oct 2008 22:50:31 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16969:73397</guid>
      <author>WindPower</author>
      <link>http://userscripts.org/posts/73397</link>
    </item>
    <item>
      <title>Archived Comments, replied by chris holden</title>
      <description>&lt;p&gt;This script does not work correctly for me. Everything up to and including preview works fine, but the insert button does nothing. Also, any chance of getting this to work in google sites? Thank you for your hard work, this is a great idea.&lt;/p&gt;</description>
      <pubDate>Tue, 16 Sep 2008 17:38:04 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16969:73398</guid>
      <author>chris holden</author>
      <link>http://userscripts.org/posts/73398</link>
    </item>
    <item>
      <title>Archived Comments, replied by rfantster</title>
      <description>&lt;p&gt;Greetings folks.&lt;/p&gt;

&lt;p&gt;I appreciate the concept of this script but can't figure out how to &quot;install&quot; it after downloading.
&lt;br /&gt;I would be most thankful for any assistance.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;/p&gt;

&lt;p&gt;Robert&lt;/p&gt;</description>
      <pubDate>Mon, 26 May 2008 01:18:26 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16969:73399</guid>
      <author>rfantster</author>
      <link>http://userscripts.org/posts/73399</link>
    </item>
    <item>
      <title>Archived Comments, replied by Tom 02138</title>
      <description>&lt;p&gt;Thanks for making this available; it's already quite useful.&lt;/p&gt;

&lt;p&gt;The LaTeX item only shows up on one of my browsers; is there any chance of making detection a little more reliable?&lt;/p&gt;

&lt;p&gt;I guess the other BIG wish I would have is to be able to re-edit a formula by clicking on it in some way.  Since the URL contains what I typed, it should be fairly easy to do this and only require client-side processing.&lt;/p&gt;</description>
      <pubDate>Fri, 23 May 2008 22:15:42 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16969:73400</guid>
      <author>Tom 02138</author>
      <link>http://userscripts.org/posts/73400</link>
    </item>
    <item>
      <title>Archived Comments, replied by WindPower</title>
      <description>&lt;p&gt;Well, update your userscript~&lt;/p&gt;</description>
      <pubDate>Mon, 12 May 2008 22:06:02 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16969:73401</guid>
      <author>WindPower</author>
      <link>http://userscripts.org/posts/73401</link>
    </item>
    <item>
      <title>Archived Comments, replied by Eduardo T.</title>
      <description>&lt;p&gt;Yeap:
&lt;br /&gt;Error: document.getElementById(&quot;picture&quot;) has no properties
&lt;br /&gt;Source File: file:///home/etejada/.mozilla/firefox/qqlffonk.default/gm_scripts/latexforgoogledocs1.user.js
&lt;br /&gt;Line: 14&lt;/p&gt;</description>
      <pubDate>Mon, 12 May 2008 18:33:16 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16969:73402</guid>
      <author>Eduardo T.</author>
      <link>http://userscripts.org/posts/73402</link>
    </item>
    <item>
      <title>Archived Comments, replied by WindPower</title>
      <description>&lt;p&gt;Fixed, thanks~ Update the script and it should work.&lt;/p&gt;</description>
      <pubDate>Sat, 10 May 2008 18:51:41 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16969:73403</guid>
      <author>WindPower</author>
      <link>http://userscripts.org/posts/73403</link>
    </item>
    <item>
      <title>Archived Comments, replied by Rene Castberg</title>
      <description>&lt;p&gt;Seems the the code from google docs didn't work, if you want a copy of the source for an example page, i can try sending a copy by mail or so.&lt;/p&gt;</description>
      <pubDate>Sat, 10 May 2008 07:41:57 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16969:73404</guid>
      <author>Rene Castberg</author>
      <link>http://userscripts.org/posts/73404</link>
    </item>
    <item>
      <title>Archived Comments, replied by Rene Castberg</title>
      <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;It seems it stopped working for me as well, i get one error message in the error console:
&lt;br /&gt;&lt;code&gt;
&lt;br /&gt;Error: document.getElementById(&quot;picture&quot;) has no properties
&lt;br /&gt;Source File: file:///home/username/.mozilla/firefox/x883x3.default/gm_scripts/latexforgoogledocs.user.js
&lt;br /&gt;Line: 13
&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Going to line 13 and changing picture to m-picture and comment to m-comment fixed the problem.&lt;/p&gt;

&lt;p&gt;Code below taken from google docs source
&lt;br /&gt;&lt;code&gt;
&lt;br /&gt;&lt;div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt;Picture&lt;/div&gt; &lt;div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;Ctrl+K&lt;/div&gt;Link&lt;/div&gt; &lt;div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt;Table&lt;/div&gt; &lt;hr /&gt; &lt;div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;Ctrl+M&lt;/div&gt;Comment&lt;/div&gt; 
&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 10 May 2008 07:39:35 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16969:73405</guid>
      <author>Rene Castberg</author>
      <link>http://userscripts.org/posts/73405</link>
    </item>
    <item>
      <title>Archived Comments, replied by WindPower</title>
      <description>&lt;p&gt;If you're using Google Apps, Rene Castberg told me the URL to a doc begins by &lt;a href=&quot;http://docs.google.com/a/*/Doc&quot;&gt;http://docs.google.com/a/*/Doc&lt;/a&gt;?, which is something I'm not sure of, so this might explain it. If you're using another domain than docs.google.com (like docs.google.de or docs.google.fr or whatever), then you'll need to modify the included URLs accordingly. Otherwise, it should work... Anything showing in the Error Console?&lt;/p&gt;</description>
      <pubDate>Sat, 10 May 2008 00:15:08 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16969:73406</guid>
      <author>WindPower</author>
      <link>http://userscripts.org/posts/73406</link>
    </item>
    <item>
      <title>Archived Comments, replied by Eduardo T.</title>
      <description>&lt;p&gt;I'm having trouble using this script. I have Greasemonkey up and running and the script installed but I don't get the menu option Insert-&gt;LaTeX. Any ideas?&lt;/p&gt;</description>
      <pubDate>Fri, 09 May 2008 22:48:09 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16969:73407</guid>
      <author>Eduardo T.</author>
      <link>http://userscripts.org/posts/73407</link>
    </item>
    <item>
      <title>Archived Comments, replied by WindPower</title>
      <description>&lt;p&gt;For future reference, the site providing the images is &lt;a href=&quot;http://texify.com/&quot;&gt;http://texify.com/&lt;/a&gt;.&lt;/p&gt;</description>
      <pubDate>Sat, 26 Apr 2008 04:30:29 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16969:73408</guid>
      <author>WindPower</author>
      <link>http://userscripts.org/posts/73408</link>
    </item>
    <item>
      <title>Archived Comments, replied by yotam</title>
      <description>&lt;p&gt;I checked it now again an indeed there is no problem, perhaps it was something temporary with the web site.&lt;/p&gt;</description>
      <pubDate>Fri, 25 Apr 2008 05:06:45 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16969:73409</guid>
      <author>yotam</author>
      <link>http://userscripts.org/posts/73409</link>
    </item>
    <item>
      <title>Archived Comments, replied by WindPower</title>
      <description>&lt;p&gt;I can't seem to get yotam's problem; Using his code, I got this -&gt; &lt;a href=&quot;http://tinyurl.com/6l4eob&quot;&gt;http://tinyurl.com/6l4eob&lt;/a&gt;
&lt;br /&gt;That's what supposed to show, there's no pointing arrow or anything... o_O&lt;/p&gt;

&lt;p&gt;@Rene Castberg: Added, thanks~&lt;/p&gt;</description>
      <pubDate>Fri, 25 Apr 2008 02:00:29 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16969:73410</guid>
      <author>WindPower</author>
      <link>http://userscripts.org/posts/73410</link>
    </item>
    <item>
      <title>Archived Comments, replied by yotam</title>
      <description>&lt;p&gt;It doesn't handle brackets well. 
&lt;br /&gt;The command:
&lt;br /&gt;\begin{array} {cc}
&lt;br /&gt;ax^2 &amp;amp; \lambda \\
&lt;br /&gt;\left( \int_0^\infty dx \right) &amp;amp; 2
&lt;br /&gt;\end{array}&lt;/p&gt;

&lt;p&gt;showed anything it is supposed to apart from the brackets who where showen as simple ones and not scaled. it also showed a right pointing arrow.&lt;/p&gt;</description>
      <pubDate>Tue, 08 Apr 2008 13:42:05 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16969:73411</guid>
      <author>yotam</author>
      <link>http://userscripts.org/posts/73411</link>
    </item>
    <item>
      <title>Archived Comments, replied by Rene Castberg</title>
      <description>&lt;p&gt;No apologies needed! :D&lt;/p&gt;

&lt;p&gt;Thanks for the update, you just made my life a lot simpler.&lt;/p&gt;

&lt;p&gt;b.t.w. I just tested it against google apps for domains , which have a url of the type: &lt;a href=&quot;http://docs.google.com/a/*/Doc&quot;&gt;http://docs.google.com/a/*/Doc&lt;/a&gt;?* and works great there as well.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;</description>
      <pubDate>Tue, 08 Apr 2008 07:11:05 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16969:73412</guid>
      <author>Rene Castberg</author>
      <link>http://userscripts.org/posts/73412</link>
    </item>
    <item>
      <title>Archived Comments, replied by WindPower</title>
      <description>&lt;p&gt;Apr 6, 2008: Fixed in order to work with the new version of Google Docs. Sorry Rene Castberg~&lt;/p&gt;</description>
      <pubDate>Mon, 07 Apr 2008 22:53:41 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16969:73413</guid>
      <author>WindPower</author>
      <link>http://userscripts.org/posts/73413</link>
    </item>
    <item>
      <title>Archived Comments, replied by Rene Castberg</title>
      <description>&lt;p&gt;This doesn't seem to work for me. Anybody else get this to work?&lt;/p&gt;</description>
      <pubDate>Wed, 02 Apr 2008 13:32:27 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16969:73414</guid>
      <author>Rene Castberg</author>
      <link>http://userscripts.org/posts/73414</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews</title>
      <description>&lt;p&gt;The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)&lt;/p&gt;</description>
      <pubDate>Wed, 17 Nov 2004 01:05:44 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16969:73396</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/73396</link>
    </item>
  </channel>
</rss>
