-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command.rb is missing one import to work properly #187
Comments
Before this update the command “LaTeX Template” would report an error. Thank you to David Rodriguez Elizalde (@stoicdavid) for reporting this problem and suggesting the fix. This commit fixes textmate#187.�
Thank you. there are two command.rb, so I just added to both. Works. Thank you el |
I work with a MacBook Air (M1) with Monterey. I edited the command.rb file successfully and I can use the templates but now I have the following problem: The text is shifted and the shift depends on the value of "tab size". Whatever the method to use the template : |
Before this update the command “LaTeX Template” would report an error. Thank you to David Rodriguez Elizalde (@stoicdavid) for reporting this problem and suggesting the fix. This commit fixes textmate#187.�
Before this update the command “LaTeX Template” would report an error. Thank you to David Rodriguez Elizalde (@stoicdavid) for reporting this problem and suggesting the fix. This commit fixes textmate#187.�
Before this update the command “LaTeX Template” would report an error. Thank you to David Rodriguez Elizalde (@stoicdavid) for reporting this problem and suggesting the fix. This commit fixes textmate#187.�
Before this update the command “LaTeX Template” would report an error. Thank you to David Rodriguez Elizalde (@stoicdavid) for reporting this problem and suggesting the fix. This commit fixes textmate#187.�
Before this update the command “LaTeX Template” would report an error. Thank you to David Rodriguez Elizalde (@stoicdavid) for reporting this problem and suggesting the fix. This commit fixes textmate#187.�
Before this update the command “LaTeX Template” would report an error. Thank you to David Rodriguez Elizalde (@stoicdavid) for reporting this problem and suggesting the fix. This commit fixes textmate#187.�
Before this update the command “LaTeX Template” would report an error. Thank you to David Rodriguez Elizalde (@stoicdavid) for reporting this problem and suggesting the fix. This commit fixes textmate#187.�
Before this update the command “LaTeX Template” would report an error. Thank you to David Rodriguez Elizalde (@stoicdavid) for reporting this problem and suggesting the fix. This commit fixes textmate#187.�
Before this update the command “LaTeX Template” would report an error. Thank you to David Rodriguez Elizalde (@stoicdavid) for reporting this problem and suggesting the fix. This commit fixes textmate#187.�
Before this update the command “LaTeX Template” would report an error. Thank you to David Rodriguez Elizalde (@stoicdavid) for reporting this problem and suggesting the fix. This commit fixes textmate#187.�
Before this update the command “LaTeX Template” would report an error. Thank you to David Rodriguez Elizalde (@stoicdavid) for reporting this problem and suggesting the fix. This commit fixes textmate#187.�
Please include the following line inside command.rb import section:
require ENV['TM_SUPPORT_PATH'] + '/lib/osx/plist'
otherwise the OSX variable cannot be set and the template selector will not trigger.
The text was updated successfully, but these errors were encountered: