Closed anayrat closed 1 year ago
paperconf
is replaced by paper
in libpaper 2. You can use:
paper --unit pt
You will then need to parse the result slightly differently:
$ paper --unit pt
A4: 595.276x841.89 pt
Apologies for the breaking change—it's the first time in well over 20 years, and won't happen again on my watch!
thanks!
Hello, rst2odt expect to get paper dimensions thanks to
paperconf -s
:https://sourceforge.net/p/docutils/code/HEAD/tree/trunk/docutils/docutils/writers/odf_odt/__init__.py#l1066
I didn't find the option to get the same result ? Thanks