ObTopic: I mean to do this in TextMate.
Suppose I were writing a LaTeX document and wanted to include Unicode literals like ⌘ and ⇧. Is there a way to do that? The returns from Google searches produce only packages that allow other encodings to stand for character combinations TeX already knows.
— F
I'm not sure I've understood the exact request. But to enter unicode directly into the textmate window, and have the symbol displayed on screen, and understood by Tex, I include these packages in the preamble.
\usepackage{ucs} \usepackage[utf8x]{inputenc}
So now I type, with Unicode keyboard on, Option-207A and a superscript + appears both in the textmate window and in the final compiled document.
In general, I suppose, they say it is better to use the official Tex representation for symbols rather than the Unicode equivalent, but this makes the source document more readable.
Hope this helps,
Regards,
MarkP
On 01/07/07, Fritz Anderson fritza@manoverboard.org wrote:
ObTopic: I mean to do this in TextMate.
Suppose I were writing a LaTeX document and wanted to include Unicode literals like ⌘ and ⇧. Is there a way to do that? The returns from Google searches produce only packages that allow other encodings to stand for character combinations TeX already knows.
— F
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
On 1. Jul 2007, at 00:27, Fritz Anderson wrote:
Suppose I were writing a LaTeX document and wanted to include Unicode literals like ⌘ and ⇧. Is there a way to do that? [...]
Yes, XeTeX allows you to do that:
http://scripts.sil.org/cms/scripts/page.php? site_id=nrsi&item_id=XeTeX