Hello
When I compile a file with pdflatex and texshop, I get a pdf file
but when I use TextMate I have this error :
{/usr/local/texlive/2007/texmf-var/fonts/map/pdftex/updmap/pdftex.map
!pdfTeX error: pdflatex (file /usr/local/texlive/2007/texmf-var/fonts/
map/pdfte
x/updmap/pdftex.map): fflush() failed
I have some difficulties to understand that :
Perhaps some different options when I use TexShop ?
An idea ??
Regards
Alain
Trying to see what changes I have in my Bundles with respect to the
official repository, I have issue the commands in
> http://wiki.macromates.com/Bundles/HowToContribute
> Asunto: Re: [TxMt] Commit bit on the Perl Bundle?
> Responder a: TextMate users <textmate(a)lists.macromates.com>
>
> On 22 Jan 2008, at 00:00, Luke Daley wrote:
>>> What's the situation with getting a commit bit for the Bundles repo?
>>
>> http://wiki.macromates.com/Bundles/HowToContribute
>
>
> Is that the page you meant? I can't see any mention of getting commit.
>
> --
> Andy Armstrong, Hexten
(On the way. That page has a errata in
it tries to change to a dir that doesn't exist)
But I can't get any thing because svn always tells me the same weird
message:
% cd ~/Library/Application\ Support/TextMate/Bundles
% l
total 0
drwxr-xr-x@ 7 juan staff 238B Mar 28 10:35:45 2007 C.tmbundle/
drwxr-xr-x@ 5 juan staff 170B May 7 10:32:34 2007 HTML.tmbundle/
drwxr-xr-x@ 8 juan staff 272B Jul 30 00:09:15 2007 JUAN.tmbundle/
drwxr-xr-x@ 7 juan staff 238B Feb 25 18:12:03 2007 LaTeX.tmbundle/
drwxr-xr-x@ 4 juan staff 136B Feb 8 10:16:01 2007 Man
Pages.tmbundle/
drwxr-xr-x@ 5 juan staff 170B Feb 7 02:07:55 2007 Perl.tmbundle/
drwxr-xr-x@ 5 juan staff 170B Feb 12 15:25:36 2007 Ruby.tmbundle/
drwxr-xr-x@ 5 juan staff 170B Feb 12 11:59:41 2007 Source.tmbundle/
drwxr-xr-x@ 4 juan staff 136B Apr 7 23:36:01 2007 TODO.tmbundle/
drwxr-xr-x 8 juan staff 272B Aug 25 02:36:13 2006 Tcl.tmbundle/
drwxr-xr-x@ 6 juan staff 204B Feb 20 23:50:11 2007 Text.tmbundle/
drwxr-xr-x@ 4 juan staff 136B Mar 16 23:02:15 2007
TextMate.tmbundle/
% svn st http://macromates.com/svn/Bundles/trunk/Bundles/Text.tmbundle
svn: warning: 'http://macromates.com/svn/Bundles/trunk/Bundles/Text.tmbundle'
is not a working copy
is not a working copy. I am not used to use cvs. I wish TextMate had
a gui interface for this rather important process: to know the local
changes with respect the original/current official bundles.
What am I doing bad?
Thanks.
Using Ruby-On-Rails I have been able to use parseexcel with little
trouble. Just today I started to use a script that was working and it
now reports "MissingSourceFile: no such file to load — parseexcel'
I installed parseexcel on my Mac. Have used it a few times in the past
and now can not get the scripts to find it. I am hoping someone can
direct me to where to begin my search, fix, what ever.. I need this to
work.
Thanks in advance
I see it in the Actionscript bundle - but for the life of me I can't
get it to work... any help would be MOST appreciated
Saul Rosenbaum
Visual Chutzpah
---------------------------------
Strengthening Brands Through Illustrated Images And Interactive Design
VISIT US ON THE WEB
web: http://www.visualchutzpah.com
email: lists(a)visualchutzpah.com
illos: http://www.saulrosenbaum.com
blog: http://www.saulrosenbaum.com/blog
---------------------------------
Hi. I happened to notice that the Perl "Read File" snippet was using
bareword filehandles and doing a lot more work than it has to. The following
uses lexical filehandles, 3-argument open (to prevent anything in the filename
from being misinterpreted as an open sigil) and a do block to simplify the
assignment.
Finally, a third, blank position is provided so you can tab straight to the
next line instead of the end of the block.
my \$${1:var} = do { local \$/; open my \$fh, "<", "${2:file}"; <\$fh>; };
$3
PS It's worth mentioning that this is backwards compatible to 5.6 which
should be more than plenty these days.
--
If at first you don't succeed--you fail.
-- "Portal" demo
Schwern and I have been chatting on IRC about Perl support in
TextMate. We're both fairly prolific Perl developers and would like to
be able to maintain the Perl Bundle on behalf of the Perl community.
What's the situation with getting a commit bit for the Bundles repo?
--
Andy Armstrong, Hexten
I've written up a simple snippet to run the current file as a Perl test. To
ensure compatibility it has no bells or whistles, just runs the file through
Test::Harness and displays the output. Future versions might snaz it up but
it would be nice to have something basic at least.
I used Ctrl-Apple-t for the command but it's fine to change that to whatever
the normal convention is for "run a test".
I've attached the .tmbundle file. Sorry if this isn't the proper way to
submit a snippet.
--
Whip me, beat me, make my code compatible with VMS!
> Dear Sir, I use a keyboard mapping to write spanish accents in latex.
>
> This is a development made for Juan L. Verona, http://
> www.unirioja.es/cu/jvarona/TeXkeylayout.html
>
> This help me to share latex files without the use of inputenc package.
>
> The code for this keymap is joined in a file down this mail.
>
> I have tried with several applications in Mac OS X and works fine.
> For example, this sentence with Mail.app,
>
> -- "El avi\'on sol\'{\i}a volar bajo el a\~no pasado" (El avión
> solía volar bajo el año pasado)--
>
> Nevertheless, in TexMate the same sentence will be like this
>
> "El avinn sol\'{\i}a volar bajo el a\~no pasado"
>
> Accent followed by a vocal different of "i" doesn't do the
> secuence "\'o" for example.
>
> It seems something particular of the TexMate application. Anyone
> know why this is happening?
>
> Thanks you very much for your help
>
> Pablo L.

Is there an official version of the footnotes plugin which works with
rails 2.0.2?
The latest version of the footnotes plugin doesn't seem to work at all
with Rails 2.0.x. There was a 3rd party patch published at
http://pastie.caboo.se/125311 but this no longer seems to apply
cleanly.
There's also a footnotes-edge plugin mentioned on teh rails wiki
http://wiki.rubyonrails.org/rails/pages/Textmate+Footnotes+Plugin
This seems to have part of the caboo.se patch applied, I had to
manually change the
vendor/plugins/footnotes/templates/rescues/template_error.rhtml file
based on the patch, and things seem to be working for me now.
But I was wondering what the official status is.
--
Rick DeNatale
My blog on Ruby
http://talklikeaduck.denhaven2.com/
I would like to compile a *plain* tex document which includes some postscript
(.eps) figures. The problem is that if I choose tex (or etex) as the engine
the dvi file is correctly generated, but its not automatically converted to
pdf, nor the dvi file is sent by the viewer (Skim). This is no problem with
*latex* files containing eps figures, since in that case the command
"Typeset & View (PDF)" converts the .dvi file to .ps (by running dvips) and
the resulting .ps file to .pdf (with ps2pdf), and opens the .pdf file. Is
there an easy way to get TextMate to automatically run dvips and ps2pdf in
succession when the engine is tex or etex, instead of latex?
Cheers,
Artemio
--
View this message in context: http://www.nabble.com/compiling-*plain*-tex-documents-with-postscript-figur…
Sent from the textmate users mailing list archive at Nabble.com.