Sunday

LibreOffice Writer: How to make the text formatting toolbar permanent in LibreOffice Writer

Challenge or problem: How to make the text formatting toolbar permanent in LibreOffice Writer?

Solution or answer
Open LibreOffice Writer or open any odt file
Menu > View > Toolbars > Formatting

 

No comments:

Measure execution time with Julia, example using sorting algorithms

# random integers between 1 and 100 inclusive, generate thousands of them x = rand ( 1 : 100 , 100000 ) @time sort (x; alg=InsertionSort, r...