LaTeX Bundle (1.6.0)
Changes
Commands
🆕 Convert Symbols in Word / Selection
This command acts as replacement for the macro “Convert ASCII Symbol to LaTeX Command”. “Convert Symbols in Word / Selection” replaces special characters and certain sequences of characters with an equivalent LaTeX symbol. It works either on the current selection, or – if there is no selection — on the current word.
For example, if you select the following characters:
<=> -> → =>
and press⌘
+&
, then TextMate replaces the selection with the following LaTeX commands:
\Leftrightarrow \rightarrow \rightarrow \Rightarrow
For more information about this new command, please take a look at the section “Symbol Conversion” in the bundle documentation (“LaTeX”→“Help”).
🐛 Clean
- Fixed: Before this release the HTML output of “Clean” would be incorrect if the filename of a TeX file in the current directory contained spaces. For example: If the current directory contained the file
file with spaces.aux
, then “Clean” would display the following:
Removed file
Removed with
Removed spaces.aux
✨ Double Quotes
-
Improved: “Double Quotes”: Change shortcut to
^
+"
The new shortcut reflects the intention of the command – wrapping the current selection in double quotes – a little bit better than the old one.
✨ Help
- Improved: Use one continuous page for documentation
✨ Previous Cell
-
Improved: Use shortcut
^
+⇧
+⇥
Before this change, the shortcut for “Previous Cell” was
^
+⇤
(Reverse Tab). In theory we can enter reverse tab by combining⇧
and⇥
. However this procedure does not work in current versions of TextMate.
🐛 Typeset & View (PDF)
- Fixed: Fix broken file path formatting when viewing PDF in TextMate (thanks to Markus Silberstein Hont)
🐛 Watch Document
- Fixed: “Watch Document” now properly removes auxiliary files, even if the filename contains characters that have a special meaning inside a regular expression. For example, if you call your master file
[A → B].tex
and quit Skim, then TextMate will now remove auxiliary files such as[A → B].aux
.
Other
✨ Grammar
- Improved: Make
lstinline
behave likeverb
(thanks to Max Willsey)
✨ Menu
-
Improved: Merge “List” menu items
Before this change we had two menu groups for commands concerning lists:
- “Environments” → “Lists” and
- “Lists”
. Now we have only one: “Lists”.
-
Improved: Move item “Math”
Before this change menu items related to the math environment were located in “Environments”→“Math”. Now they are directly accessible via the main menu item “Math”.
Requirements
Minimum OS: OS X 10.7
Tested With:
- TextMate 2.0 (beta.10)
- OS X 10.11.5