A plethora of tutorials to get you up to speed with Microsoft Word 2013
If you have read how to create random text in Word, then you will already be familiar with the process of generating lorem ipsum text. Instead of using =rand(), you will use =lorem(). Type in
=lorem()
… and press Enter to generate five paragraphs of random lorem ipsum text. If five paragraphs aren’t enough for you, you can use something like this:
=lorem(10)
to generate 10 paragraphs. You can even control the number of sentences each paragraph contains with commands like this:
=lorem(20, 5)
The above will generate 20 paragraphs of lorem ipsum text, each of which contains five sentences.
Lorem Ipsum is simply dummy text. Lorem Ipsum has been the printing and typesetting industry’s standard dummy text ever since the 16th century, when an unknown printer took a galley of type and scrambled it to make a type sample book. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages. Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Its use infiltrates every discipline where the inclusion of dummy text is useful – like web design. An empty web page doesn’t test a design, so coders will generate dummy content using lorem ipsum text.
The advantage of using lorem ipsum text instead of random text in the native language of the reader is that the latin text is likely to distract the reader from the content’s layout. It’s more or less normal distribution of letters gives the illusion of readable English.