View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000498 | luatex | luatex bug | public | 2010-10-11 21:58 | 2010-12-13 13:43 |
| Reporter | hhenkel | Assigned To | Taco | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 0.63.0 | ||||
| Target Version | 0.70.0 | Fixed in Version | 0.65.0 | ||
| Summary | 0000498: \jobname jumble | ||||
| Description | Luatex should create the \jobname and the PDF/DVI output file name to be consistent with the used .tex input filename (from callback or kpse). E. g., simple test file test.1.tex: % test.1.tex \jobname \bye pdftex luatex ---------------------------------------------------------- Ok.: Program call pdftex test.1.tex luatex test.1.tex Input file opened test.1.tex test.1.tex \jobname test.1 test.1 Output file opened test.1.pdf test.1.pdf Not Ok.: Program call pdftex test.1 luatex test.1 Input file opened test.1.tex test.1.tex (ok.!) \jobname test.1 test (wrong) Output file opened test.1.pdf test.pdf (wrong) | ||||
| Tags | No tags attached. | ||||
|
|
README (771 bytes)
Luatex should create the \jobname and the PDF/DVI output file name
to be consistent with the used .tex input filename (from callback or
kpse). E. g., simple test file test.1.tex:
% test.1.tex
\jobname
\bye
pdftex luatex
----------------------------------------------------------
Ok.:
Program call pdftex test.1.tex luatex test.1.tex
Input file opened test.1.tex test.1.tex
\jobname test.1 test.1
Output file opened test.1.pdf test.1.pdf
Not Ok.:
Program call pdftex test.1 luatex test.1
Input file opened test.1.tex test.1.tex (ok.!)
\jobname test.1 test (wrong)
Output file opened test.1.pdf test.pdf (wrong)
|
|
|
the tracker destroys Note formatting, unfortunately. See README file. |
|
|
fixed in commit 4012, by patching start_input() to reinitialize cur_name and cur_ext once fullnameoffile is known |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2010-10-11 21:58 | hhenkel | New Issue | |
| 2010-10-11 22:20 | hhenkel | File Added: README | |
| 2010-10-11 22:21 | hhenkel | Note Added: 0000641 | |
| 2010-11-29 14:44 | Taco | Status | new => assigned |
| 2010-11-29 14:44 | Taco | Assigned To | => Taco |
| 2010-11-29 14:51 | Taco | Note Added: 0000697 | |
| 2010-11-29 14:51 | Taco | Status | assigned => resolved |
| 2010-11-29 14:51 | Taco | Resolution | open => fixed |
| 2010-12-13 13:43 | Taco | Fixed in Version | => 0.65.0 |
| 2010-12-13 13:43 | Taco | Status | resolved => closed |