<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.tex.macosx">
    <title>gmane.comp.tex.macosx</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.macosx</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.macosx/44319"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.macosx/44318"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.macosx/44317"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.macosx/44316"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.macosx/44315"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.macosx/44314"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.macosx/44313"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.macosx/44312"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.macosx/44311"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.macosx/44310"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.macosx/44309"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.macosx/44308"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.macosx/44307"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.macosx/44306"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.macosx/44305"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.macosx/44304"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.macosx/44303"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.macosx/44302"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.macosx/44301"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.macosx/44300"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.macosx/44319">
    <title>Re: hyperref package in thesis</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.macosx/44319</link>
    <description>&lt;pre&gt;Hi Nestor, Bridget and others

On 24/05/2013, at 10:32 PM, Nestor E. Aguilera wrote:


\label  does not let you make links to arbitrary places,
but only to some well-defined structural parts of a document;
e.g. sections, figure captions, table captions, and some
other special environments controlled by counters.

Then you need to check whether \ref results in a hyperlink that 
takes you to the exact place or just to the page on which it occurs.

If you are wanting to link to arbitrary places, then it is
 \hypertarget  and  \hyperlink  that will do it for you.

Even "exact place" is a rather tricky concept, since you may
need to raise the target point to be slightly higher than the
tallest letter in a word, so that the content you want to
jump to appears within the target window, not out-of-screen
slightly above it.

 hyperref  has a "raiselinks"  loading option that allows this
to be done automatically with some usages of  \link ,
though this doesn't seem to be implemented for PDF output.



All the best

R&lt;/pre&gt;</description>
    <dc:creator>Ross Moore</dc:creator>
    <dc:date>2013-05-24T23:23:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.macosx/44318">
    <title>Re: hyperref package in thesis</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.macosx/44318</link>
    <description>&lt;pre&gt;
On 23 May 2013, at 22:02, Ross Moore wrote:


Try \ref (to link to a \label). You may add text to the reference by using \hyperref. \hyperlink and \hypertarget work when you cannot o don't want to use a \label.

Hope it helps.

        Nestor
----------- Please Consult the Following Before Posting -----------
TeX FAQ: http://www.tex.ac.uk/faq
List Reminders and Etiquette: http://email.esm.psu.edu/mac-tex/
List Archive: http://tug.org/pipermail/macostex-archives/
TeX on Mac OS X Website: http://mactex-wiki.tug.org/
List Info: http://email.esm.psu.edu/mailman/listinfo/macosx-tex
&lt;/pre&gt;</description>
    <dc:creator>Nestor E. Aguilera</dc:creator>
    <dc:date>2013-05-24T12:32:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.macosx/44317">
    <title>Re: hyperref package in thesis</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.macosx/44317</link>
    <description>&lt;pre&gt;Hello Bridget,

On 24/05/2013, at 10:51 AM, Bridget Kane wrote:


  \href  is for *external* URLs, not internal links.

With \href you need to give the full URL, including the  http://  prefix,
unless you have also given a location with \hyperbaseurl .

For internal links, use  \hypertarget  and  \hyperlink .

Read  hyperref  package documentation for details of the syntax;
e.g. in  The LaTeX Web Companion, Addison Wesley, 1999.



Hope this helps,

Ross

------------------------------------------------------------------------
Ross Moore                                       ross.moore-EKjDg2YBFtyHXe+LvDLADg&amp;lt; at &amp;gt;public.gmane.org 
Mathematics Department                           office: E7A-206      
Macquarie University                             tel: +61 (0)2 9850 8955
Sydney, Australia  2109                          fax: +61 (0)2 9850 8114
------------------------------------------------------------------------



----------- Please Consult the Following Before Posting -----------
TeX FAQ: http://www.tex.ac.&lt;/pre&gt;</description>
    <dc:creator>Ross Moore</dc:creator>
    <dc:date>2013-05-24T01:02:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.macosx/44316">
    <title>Re: hyperref package in thesis</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.macosx/44316</link>
    <description>&lt;pre&gt;
On May 23, 2013, at 7:51 PM, Bridget Kane &amp;lt;kaneb-/Zw1syy4LHg&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


Howdy,

Can you provide a minimal but ``compilable'' example that shows this behavior?

Good Luck,

Herb Schulz
(herbs at wideopenwest dot com)




