[OS X TeX] Quick Look clarification
stephenmoye at cox.net
stephenmoye at cox.net
Thu Dec 27 16:20:48 CET 2007
Two approaches were given, listed below. The question is: Which? Both? What are the differences?
Thanks.
Stephen Moye
%%%%%%
1. http://www.macosxhints.com/article.php?story=20071028184428583
2. And this from Adam Maxwell:
something like this
<key>UTImportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.plain-text</string>
</array>
<key>UTTypeDescription</key>
<string>TeX document</string>
<key>UTTypeIconFile</key>
<string>TeX</string>
<key>UTTypeIdentifier</key>
<string>com.macromates.fallback.tex-document</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>tex</string>
<string>sty</string>
<string>cls</string>
</array>
</dict>
</dict>
</array>
More information about the macostex-archives
mailing list