Tuesday

Question: How to solve the error messages from the LibreOffice Writer “Missing hyphenation data” and “Please install the hyphenation package for locale “en”.”

Question: How to solve the error messages from the LibreOffice Writer “Missing hyphenation data” and “Please install the hyphenation package for locale “en”.”

Question and Answer Option 1:
Menu > Tools > Language > For All Text > More
Left menu > Language Settings > Languages
Go under the Default Languages for Documents
Tick the box Asian and select “Default - Chinese (simplified)”
Click the button OK
Save the document
Close and open again the file document

Question and Answer Option 2:
Menu > Tools > Language > For All Text > More
Left menu > Language Settings > Languages
Go under the Default Languages for Documents
Western: select [None]
Untick the box Asian
Click the button OK
Save the document
Close and open again the file document

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...