Re: Tables and lists

Wolfram Kahl <[email protected]> Tue, 28 Jan 2020 12:48:47 -0500
Newsgroups gmane.comp.type-setting.lout
Message-ID <[email protected]>
On Tue, Jan 28, 2020 at 06:29:38PM +0100, Yannig Robert via Users of the Lout document typesetting system. wrote:
> Thank you for the suggestion, unfortunately it didn't work.
> 
> I did :
> 
> yannigr@UTILISA-2DI2OG0:/mnt/d/Dropbox/Yannig/Perso/Ham/pensebete$ 
> export LANG=
> yannigr@UTILISA-2DI2OG0:/mnt/d/Dropbox/Yannig/Perso/Ham/pensebete$ lout 
> -PDF test_case.lout > test_case.pdf

Have you tried

  rm test_case.li test_case.ld
  lout -PDF test_case.lout > test_case.pdf
  lout -PDF test_case.lout > test_case.pdf
  lout -PDF test_case.lout > test_case.pdf
  lout -PDF test_case.lout > test_case.pdf

and/or

  rm test_case.li test_case.ld
  lout test_case.lout > test_case.ps
  lout test_case.lout > test_case.ps
  lout test_case.lout > test_case.ps
  lout test_case.lout > test_case.ps
  ps2pdf -dPDFSETTINGS=/prepress test_case.ps

?

Wolfram