Menu

#5469 Add `TEX` environemnt variable for texi2pdf

Fixed
Enhancement
2019-02-04
2019-01-28
No

Add TEX environemnt variable for texi2pdf

Even if using texi2pdf
with PDFTEX=xetex-with-options environment variable,
texi2pdf invokes etex instead of xetex-with-options
for requiring texinfo.tex version.

Therefore, texi2pdf failed in environments
where invoking etex failes like a GUB environment
on some OS which contain newer libc.

This commit adds TEX environment variable
with the same contents as the PDFTEX environment variable
when invoking texi2pdf.

If using texi2pdf with TEX=xetex-with-options environment variable,
texi2pdf invokes xetex-with-options for requiring texinfo.tex version
and it succeeds on the environments where etex fails.

Tweak wrapped lines

http://codereview.appspot.com/353870043

Discussion

  • Anonymous

    Anonymous - 2019-01-30
    • Description has changed:

    Diff:

    
    
    • Needs: -->
    • Patch: new --> review
     
  • Anonymous

    Anonymous - 2019-01-30

    Passes make, make check and a full make doc.

     
  • Anonymous

    Anonymous - 2019-02-01
    • Patch: review --> countdown
     
  • Anonymous

    Anonymous - 2019-02-01

    Patch on countdown for Feb 4th.

     
  • Anonymous

    Anonymous - 2019-02-04
    • Patch: countdown --> push
     
  • Anonymous

    Anonymous - 2019-02-04

    Patch counted down - please push.

     
  • Masamichi Hosoda

    • labels: --> Fixed_2_21_0
    • status: Started --> Fixed
    • Patch: push -->
     
  • Masamichi Hosoda

    I've pushed to staging.

    commit 88633ac5cf54db38a07ebacc16e38dcabad6f843
    Issue 5469/2: Add TEX environemnt variable for texi2pdf

    commit e757c642cb86f37ad3d069c9c6eff54360486045
    Issue 5469/1: Tweak wrapped lines