[l2h] latex2html Digest, Vol 77, Issue 4

Pedro Mayorga mayorga at cimat.mx
Thu Oct 1 01:11:37 CEST 2009


latex2html-request at tug.org wrote:
> Send latex2html mailing list submissions to
> 	latex2html at tug.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://tug.org/mailman/listinfo/latex2html
> or, via email, send a message with subject or body 'help' to
> 	latex2html-request at tug.org
>
> You can reach the person managing the list at
> 	latex2html-owner at tug.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of latex2html digest..."
>
>
> Today's Topics:
>
>    1. compiling "latex2html" in a usb memory (mayorga at cimat.mx)
>    2. Re: compiling "latex2html" in a usb memory (Ross Moore)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 21 Sep 2009 14:03:27 -0500
> From: mayorga at cimat.mx
> To: latex2html at tug.org
> Subject: [l2h] compiling "latex2html" in a usb memory
> Message-ID:
> 	<02a73985e9d824e07032527c805a0512.squirrel at correo.cimat.mx>
> Content-Type: text/plain;charset=iso-8859-1
>
> when I compile a .tex file on a USB memory, I get the following error:
>    ...
>    Cannot create directory 'TMP': File exists
>
> if the file is compiled into the hard drive, the error disappears.
>
> what is happend?
>
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 22 Sep 2009 07:46:02 +1000
> From: Ross Moore <ross at ics.mq.edu.au>
> To: mayorga at cimat.mx
> Cc: latex2html at tug.org
> Subject: Re: [l2h] compiling "latex2html" in a usb memory
> Message-ID: <4E539198-17C2-4ACE-A6F2-C1BFC9A41D9E at maths.mq.edu.au>
> Content-Type: text/plain; charset=US-ASCII; format=flowed
>
> Hello Mayorga,
>
> On 22/09/2009, at 5:03 AM, mayorga at cimat.mx wrote:
>
>   
>> when I compile a .tex file on a USB memory, I get the following error:
>>    ...
>>    Cannot create directory 'TMP': File exists
>>
>> if the file is compiled into the hard drive, the error disappears.
>>
>> what is happend?
>>     
>
> Each latex2html job creates a temporary directory called TMP
> by default. This is normally removed at the end of the job,
> but you can supress removal using  -debug  as a command-line switch.
>
> The fact that you have problems on the USB could be an indication
> that the filesystem on it is not truly hierarchical.
> It may be that the USB filesystem already has an invisible
> directory called TMP which cannot be removed or written-over.
>
> You should be able to change the name of the temporary directory
> that LaTeX2HTML uses. The variable name is  $TEMP  I think.
> Look for this, or something similar, within the  l2hinit.pm
> configuration file (or whatever your installation has used
> to replace this).
>
>
> Hope this helps,
>
> 	Ross
>
> ------------------------------------------------------------------------
> Ross Moore                                       ross at maths.mq.edu.au
> Mathematics Department                           office: E7A-419
> Macquarie University                             tel: +61 (0)2 9850 8955
> Sydney, Australia  2109                          fax: +61 (0)2 9850 8114
> ------------------------------------------------------------------------
>
>
>
>
>
> ------------------------------
>
> _______________________________________________
> latex2html mailing list
> latex2html at tug.org
> http://tug.org/mailman/listinfo/latex2html
>
>
> End of latex2html Digest, Vol 77, Issue 4
> *****************************************
>
>   
well, i tried to do your suggestion, but the problem still remains.

i take a look the output and see the following messages:
    Error: Cannot append to 'TMP/verbatim_counter': No such file or
directory

   Doing section links ......
   Error: Cannot append to 'TMP/verbatim': No such file or directory

   Copying navigation icons ...
    *** Adding document-specific styles *** Error (Link): Link
"pitag.html" to "index.html" failed: Operation not permitted
    at /usr/bin/latexhtml line 871


What does it mean the next line?
    $* is no longer supported at /usr/bin/latex2html line 10589


p.s. my usb memory is a vfat mount point





More information about the latex2html mailing list