[SVN] Latex figures
Charilaos Skiadas
skiadas at hanover.edu
Sun Dec 17 16:32:15 UTC 2006
On Dec 16, 2006, at 9:25 PM, hadley wickham wrote:
> A few comments/questions about figures in the latex bundle:
>
> * http://www.tug.org/tex-archive/info/epslatex/english/epslatex.pdf
> recommends (page 32) using \centering instead of \begin{center} in
> figures. Should it be changed?
>
Probably. It will be done in the next commit.
> * It would nice to be able to drag and drop multiple images and have
> a single figure environment correctly created (and to be able to drag
> an image into a existing figure to have it added). I think this could
> be fixed with some rearranging of tab stops and a different drag
> command within the figure scope.
If you can make that work, that would be wonderful. The problem is
that the files are treated in order, so when the second file is to be
processed, the caret is at the tab stop for the first file, etc, so I
don't really know of an elegant way to make it work. The thing would
be of course for Allan to allow us to handle multiple dragged files
as one drag.
On this note, it might be a good time to mention that the image drag
command responds to the modifier keys option and shift. Try shift-
dragging and option-dragging the files to see what happens. (I think
you might need to press the shift/option after the drag has started).
I guess this reminder would have worked better on the user's list ;).
> * It would be nice if the second tab stop in the figure snippet would
> select all of "scale=1" - I usually use absolute or dynamic sizes (eg.
> width=1in, width=\linewidth)
I made that change as well, it will be there in the next commit.
> Hadley
Haris
More information about the textmate-dev
mailing list