Hello, Il giorno mer, 24/05/2023 alle 00.19 +0900, Osamu Aoki ha scritto:
[...] > Hi, I tried with all pointing to "a4", but I get "letter". > ```sh > $ ls -l /etc/papersize > -rw-r--r-- 1 root root 3 May 23 23:24 /etc/papersize > $ cat /etc/papersize > a4 > $ LANG=ja_JP.UTF-8 LC_ALL=ja_JP.UTF-8 LC_PAPER=ja_JP.UTF-8 PAPERSIZE=a4 > PAPERCONF=/etc/papersize paperconf -d > letter > ``` > There is something wrong? Or am I doing things wrong? [...] you are asking for the default paper size, i.e., the one to be used when no configuration file is available. If you want the current paper size as per /etc/papersize, please remove the final "-d" from your command. It this what you were looking for? Bye, Giuseppe