[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#389790: marked as done (shell variables do not get expanded in tex files)



Your message dated Thu, 27 Dec 2007 15:52:52 +0100
with message-id <20071227145252.GA4356@PC23>
and subject line Bug#389790: shell variables do not get expanded in tex files
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: libkpathsea4
Version: 3.0-18
Severity: normal


ccole@debian:~$ echo $TDIR
/home/ccole/tex
ccole@debian:~$ ls
test.tex tex/
ccole@debian:~$ cat test.tex
\input{$TDIR/foo.tex}
ccole@debian:~$ latex test.tex

[output]...

! LaTeX Error: File `$TDIR/foo.tex' not found.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27-3-386
Locale: LANG=en_US, LC_CTYPE=en_US (c


--- End Message ---
--- Begin Message ---
Version: 2007.dfsg.1-2

On 27.09.06 Christopher L Cole (Chris.Cole@mail.wvu.edu) wrote:

> Package: libkpathsea4
> Version: 3.0-18
> Severity: normal
> 
> ccole@debian:~$ echo $TDIR
> /home/ccole/tex
> ccole@debian:~$ ls
> test.tex tex/
> ccole@debian:~$ cat test.tex
> \input{$TDIR/foo.tex}
> ccole@debian:~$ latex test.tex
> 
> [output]...
> 
> ! LaTeX Error: File `$TDIR/foo.tex' not found.
> 
Another retry with TeX Live installed:

hille@kloetzer:~ $ echo $TDIR
/home/hille/t2
hille@kloetzer:~ $ ls -l test.tex t2/
-rw-r--r-- 1 hille users   22 2007-12-27 15:40 test.tex

t2/:
total 0
-rw-r--r-- 1 hille users 0 2007-12-27 15:39 ffo.tex
hille@kloetzer:~ $ cat test.tex
\input{$TDIR/ffo.tex}
hille@kloetzer:~ $ latex test.tex
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
 %&-line parsing enabled.
entering extended mode
(./test.tex
<snip>
(/home/hille/t2/ffo.tex))

-> Closing.

H.
-- 
sigmentation fault


--- End Message ---

Reply to: