Hi all,
i have an issue with TM2 and LaTex. I've used TM1 with Skim, then i've installed TM2 and after some modifications it was working fine. the only remaining problem was the Sync with Skim. Every time i tried to go back from Skim to tex file, it opened TM1. I removed TM1 with AppCleaner (this was a mistake as i read http://old.nabble.com/TM2-LaTeX-Woes-to32981904.html#a32984513 here ) After that i've removed TM2 and did everything the same as before. I've installed TM1, set the path, compiled some tex file, configured Skim, compiled tex file again. then i've installed TM2. At first time i tried to open a tex file it asked me like the first time to install the LaTex bundle. After downloading 4 packages and "installing" them it opened the tex file but the active bundle was PlainText. In the Bundle editor i can see the LaTex but it is grayed-out.
Does anybody have an idea how to proceed?
Cheers dim
Hi,
I've had several problems with the LaTeX bundle and PDF Sync using Skim. In the end I manually setup Skim (in Skim Preferences) to call a python script which then opens TM2 using txmt:// url scheme (TM2 claims this url scheme everytime you open the Terminal tab of the preferences).
Here is my scrip:
#!/usr/bin/env python
import urllib import os import sys
commandString = "open "txmt://open?url=file://%s&line=%s"" % (urllib.quote(sys.argv[1]), sys.argv[2])
os.system(commandString)
I have made several changes to the avian LaTeX bundle to fix other problems, so I would recommend that you start a fresh with my version (I have been waiting for a pull from the official repo for several months now).
http://github.com/dhowden/latex.tmbundle
Make sure that you uninstall the default avian LaTeX bundle from the TM2 Preferences before manually installing this one.
David.
On Fri, Mar 9, 2012 at 2:57 PM, vonera vonera@gmail.com wrote:
Hi all,
i have an issue with TM2 and LaTex. I've used TM1 with Skim, then i've installed TM2 and after some modifications it was working fine. the only remaining problem was the Sync with Skim. Every time i tried to go back from Skim to tex file, it opened TM1. I removed TM1 with AppCleaner (this was a mistake as i read http://old.nabble.com/TM2-LaTeX-Woes-to32981904.html#a32984513 here ) After that i've removed TM2 and did everything the same as before. I've installed TM1, set the path, compiled some tex file, configured Skim, compiled tex file again. then i've installed TM2. At first time i tried to open a tex file it asked me like the first time to install the LaTex bundle. After downloading 4 packages and "installing" them it opened the tex file but the active bundle was PlainText. In the Bundle editor i can see the LaTex but it is grayed-out.
Does anybody have an idea how to proceed?
Cheers dim -- View this message in context: http://old.nabble.com/TM2-LaTeX-Problem-tp33472319p33472319.html Sent from the textmate users mailing list archive at Nabble.com.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
Hello David,
and thank you for helping me.
could you please tell me how do i install your modified Latex bundle?
i've tried the following: Fresh install of TM1 and configuring path and skim, compiling tex file Fresh install of TM2
in TM2 ->preferences->Bundles uncheck the LaTex Bundle
created the Bundles dir mkdir ~/Library/Application\ Support/TextMate/Bundles cd ~/Library/Application\ Support/TextMate/Bundles
then git clone https://github.com/dhowden/latex.tmbundle.git
is that right? if so what should i do now?
(just to clarify, my original problem was that LaTex is completely not working in TM2 after those steps which i described in the opening message, LaTex is just missing in the bottom bar, under Bundles)
Cheers dim
David Howden wrote:
Hi,
I've had several problems with the LaTeX bundle and PDF Sync using Skim. In the end I manually setup Skim (in Skim Preferences) to call a python script which then opens TM2 using txmt:// url scheme (TM2 claims this url scheme everytime you open the Terminal tab of the preferences).
Here is my scrip:
#!/usr/bin/env python
import urllib import os import sys
commandString = "open "txmt://open?url=file://%s&line=%s"" % (urllib.quote(sys.argv[1]), sys.argv[2])
os.system(commandString)
I have made several changes to the avian LaTeX bundle to fix other problems, so I would recommend that you start a fresh with my version (I have been waiting for a pull from the official repo for several months now).
http://github.com/dhowden/latex.tmbundle
Make sure that you uninstall the default avian LaTeX bundle from the TM2 Preferences before manually installing this one.
David.
On Fri, Mar 9, 2012 at 2:57 PM, vonera vonera@gmail.com wrote:
Hi all,
i have an issue with TM2 and LaTex. I've used TM1 with Skim, then i've installed TM2 and after some modifications it was working fine. the only remaining problem was the Sync with Skim. Every time i tried to go back from Skim to tex file, it opened TM1. I removed TM1 with AppCleaner (this was a mistake as i read http://old.nabble.com/TM2-LaTeX-Woes-to32981904.html#a32984513 here ) After that i've removed TM2 and did everything the same as before. I've installed TM1, set the path, compiled some tex file, configured Skim, compiled tex file again. then i've installed TM2. At first time i tried to open a tex file it asked me like the first time to install the LaTex bundle. After downloading 4 packages and "installing" them it opened the tex file but the active bundle was PlainText. In the Bundle editor i can see the LaTex but it is grayed-out.
Does anybody have an idea how to proceed?
Cheers dim -- View this message in context: http://old.nabble.com/TM2-LaTeX-Problem-tp33472319p33472319.html Sent from the textmate users mailing list archive at Nabble.com.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
in TM2 ->preferences->Bundles uncheck the LaTex Bundle
created the Bundles dir mkdir ~/Library/Application\ Support/TextMate/Bundles cd ~/Library/Application\ Support/TextMate/Bundles
then
git clone https://github.com/dhowden/latex.tmbundle.git
is that right? if so what should i do now?
Ok, bundles installed manually in TM2 should go in:
~/Library/Application\ Support/Avian/Bundles (see here http://blog.macromates.com/2011/locating-bundles/).
... so this might be your problem at the moment. Once this is done, you should be able to see the LaTeX bundle in the bundle editor of TM2.
David.
for the first (with your help) i solved my problem! now i can use TM2 with LaTex again.
just in case some one has the same problem:
if uninstalling TM1 and TM2 using what ever make sure to remove everything i used appCleaner which is probably not the best way..
after that i had to remove manually
~/Library/Application\ Support/Avian
and
./Caches/com.apple.helpd/Generated/com.macromates.textmate.help ./Caches/com.apple.helpd/Generated/com.macromates.textmate.help/English.helpindex ./Caches/com.apple.helpd/Generated/com.macromates.TextMate.preview.help ./Caches/com.apple.helpd/Generated/com.macromates.TextMate.preview.help/English.helpindex ./Logs/DiagnosticReports/.TextMate_2012-02-21-112559_ICSBookPro01.crash.plist ./Preferences/com.macromates.TextMate.preview.plist ./Preferences/SDMHelpData/Other/English/HelpSDMIndexFile/com.macromates.textmate.help ./Preferences/SDMHelpData/Other/German/HelpSDMIndexFile/com.macromates.textmate.help ./Preferences/SDMHelpData/Other/German/HelpSDMIndexFile/com.macromates.TextMate.preview.help
after i did that, i could reinstall TM1, configure it and then reinstall TM2 (set the complete PATH taken from TM1).
now i'm gonna try your version of LaTex bundle.
Thanks allot for the help.
David Howden wrote:
Ok, bundles installed manually in TM2 should go in:
~/Library/Application\ Support/Avian/Bundles (see here http://blog.macromates.com/2011/locating-bundles/).
... so this might be your problem at the moment. Once this is done, you should be able to see the LaTeX bundle in the bundle editor of TM2.
David.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
for the first (with your help) i solved my problem! now i can use TM2 with LaTex again.
just in case some one has the same problem:
if uninstalling TM1 and TM2 using what ever make sure to remove everything i used appCleaner which is probably not the best way..
after that i had to remove manually
~/Library/Application\ Support/Avian
and
./Caches/com.apple.helpd/Generated/com.macromates.textmate.help ./Caches/com.apple.helpd/Generated/com.macromates.textmate.help/English.helpindex ./Caches/com.apple.helpd/Generated/com.macromates.TextMate.preview.help ./Caches/com.apple.helpd/Generated/com.macromates.TextMate.preview.help/English.helpindex ./Logs/DiagnosticReports/.TextMate_2012-02-21-112559_ICSBookPro01.crash.plist ./Preferences/com.macromates.TextMate.preview.plist ./Preferences/SDMHelpData/Other/English/HelpSDMIndexFile/com.macromates.textmate.help ./Preferences/SDMHelpData/Other/German/HelpSDMIndexFile/com.macromates.textmate.help ./Preferences/SDMHelpData/Other/German/HelpSDMIndexFile/com.macromates.TextMate.preview.help
after i did that, i could reinstall TM1, configure it and then reinstall TM2 (set the complete PATH taken from TM1).
now i'm gonna try your version of LaTex bundle.
Thanks allot for the help.
Dim
David Howden wrote:
Ok, bundles installed manually in TM2 should go in:
~/Library/Application\ Support/Avian/Bundles (see here http://blog.macromates.com/2011/locating-bundles/).
... so this might be your problem at the moment. Once this is done, you should be able to see the LaTeX bundle in the bundle editor of TM2.
David.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
for the first (with your help) i solved my problem! now i can use TM2 with LaTex again.
just in case some one has the same problem:
if uninstalling TM1 and TM2 using what ever make sure to remove everything i used appCleaner which is probably not the best way..
after that i had to remove manually
~/Library/Application\ Support/Avian
and
./Caches/com.apple.helpd/Generated/com.macromates.textmate.help ./Caches/com.apple.helpd/Generated/com.macromates.textmate.help/English.helpindex ./Caches/com.apple.helpd/Generated/com.macromates.TextMate.preview.help ./Caches/com.apple.helpd/Generated/com.macromates.TextMate.preview.help/English.helpindex ./Logs/DiagnosticReports/.TextMate_2012-02-21-112559_ICSBookPro01.crash.plist ./Preferences/com.macromates.TextMate.preview.plist ./Preferences/SDMHelpData/Other/English/HelpSDMIndexFile/com.macromates.textmate.help ./Preferences/SDMHelpData/Other/German/HelpSDMIndexFile/com.macromates.textmate.help ./Preferences/SDMHelpData/Other/German/HelpSDMIndexFile/com.macromates.TextMate.preview.help
after i did that, i could reinstall TM1, configure it and then reinstall TM2 (set the complete PATH taken from TM1).
now i'm gonna try your version of LaTex bundle.
Thanks allot for the help.
Dim
David Howden wrote:
Ok, bundles installed manually in TM2 should go in:
~/Library/Application\ Support/Avian/Bundles (see here http://blog.macromates.com/2011/locating-bundles/).
... so this might be your problem at the moment. Once this is done, you should be able to see the LaTeX bundle in the bundle editor of TM2.
David.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate