LibreOffice Writer prints text frames as black areas
To fix this:
- Right-click on the frame
- Select Frame...
- Open Background
- Set As to "Color"
- Set the background color to "No fill"
Related cards:
LibreOffice won't embed most fonts into PDFs (with fix)
- LibreOffice Impress, Writer, etc. doesn't embed most fonts into the PDFs it generates.
- This means if you share a slide show with a font that is not Arial...
LibreOffice Impress: Distorted text letters in presentation mode
Upgade to LibreOffice 3.5.3+ or disable hardware accelleration in Tools → Options → LibreOffice → View → Graphic output.
Form letters with LibreOffice Writer
This is painful. Consider using Microsoft Office or switching careers. If you need to write < 20 letters consider doing it manually.
So you didn't listen and here it comes:
- Ignore the Mail Merge Wizard. It will crash or destroy your documen...
How to write a good image alt text
This decision tree describes how to use the alt attribute of the
<img>
element in various situations. For some types of images, there are alternative approaches, such as using CSS backg...
Code Colorizer Formatter — LibreOffice Extensions
Colorizes code in LibreOffice Writer.
Note that you need to create a paragraph style _code
for this to work.
LibreOffice / Excel: Use tables like a hash map in formulas with VLOOKUP
If you're a frequent user of LibreOffice, I strongly recommend to checkout out the VLOOKUP
function (SVERWEIS
in German). It allows you to treat a column pair as a hash map, where ...
LibreOffice Writer: Prevent a table row from being split across pages
- Right-click on the table
- Select Table...
- Select Text flow
- Uncheck Allow row to break across pages and columns
Capybara: Test that a string is visible as static text
This is surprisingly difficult when there is a <textarea>
with the same text on the page, but you really want to see the letters as static text in a <p>
or similiar.
The step definition below lets you say:
Then I should see the text "foo...
Twinkle: Mark window as "demands attention" or show a text notification on incoming call
Mark window as "demands attention"
Install wmctrl
through your package manager, i.e.
sudo apt-get install wmctrl
Download the attached script and mark it as executable.
Then go to `Edit -> User...
Upgrade to LibreOffice 5.x on Ubuntu
Getting rid of your old LibreOffice
Remove your old LibreOffice:
sudo apt-get remove libreoffice*
You probably also want to get rid of the dead PPAs you might have installed for LibreOffice 4.x:
- Op...