----------- Please Consult the Following Before Posting -----------
TeX FAQ: http://www.tex.ac.uk/faq
List Reminders and Etiquette: http://email.esm.psu.edu/mac-tex/
List Archive: http://tug.org/pipermail/macostex-archives/
TeX on Mac OS X Website: http://mactex-wiki.tug.org/
List Info: http://email.esm.psu.edu/mailman/listinfo/macosx-tex

&lt;/pre&gt;</description>
    <dc:creator>Herbert Schulz</dc:creator>
    <dc:date>2013-05-24T00:59:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.macosx/44315">
    <title>hyperref package in thesis</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.macosx/44315</link>
    <description>&lt;pre&gt;Hi

I've been having problems with the hyperref package in a thesis template. 

I label words and use \href to link back to them (internal in the document).  

I can compile OK - I use Tex + dvi

I've also tried with Pdftex and it doesn't make any difference.

The problem is that the link doesn't work.  When I hover the mouse over the word with the \href, it shadows and points as if there is a link, but nothing happens on clicking.

My version of Texshop  is 3.16 and I'm using Mac OSX 10.7.5 on my Mac Book Pro (tried also on an iMac)

Any help of ideas would be appreciated.

thanks

Bridget
----------- Please Consult the Following Before Posting -----------
TeX FAQ: http://www.tex.ac.uk/faq
List Reminders and Etiquette: http://email.esm.psu.edu/mac-tex/
List Archive: http://tug.org/pipermail/macostex-archives/
TeX on Mac OS X Website: http://mactex-wiki.tug.org/
List Info: http://email.esm.psu.edu/mailman/listinfo/macosx-tex

&lt;/pre&gt;</description>
    <dc:creator>Bridget Kane</dc:creator>
    <dc:date>2013-05-24T00:51:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.macosx/44314">
    <title>Re: key bindings in ``math mode'' only</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.macosx/44314</link>
    <description>&lt;pre&gt;
On May 23, 2013, at 4:52 PM, Nicolae Garleanu &amp;lt;garleanu-K2lR+8htZd0b0cFwG/AQJIdd74u8MsAO&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


Howdy,

