Hi!
Q1: I recently updated to TM2alpha, and I'm quite fond of it! I mostly use
TM as my LaTeX editor. However, when I compile documents the log window
doesn't close when the PDF is viewed in Skim. I have made sure the "Keep log
window open" option is not checked. Actually I would like the window to show
only at errors
Q2: I would prefer to be able to chose the log window layout to be more
minimalistic, kind of terminal-like, as I find the default layout to be
unnecessary graphical and heavy. I've tried to google about a bit, but can't
seem to find if changing it is possible or not.
--
Holene
--
View this message in context: http://textmate.1073791.n5.nabble.com/Compiling-LaTeX-log-window-tp25794.ht…
Sent from the textmate users mailing list archive at Nabble.com.
Hi James
I'm not familiar with shell scripts. Where can I find some guidance on how to create and execute a shell script?
Ross Ahmed
Ecologist
--
07875533906
Twitter: @RossAhmed
LinkedIn: Ross Ahmed
The R bundle includes the following command:
R > Execute Selection/Document In R and > Show Result as Tooltip
How can I get this command to work in .Rnw files?
The tooltips disappear after a few seconds—is there anyway of showing/hiding the tooltips with a keyboard shortcut?
Ross Ahmed
twitter.com/RossAhmed
Hi
I haven't received email replies to my posts to the list for a while. Furthermore, I haven't received the password reminder email I've just requested. I've checked my junk folder and the emails are not in there.
How can I fix this?
Ross Ahmed
twitter.com/RossAhmed
I seem to have inconsistency in being able to open files in tabs.
Right now, even with a new tab, when I open a file, it opens in a
completely new window.
How do I open files in tabs?
Thanks.
> textmate-request(a)lists.macromates.com
> <mailto:textmate-request@lists.macromates.com>
> December 16, 2014 at 4:00 AM
> Send textmate mailing list submissions to
> textmate(a)lists.macromates.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.macromates.com/listinfo/textmate
> or, via email, send a message with subject or body 'help' to
> textmate-request(a)lists.macromates.com
>
> You can reach the person managing the list at
> textmate-owner(a)lists.macromates.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of textmate digest..."
>
>
> Today's Topics:
>
> 1. Re: Committing to git submodule (Allan Odgaard)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 16 Dec 2014 14:32:07 +0700
> From: "Allan Odgaard" <mailinglist(a)textmate.org>
> To: "TextMate users" <textmate(a)lists.macromates.com>
> Subject: [TxMt] Re: Committing to git submodule
> Message-ID: <AD99A230-5449-4EED-90A0-32AD799576B4(a)textmate.org>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
>
> Do you select the files in the file browser prior to comitting?
>
> For me, selecting files from a submodule and then running Git ? Commit
> works.
>
> The alternative would be to change the project folder first, as Ronald
> suggested. Both actions serve the purpose of directing the commit to the
> submodule. Without doing any of this, I don?t see my submodule?s
> files in the commit dialog (since we?ve initiated a commit in the
> parent repository).
>
>
> ------------------------------
>
> _______________________________________________
> textmate mailing list
> textmate(a)lists.macromates.com
> http://lists.macromates.com/listinfo/textmate
>
> End of textmate Digest, Vol 79, Issue 14
> ****************************************
--
Sent with Postbox <http://www.getpostbox.com>
I made a simple shell script and a similar system service via automator to turn .txt files into .pdf via xelatex. They work well but require a couple steps outside TextMate. It would be a great convenience to have a command in the markdown bundle that would add this capacity. I tried it but failed even when giving full path to pandoc and pandoc-citeproc which are in /usr/local/bin, or to xelatex. I have little knowledge in these matters and would appreciate any help.
Here is my little shell script:
#!/bin/sh
pandoc -S --filter pandoc-citeproc --latex-engine=xelatex "${1}" -o "${1}".pdf
My similar automator service:
PATH=$HOME/.cabal/bin:/usr/local/bin:/usr/texbin:$PATH
for file in "$@"
do
output=${file%%.*}.pdf
pandoc -S --filter pandoc-citeproc --latex-engine=xelatex "$file" -o "$output"
done
The metadata at the head of my .md or .txt files give extra info, such as title, font, bibliography, as in:
---
title: My title
author: My Name
date: \today
mainfont: Hoefler Text
bibliography: /Users/me/Library/texmf/bibtex/bib/data.bib
---
Any pointers towards making a markdown bundle command that accomplishes what the scripts above do would be great.
--Gildas
Is it possible to set a keyboard shortcut/menu selection that open a specific set of files as tabs.
For example:
Keyboard shortcut 1 will open files x1, x2 and 3
Keyboard shortcut 2 will open files y1 and y2
Ross
Twitter: @RossAhmed
Is committing to git submodules supposed to work? I have a project which
uses a git submodule. I open the project in TM, make some changes in the
submodule and then commit. It looks like everything went fine but in the
result window I get "Changes not staged for commit" and "no changes
added to commit". Running "git status" in the submodule I see that the
changes are not committed.
--
/Jacob Carlborg
Latest textmate changed the CMD+T dialog to a 'view based' list
I'd really love a slightly more compact view personally (smaller icon size)
but I'm gradually getting accustomed to it
One thing I've noticed is the list selection resets sometimes while the
list is filling..
1) Type a substring which matches lots of entries
2) TM auto selects the first entry as expected
3) Now arrow down to the next item in the list
Now, if the search is still chugging away, as soon as it finds a new entry,
the new match is appended to the list, but this also resets the selection
to the top item
The net result is that quite often I am typing a filename, arrow down, and
in between that and hitting enter, its very quickly reselecting the first
item, and Im opening the file I didn't intend to.
I'm hoping this is something you can reproduce and fix please?
Thanks
I recently upgraded to Yosemite and these two commands do not work. I change
the key to Command+D
and type it when i have \ref{|}. In mavericks this would give me a list of
all the labels. However now I get
the following
/Users/stef/Downloads/TextMate.app/Contents/SharedSupport/Bundles/LaTeX.tmbundle/Support/lib/LaTeXUtils.rb:204:in
`recursive_scan': undefined method `each_with_index' for
#<String:0x007fd96b06fcb0> (NoMethodError)
from
/Users/stef/Downloads/TextMate.app/Contents/SharedSupport/Bundles/LaTeX.tmbundle/Support/lib/LaTeXUtils.rb:234:in
`label_scan'
from
/Users/stef/Downloads/TextMate.app/Contents/SharedSupport/Bundles/LaTeX.tmbundle/Support/lib/LaTeXUtils.rb:57:in
`get_labels'
from /tmp/temp_textmate.Jyk2v5:8:in `<main>'
Has anyone encountered something similar?
--
View this message in context: http://textmate.1073791.n5.nabble.com/Label-and-Citation-Based-on-current-w…
Sent from the textmate users mailing list archive at Nabble.com.