Re: Tables and lists
Mark Carroll <[email protected]> Mon, 27 Jan 2020 19:50:39 +0000
| Newsgroups | gmane.comp.type-setting.lout |
|---|---|
| Organization | none |
| Message-ID | <[email protected]> |
On 9644 Sep 1993, Mark Carroll wrote:
> I forget the error, it arises from some setlocale call if I recall
> correctly, but I've found Lout won't work for me in my usual default
> Unicode locale so I change LANG for trying to use Lout.
Yeah, just to confirm,
[mtbc]$ lout --@PageType{Letter} <mydoc.lout >mydoc.ps
lout:
: unable to initialize collation
lout file "/usr/pkg/share/lout/include/lengths" (from "bsf" line 32, from "mydoc-doc" line 17, from "-" line 1):
80,21: fatal error: exiting now (error in definitions)
[mtbc]$ export LANG=
[mtbc]$ lout --@PageType{Letter} <mydoc.lout >mydoc.ps
[mtbc]$
So, an easy workaround at least.
-- Mark