As an aside, there seems to be too many ways to enter math mode to be able to tell if you are there. E.g., $ or $$ (which, unfortunately also end math mode), \( or \[, or \begin{equation} or \begin{align}, etc., etc., etc.

Good Luck,

Herb Schulz
(herbs at wideopenwest dot com)




----------- Please Consult the Following Before Posting -----------
TeX FAQ: http://www.tex.ac.uk/faq
List Reminders and Etiquette: http://email.esm.psu.edu/mac-tex/
List Archive: http://tug.org/pipermail/macostex-archives/
TeX on Mac OS X Website: http://mactex-wiki.tug.org/
List Info: http://email.esm.psu.edu/mailman/listinfo/macosx-tex

&lt;/pre&gt;</description>
    <dc:creator>Herbert Schulz</dc:creator>
    <dc:date>2013-05-23T22:45:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.macosx/44313">
    <title>Re: key bindings in ``math mode'' only</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.macosx/44313</link>
    <description>&lt;pre&gt;

That should have said "most certainly vary." I should give up while I am still behind.

Gary


----------- Please Consult the Following Before Posting -----------
TeX FAQ: http://www.tex.ac.uk/faq
List Reminders and Etiquette: http://email.esm.psu.edu/mac-tex/
List Archive: http://tug.org/pipermail/macostex-archives/
TeX on Mac OS X Website: http://mactex-wiki.tug.org/
List Info: http://email.esm.psu.edu/mailman/listinfo/macosx-tex
&lt;/pre&gt;</description>
    <dc:creator>Gary L. Gray</dc:creator>
    <dc:date>2013-05-23T22:40:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.macosx/44312">
    <title>Re: key bindings in ``math mode'' only</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.macosx/44312</link>
    <description>&lt;pre&gt;

I just removed that one.


The overwhelming majority of subscripts I use in everyday writing are of the single character variety. If I mess up, it is easy to spot. As they say, your mileage will most vary. :-)

Gary


----------- Please Consult the Following Before Posting -----------
TeX FAQ: http://www.tex.ac.uk/faq
List Reminders and Etiquette: http://email.esm.psu.edu/mac-tex/
List Archive: http://tug.org/pipermail/macostex-archives/
TeX on Mac OS X Website: http://mactex-wiki.tug.org/
List Info: http://email.esm.psu.edu/mailman/listinfo/macosx-tex
&lt;/pre&gt;</description>
    <dc:creator>Gary L. Gray</dc:creator>
    <dc:date>2013-05-23T22:37:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.macosx/44311">
    <title>Re: key bindings in ``math mode'' only</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.macosx/44311</link>
    <description>&lt;pre&gt;
On May 23, 2013, at 5:23 PM, Gary L. Gray &amp;lt;gray-8DAjSxpRXgY&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


Howdy,

Just curious... did you switch off all bindings or just remove that one? 

I guess it depends upon how often you need the brace pair. If you have multi-character sub/super-scripts often it will be two keystrokes (either {-&amp;gt;{#INS} and another to go past the } -- or -- { and } if you don't have that keybinding). On the other hand if you usually have just one character, e.g., x^2 or x_i, you are right. I've messed that up way too often so having ^-&amp;gt;^{#INS}, etc., doesn't bother me.

Good Luck,

Herb Schulz
(herbs at wideopenwest dot com)




----------- Please Consult the Following Before Posting -----------
TeX FAQ: http://www.tex.ac.uk/faq
List Reminders and Etiquette: http://email.esm.psu.edu/mac-tex/
List Archive: http://tug.org/pipermail/macostex-archives/
TeX on Mac OS X Website: http://mactex-wiki.tug.org/
List Info: http://email.esm.psu.edu/mailman/listinfo/macosx-tex

&lt;/pre&gt;</description>
    <dc:creator>Herbert Schulz</dc:creator>
    <dc:date>2013-05-23T22:33:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.macosx/44310">
    <title>Re: key bindings in ``math mode'' only</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.macosx/44310</link>
    <description>&lt;pre&gt;

I must say that after many years of using TeXShop's default "_{}" when an underscore is typed, I have switched it off. TeX is more than happy with $x_A$, and using $x_{A}$ is extra key strokes to get myself out of those darn curly braces. If I have a more involved subscript requiring the {} pair, I would rather type them in myself.

That's my wisdom for the day. I am spent.

Gary


----------- Please Consult the Following Before Posting -----------
TeX FAQ: http://www.tex.ac.uk/faq
List Reminders and Etiquette: http://email.esm.psu.edu/mac-tex/
List Archive: http://tug.org/pipermail/macostex-archives/
TeX on Mac OS X Website: http://mactex-wiki.tug.org/
List Info: http://email.esm.psu.edu/mailman/listinfo/macosx-tex
&lt;/pre&gt;</description>
    <dc:creator>Gary L. Gray</dc:creator>
    <dc:date>2013-05-23T22:23:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.macosx/44309">
    <title>Re: key bindings in ``math mode'' only</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.macosx/44309</link>
    <description>&lt;pre&gt;
On May 23, 2013, at 4:52 PM, Nicolae Garleanu &amp;lt;garleanu-K2lR+8htZd0b0cFwG/AQJIdd74u8MsAO&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


Howdy,

Easiest thing to do is to create a Macro that only has _,  call it, e.g., Quoted _ and assign Shift-Cmd-- to it.


Enclosed is exactly that macro in the Quoted_.plist file.



To install it Click on Msacros-&amp;gt;Open Macro Editor… and then there will be a new Menu item under the Macro Menu, Macros-&amp;gt;Add macros from file… . AFter clicking that maneuver to the directory with the Quoted_.plist file and double click on it to load it into the Macro Editor's Menu list. You can then shift it around in the list and Save it. I've got tieems like that for several things like that; e.g., ", ^ and {, which are normally bound to other things on my keyboard.

Good Luck,

Herb Schulz
(herbs at wideopenwest dot com)




----------- Please Consult the Following Before Posting -----------
TeX FAQ: http://www.tex.ac.uk/faq
List Reminders and Etiquette: http://email.esm.psu.edu/mac-tex/
List Archive: http:&lt;/pre&gt;</description>
    <dc:creator>Herbert Schulz</dc:creator>
    <dc:date>2013-05-23T22:06:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.macosx/44308">
    <title>Re: porting settings to a new installation</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.macosx/44308</link>
    <description>&lt;pre&gt;Sounds good — and thanks to Dick, as well.
I'll just copy the entire  ~/Library/TeXShop folder over.
Nicolae


From: Herbert Schulz &amp;lt;herbs-EnPF47/3+YSD9iCl+R0B7w&amp;lt; at &amp;gt;public.gmane.org&amp;lt;mailto:herbs-EnPF47/3+YSD9iCl+R0B7w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;&amp;gt;
Reply-To: TeX on Mac OS X Mailing List &amp;lt;macosx-tex-yNUTs0qEFpZ/1wmUHrjjoYdd74u8MsAO&amp;lt; at &amp;gt;public.gmane.org&amp;lt;mailto:macosx-tex-yNUTs0qEFpZ/1wmUHrjjoYdd74u8MsAO&amp;lt; at &amp;gt;public.gmane.org&amp;gt;&amp;gt;
Date: Thursday, May 23, 2013 2:14 PM
To: TeX on Mac OS X Mailing List &amp;lt;macosx-tex-yNUTs0qEFpZ/1wmUHrjjoYdd74u8MsAO&amp;lt; at &amp;gt;public.gmane.org&amp;lt;mailto:macosx-tex-yNUTs0qEFpZ/1wmUHrjjoYdd74u8MsAO&amp;lt; at &amp;gt;public.gmane.org&amp;gt;&amp;gt;
Subject: Re: [OS X TeX] porting settings to a new installation


On May 23, 2013, at 3:57 PM, Nicolae Garleanu &amp;lt;garleanu-K2lR+8htZd0b0cFwG/AQJIdd74u8MsAO&amp;lt; at &amp;gt;public.gmane.org&amp;lt;mailto:garleanu-K2lR+8htZd0b0cFwG/AQJIdd74u8MsAO&amp;lt; at &amp;gt;public.gmane.org&amp;gt;&amp;gt; wrote:


Howdy,

It's in the autocompletion.plist file found in ~/Library/TeXShop/Keyboard. Why not carry over the complete ~/Library/TeXShop file so you have all the configur&lt;/pre&gt;</description>
    <dc:creator>Nicolae Garleanu</dc:creator>
    <dc:date>2013-05-23T21:43:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.macosx/44307">
    <title>key bindings in ``math mode'' only</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.macosx/44307</link>
    <description>&lt;pre&gt;I was thinking about key bindings again today, and one thing I wish I could do is the following: continue to obtain _{} every time I type _, but only inside a math environment, between $ signs, etc. As an example, if I want to write in my tex file the name of another file (say, a graphics file to include) that contains the character `_', now I have to erase curly brackets. One option is to avoid such characters from file names. If there is a simple way of applying the bindings only in math mode, though, then I could implement that. (Anything complicated will probably not be worth anyone's time.) Is there one?
Thank you.
Nicolae

----------- Please Consult the Following Before Posting -----------
TeX FAQ: http://www.tex.ac.uk/faq
List Reminders and Etiquette: http://email.esm.psu.edu/mac-tex/
List Archive: http://tug.org/pipermail/macostex-archives/
TeX on Mac OS X Website: http://mactex-wiki.tug.org/
List Info: http://email.esm.psu.edu/mailman/listinfo/macosx-tex
&lt;/pre&gt;</description>
    <dc:creator>Nicolae Garleanu</dc:creator>
    <dc:date>2013-05-23T21:52:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.macosx/44306">
    <title>Re: porting settings to a new installation</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.macosx/44306</link>
    <description>&lt;pre&gt;
On May 23, 2013, at 3:57 PM, Nicolae Garleanu &amp;lt;garleanu-K2lR+8htZd0b0cFwG/AQJIdd74u8MsAO&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


Howdy,

It's in the autocompletion.plist file found in ~/Library/TeXShop/Keyboard. Why not carry over the complete ~/Library/TeXShop file so you have all the configuration info. (Along with TeXShop.plist from ~/Library/Preferences of course.

Good Luck,

Herb Schulz
(herbs at wideopenwest dot com)




----------- Please Consult the Following Before Posting -----------
TeX FAQ: http://www.tex.ac.uk/faq
List Reminders and Etiquette: http://email.esm.psu.edu/mac-tex/
List Archive: http://tug.org/pipermail/macostex-archives/
TeX on Mac OS X Website: http://mactex-wiki.tug.org/
List Info: http://email.esm.psu.edu/mailman/listinfo/macosx-tex
&lt;/pre&gt;</description>
    <dc:creator>Herbert Schulz</dc:creator>
    <dc:date>2013-05-23T21:14:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.macosx/44305">
    <title>Re: porting settings to a new installation</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.macosx/44305</link>
    <description>&lt;pre&gt;It's been a while since I received the reply, sorry for being so late in reacting meaningfully. I copied the file

~/Library/Preferences/TeXShop.plist

over, but the key bindings were not transferred (colors were). I am referring to the bindings that I can assign by following Source &amp;gt; Key Bindings &amp;gt;Edit etc. I looked in ~/Library/TeXShop, nothing struck my imagination. There were a couple of files whose name started with `Macros', but they were not it (perhaps unsurprisingly, the bindings are not macros).

Does anyone know the precise file where the key bindings are stored?

Thanks again.
Nicolae


From: "Gary L. Gray" &amp;lt;gray-8DAjSxpRXgY&amp;lt; at &amp;gt;public.gmane.org&amp;lt;mailto:gray-8DAjSxpRXgY&amp;lt; at &amp;gt;public.gmane.org&amp;gt;&amp;gt;
Reply-To: TeX on Mac OS X Mailing List &amp;lt;macosx-tex-yNUTs0qEFpZ/1wmUHrjjoYdd74u8MsAO&amp;lt; at &amp;gt;public.gmane.org&amp;lt;mailto:macosx-tex-yNUTs0qEFpZ/1wmUHrjjoYdd74u8MsAO&amp;lt; at &amp;gt;public.gmane.org&amp;gt;&amp;gt;
Date: Thursday, May 2, 2013 9:46 AM
To: TeX on Mac OS X Mailing List &amp;lt;macosx-tex-yNUTs0qEFpZ/1wmUHrjjoYdd74u8MsAO&amp;lt; at &amp;gt;public.gmane.org&amp;lt;mailto:macosx-te&lt;/pre&gt;</description>
    <dc:creator>Nicolae Garleanu</dc:creator>
    <dc:date>2013-05-23T20:57:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.macosx/44304">
    <title>Re: TeX Spotlight plugin</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.macosx/44304</link>
    <description>&lt;pre&gt;

...but isn't this the definition of insanity, which is never supposed to work?

Themis



----------- Please Consult the Following Before Posting -----------
TeX FAQ: http://www.tex.ac.uk/faq
List Reminders and Etiquette: http://email.esm.psu.edu/mac-tex/
List Archive: http://tug.org/pipermail/macostex-archives/
TeX on Mac OS X Website: http://mactex-wiki.tug.org/
List Info: http://email.esm.psu.edu/mailman/listinfo/macosx-tex
&lt;/pre&gt;</description>
    <dc:creator>Themis Matsoukas</dc:creator>
    <dc:date>2013-05-23T15:04:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.macosx/44303">
    <title>Re: TeX Spotlight plugin</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.macosx/44303</link>
    <description>&lt;pre&gt;
On May 23, 2013, at 01:54 , Simon Spiegel &amp;lt;simon-VwigeUCUTuEfv37vnLkPlQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


Good, because I have no idea why it was doing that, and it shouldn't as far as I can tell. My 10.8 system does the same thing, though.

&lt;/pre&gt;</description>
    <dc:creator>Adam R. Maxwell</dc:creator>
    <dc:date>2013-05-23T15:01:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.macosx/44302">
    <title>Re: TeX Spotlight plugin</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.macosx/44302</link>
    <description>&lt;pre&gt;
On May 23, 2013, at 01:12 , Ralph Martin &amp;lt;Ralph.Martin-h9rnrbsDPnhamJeiI5xY1w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


Launch Services gets confused when applications declare multiple UTIs for a single tag (tag is basically equivalent to file extension, now). I have no idea how it picks one, but it affects various things; see the white paper I posted recently if you're interested.


You're actually using TeX.mdimporter here (as your later post notes).

&lt;/pre&gt;</description>
    <dc:creator>Adam R. Maxwell</dc:creator>
    <dc:date>2013-05-23T15:00:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.macosx/44301">
    <title>Re: TeX Spotlight plugin</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.macosx/44301</link>
    <description>&lt;pre&gt;Hmm. I said:
 I also have TextWrangler installed, and it seems that its mdimporter is being used in preference

In fact, TextWrangler does not have any mdimporter. 

However, I still do not understand why the spotlight system thinks this is a com.barebones.bbedit.tex-source file rather than a edu.uo.texshop.tex file.

Best wishes

Ralph
--
Prof. Ralph Martin                     Phone: +44(0)29 2087 5536
Computer Science &amp;amp; Informatics         Fax:   +44(0)29 2087 4598
Cardiff University               Email: mailto:ralph-h9XCnttVEBf10XsdtD+oqA&amp;lt; at &amp;gt;public.gmane.org
5 The Parade, Roath              WWW:  http://ralph.cs.cf.ac.uk/
Cardiff, CF24 3AA, UK         VOIP: sip:ralphmartin-+LXRqFmqf1OZuzBka8ofvg&amp;lt; at &amp;gt;public.gmane.org


----------- Please Consult the Following Before Posting -----------
TeX FAQ: http://www.tex.ac.uk/faq
List Reminders and Etiquette: http://email.esm.psu.edu/mac-tex/
List Archive: http://tug.org/pipermail/macostex-archives/
TeX on Mac OS X Website: http://mactex-wiki.tug.org/
List Info: http://emai&lt;/pre&gt;</description>
    <dc:creator>Ralph Martin</dc:creator>
    <dc:date>2013-05-23T09:02:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.macosx/44300">
    <title>Re: TeX Spotlight plugin</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.macosx/44300</link>
    <description>&lt;pre&gt;After a lot of tinkering (basically doing the same things over and over again) it suddenly works.

simon

On 23.05.2013, at 09:39, Simon Spiegel &amp;lt;simon-VwigeUCUTuEfv37vnLkPlQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:



--
Simon Spiegel
Steinhaldenstr. 50
8002 Zürich

Telephon: ++41 44 451 5334
Mobophon: ++41 76 459 6039


http://www.simifilm.ch

„Everybody needs money! That’s why they call it money!“ David Mamet





----------- Please Consult the Following Before Posting -----------
TeX FAQ: http://www.tex.ac.uk/faq
List Reminders and Etiquette: http://email.esm.psu.edu/mac-tex/
List Archive: http://tug.org/pipermail/macostex-archives/
TeX on Mac OS X Website: http://mactex-wiki.tug.org/
List Info: http://email.esm.psu.edu/mailman/listinfo/macosx-tex
&lt;/pre&gt;</description>
    <dc:creator>Simon Spiegel</dc:creator>
    <dc:date>2013-05-23T08:54:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.macosx/44299">
    <title>Re: TeX Spotlight plugin</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.macosx/44299</link>
    <description>&lt;pre&gt;Thank you Adam, thank you all,

It works --- I had to ask (via Onyx.app) to force rebuild the Spotlight database.

Best Regards

Eric

P.S. mdimporter now says :
[
[new-host-9:~] ericvand% mdimport -L
2013-05-23 08:46:49.651 mdimport[1031:303] Paths: id(501) (
    "/Users/ericvand/Library/Spotlight/TeX.mdimporter",
    "/Library/Spotlight/GBSpotlightImporter.mdimporter",
    "/Library/Spotlight/iBooksAuthor.mdimporter",
    "/Library/Spotlight/iMovie.mdimporter",
    "/Library/Spotlight/iWeb.mdimporter",
    "/Library/Spotlight/iWork.mdimporter",
    "/Library/Spotlight/Microsoft Office.mdimporter",
    "/Library/Spotlight/Wolfram Notebook.mdimporter",
    "/System/Library/Spotlight/Application.mdimporter",
    "/System/Library/Spotlight/Archives.mdimporter",
    "/System/Library/Spotlight/Audio.mdimporter",
    "/System/Library/Spotlight/Automator.mdimporter",
    "/System/Library/Spotlight/Bookmarks.mdimporter",
    "/System/Library/Spotlight/Chat.mdimporter",
    "/System/Library/Spotlight/CoreMedia.mdimp&lt;/pre&gt;</description>
    <dc:creator>Eric van der Oord</dc:creator>
    <dc:date>2013-05-23T08:44:16</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.tex.macosx">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.tex.macosx</link>
  </textinput>
</rdf:RDF>
