I've been trying TM2-alpha while continuing to work (mostly XeLaTeX-ing) with TM1. I have encountered two TM2/LaTeX issues relating to biblatex and latexmk which I've been using without problem with TM 1.x for at least a year now.
1. in my preferences/Variables, I set PATH as in TM1 and set BIBINPUTS (to) /Users/myname/Library/texmf/bibtex/bib where I keep my bib files. But when I try to complete a citation with Citation (Ref-TeX Style) by using ^{ , the completion doesn't occur in TM2, while it does in TM1. I tried to put BIBINPUTS = "/Users/gweltaz/Library/texmf/bibtex/bib" and that didn't help either. Is some other language needed?
2. this is regarding the LaTeX bundle: I loaded the latest latexmk.pl (Dec 2011) and slightly edited texMate.py in LaTeX.tmbundle/Support/bin bibtex to biber in a few places. This works fine with TM1, i.e., the biber engine is found, and latexmk does its thing, but nothing happens in TM2/LaTeX.tmbundle. Suggestions? [note: I normally use TM1 + TeXShop for automatic typesetting via (xe)latexmk, will gladly continue, but wonder how this can be accomplished in TM without having to set up and use TeXShop]
With much appreciation for TM1 + TM2. --Gildas Hamel
On Wed, Dec 14, 2011 at 6:08 PM, Gildas Hamel gweltaz@ucsc.edu wrote:
- this is regarding the LaTeX bundle: I loaded the latest latexmk.pl (Dec 2011) and slightly edited texMate.py in LaTeX.tmbundle/Support/bin bibtex to biber in a few places. This works fine with TM1, i.e., the biber engine is found, and latexmk does its thing, but nothing happens in TM2/LaTeX.tmbundle. Suggestions? [note: I normally use TM1 + TeXShop for automatic typesetting via (xe)latexmk, will gladly continue, but wonder how this can be accomplished in TM without having to set up and use TeXShop]
Hi Gildas-
I updated latexmk.pl and added Biber logging support to texparser.py in TM1.5. I just tested it with TM2 (works!) if you want a copy.
Best, Charles
I'm having some troubles with the LaTeX bundle. Anything you have that works that you could send my way would be appreciated. I'm at eyer@eyer.us. Regards,
me eyer@eyer.us http://www.eyer.us T: +1-321-422-3428 F: +1-219-228-8882 download vCard
On 2011-12-14, at 18:44 , Charles Turner wrote:
On Wed, Dec 14, 2011 at 6:08 PM, Gildas Hamel gweltaz@ucsc.edu wrote:
- this is regarding the LaTeX bundle: I loaded the latest latexmk.pl (Dec 2011) and slightly edited texMate.py in LaTeX.tmbundle/Support/bin bibtex to biber in a few places. This works fine with TM1, i.e., the biber engine is found, and latexmk does its thing, but nothing happens in TM2/LaTeX.tmbundle. Suggestions? [note: I normally use TM1 + TeXShop for automatic typesetting via (xe)latexmk, will gladly continue, but wonder how this can be accomplished in TM without having to set up and use TeXShop]
Hi Gildas-
I updated latexmk.pl and added Biber logging support to texparser.py in TM1.5. I just tested it with TM2 (works!) if you want a copy.
Best, Charles
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
Hi Gildas-
You can find my version of the LaTeX bundle here:
http://vze26m98.net/tm2/Biber%20LaTeX%20bundle.zip
As I said, I updated work I did on 1.5 and it seems to work in TM2.
As with your modifications, all it does is update latexmk.pl to a recent version (4.23a) and add some functions that will put Biber's messaging into the HTML output window. It may not fix all of your (or others) issues with the bundle.
I also put my .latexmkrc file in the ZIP above, to illustrate how I get latexmk.pl to run Biber and XeLaTeX.
Specifics:
. The bundle modifies the most recent "Managed Bundle" for TM2 (a/o 12/14/2011) . I installed it by making a modification to the managed LaTeX bundle, and then copying my bundle over the bundle created in the Avian folder. . My bundle modifies: texparser.py (mostly) and LaTeX and View.plist (slightly). That's it. . It updates latexmk.pl to v4.23a
I'm busy with semester end right now, so support may be slow or limited until 12/20.
And again, I have no idea whether this constitutes a fix/work around for others having issues with the LaTeX bundle on TM2.
Keep me posted!
Charles