forked from SublimeText/LaTeXTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path6.txt
24 lines (16 loc) · 952 Bytes
/
6.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
LaTeXTools Plugin version 2012-10-11 changelog:
New features:
- On TeXlive-based platforms (Linux, Windows, Mac), use the "-cd" option to
tell latexmk to first cd to the directory containing each source file before
running pdflatex on it. This should help with paths containing non-ASCII
characters on some platforms/locales. It also leaves more space for error messages
in the output panel after a build. PLEASE LET ME KNOW IF THS CAUSES PROBLEMS!
Bugs fixed:
- Robustified get_tex_root
- Cite completion: old-style edge case ("cite" without "_") invoked with old-
style keybinding led to weird editor behavior.
- Display error dialog if no bib file found, when cite completion is invoked
using the new-style keybinding (can't do it for old-style keybindings).
- Display error dialog if ref/cite command cannot be properly dispatched
using the new-style keybindings; this is when the user enters "ref" or "cite"
without "_".