meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
sw:libreoffice [2020/04/23 07:48]
niziak
sw:libreoffice [2022/06/10 07:11] (current)
niziak
Line 2: Line 2:
  
 ====== Issues ====== ====== Issues ======
 +
 +===== paper format =====
 +
 +By default libre office checks (in that order): ​
 +  * checks ''​paperconf''​ result
 +  * checks envs: ''​LC_ALL'',​ ''​LC_PAPER'',​ ''​LANG''​
 +  * defaults to ''​en-US''​ and ''​letter'​
 +
 +Solution to set A4:
 +
 +<code bash>apt install libpaper-utils</​code>​
 +
 +<file conf /​etc/​papersize>​
 +a4
 +</​file>​
 +or
 +<code bash>​echo "​a4"​ > /​etc/​papersize</​code>​
 +
  
 ===== Ugly look ===== ===== Ugly look =====