Latex longtable format

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Latex longtable format
Date: 2013-01-13 00:09:31
Message-ID: 20130113000931.GA15751@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I have received several earnest requests over the years for LaTeX
'longtable' output, and I have just implemented it based on a sample
LaTeX longtable output file.

I have called it 'latex-longtable' and implemented all the behaviors of
ordinary latex mode. One feature is that in latex-longtable mode,
'tableattr' allows control over the column widths --- that seemed to be
very important to the users. One requested change I made to the
ordinary latex output was to suppress the line under the table title if
border = 0 (default is border = 1).

Patch and sample output attached. I would like to apply this for PG
9.3.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +

Attachment Content-Type Size
longtable.diff text/x-diff 10.0 KB
longtable.psql.border_2 text/plain 26.8 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Noah Misch 2013-01-13 00:28:51 Re: logical changeset generation v3 - comparison to Postgres-R change set format
Previous Message Tom Lane 2013-01-12 23:15:17 Re: [PATCH] unified frontend support for pg_malloc et al and palloc/pfree mulation (was xlogreader-v4)