From 2585ed4d700d0fd464489cee89a58513aa96648d Mon Sep 17 00:00:00 2001 From: John Whitington Date: Fri, 12 Nov 2021 13:59:24 -0800 Subject: [PATCH] more --- cpdf.ml | 1 + cpdfcommand.ml | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/cpdf.ml b/cpdf.ml index eb9909b..7218ae8 100644 --- a/cpdf.ml +++ b/cpdf.ml @@ -2930,6 +2930,7 @@ let make_margin output_mediabox margin tr = in (Pdftransform.matrix_compose shift (Pdftransform.matrix_compose scale tr)) +(* FIXME fixup -center for next release. For now it has been disabled. *) let impose_transforms fit fx fy columns rtl btt center margin mediabox output_mediabox fit_extra_hspace fit_extra_vspace len = let width, height = match Pdf.parse_rectangle mediabox with diff --git a/cpdfcommand.ml b/cpdfcommand.ml index f2cf545..f71fb44 100644 --- a/cpdfcommand.ml +++ b/cpdfcommand.ml @@ -2032,9 +2032,6 @@ and specs = ("-impose-btt", Arg.Unit setimposebtt, " Impose bottom-to-top on columns"); - ("-impose-center", - Arg.Unit setimposecenter, - " Center last partly-empty row or column"); ("-impose-margin", Arg.Float setimposemargin, " Add margin around whole imposed page");