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 revisionPrevious revision
Next revision
Previous revision
sw:libreoffice [2020/03/29 20:43] niziaksw:libreoffice [2025/04/02 12:43] (current) niziak
Line 1: Line 1:
 +====== Libre Office ======
 +
 +===== Column/Row Highlighting =====
 +
 +[[https://superuser.com/questions/1278627/how-to-highlight-the-current-row-and-column-like-a-crosshair-in-libreoffice|How to highlight the current row and column like a crosshair in Libreoffice?]]
 +
 +  The functionality is built-in in LibreOffice since version 24.2.
 +  
 +  The option can be enabled through:
 +  Tools ▸ Options ▸ LibreOffice Calc ▸ View, or through the menu entry View ▸ Column/Row Highlighting.
 +
 +It is avail in ''bookwom-backports''
 +
 ====== 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 =====