severity 364420 important
thanks

On Sun, Apr 23, 2006 at 01:19:48PM +0200, VSJ wrote:
> If the .tex file to be compiled is located in a directory that contains one or
> more spaces e.g. /home/user/directory with spaces/test.tex
> then rubber is not able to find the compiler:
The same happens if the directory name contains one or more tildes (~).

This is the case in many Debian packages since tilde is frequently used in a
version number. I've bumped into this while trying to generate documentation
for a package mine (asterisk).

However, the solution there is a bit more tricky. The following is the only
one that worked for me, credited to jwill from #debian-devel:

  \begingroup
  \catcode126=11
  \gdef\filename{foo~bar}
  \endgroup
  \input{\filename}

In any case, I fail to see why rubber tries to convert relative paths to
absolute ones. It wouldn't solve this bug but at least would make its effect a
bit worse.

Thanks,
Faidon



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to