I am having problems with latex in TexMate and I am hoping someone can help.
I deleted the latex names from the bundles list when I was having other problems with latex (after updating to el capitan on my mac). I have since fixed these latex problems but latex is still missing for the bundles list (even though I have re-installed TexMate . I have been to preferences and uninstalled latex and then reinstalled it. It has not re-instated latex to the bundle list. Can you please tell me what I need to do to be able to use latex in TexMate again?
Let me know if you need any further information
Cheers
Sharon
[Charles Sturt University]<http://www.csu.edu.au/>
| ALBURY-WODONGA | BATHURST | CANBERRA | DUBBO | GOULBURN | MELBOURNE | ORANGE | PORT MACQUARIE | SYDNEY | WAGGA WAGGA |
________________________________
LEGAL NOTICE
This email (and any attachment) is confidential and is intended for the use of the addressee(s) only. If you are not the intended recipient of this email, you must not copy, distribute, take any action in reliance on it or disclose it to anyone. Any confidentiality is not waived or lost by reason of mistaken delivery. Email should be checked for viruses and defects before opening. Charles Sturt University (CSU) does not accept liability for viruses or any consequence which arise as a result of this email transmission. Email communications with CSU may be subject to automated email filtering, which could result in the delay or deletion of a legitimate email before it is read at CSU. The views expressed in this email are not necessarily those of CSU.
Charles Sturt University in Australia<http://www.csu.edu.au> The Grange Chancellery, Panorama Avenue, Bathurst NSW Australia 2795 (ABN: 83 878 708 551; CRICOS Provider Number: 00005F (National)). TEQSA Provider Number: PV12018
Consider the environment before printing this email.
Today something has changed and now my searches only return results if I
choose the ³in Selection² option.
If I choose the ³in Document² or ³in Open Files² option the search does not
find any matches even though there should be hundreds of them in my current
document.
Any suggestion as to how I can fix this issue?
Thanks.
Is it me or Dock icon is completely messed up in recent builds? Everything is completely scrambled in Dock context menu which I use a lot. See:
http://imgur.com/uZ4lwnR
Thanks for a info what's wrong there.
-- Adam
I love TM for its 'Go To File...' feature, using CMD+T
My workflow revolves around it, but I would love to see it become a touch
more powerful, but allowing wildcards to filter the list
Ie, typing forum_*.css would show all matching files once the wildcard has
been globbed, which currently it doesn't do.
Is this something that could be considered please?
I made some improvements to the TextMate Smarty/PHP bundle, which I;ve been
using for a while without any ill effects
I submitted a pull request for it on github, but I'm not sure if I need to
let you know, or if its a third party bundle and the original author has
moved on
Is there any chance we could get this merged into live please? I prefer not
to have standard bundles with custom mods
Thanks
The LaTeX macros don’t find my bibliography files any longer. I don’t know when this broke, it might have been with the upgrade to El Capitan. kpsewhich finds my bibliography files in Library/texmf/bibtex/bib, and TeXShop does too. /Library/TeX/texbin is in my PATH variable. I’m running TextMate 2, beta 8.1. When I do the citation completion command, I get a pop-up complaining that /Library/TeX/texbin is a directory and that kpsewhich cannot be found.
Anyone have a suggestion?
Thanks,
Kyle
To create a pattern in a TextMate grammar that matches across multiple
lines the "begin" and "end" keys are necessary. But is it possible to
somehow restrict what is matched between the begin and the end?
I'm trying to create a pattern for the hex string literal in D. It's
like a regular string literal but can only contain hex characters.
--
/Jacob Carlborg