Time for action – comparing dots to ellipsis
We will write an ellipsis in two ways: firstly by simply writing dots, secondly by using a dedicated command. Let's compare!
Create a new document in TeXworks:
\documentclass{article} \begin{document} Here are three dots... compare them to the ellipsis\ldots \end{document}
Check out the difference:
What just happened?
We used the command \ldots
to print out an ellipsis—three consecutive dots with a wider spacing. Such dots may indicate a pause, an unfinished thought, or an omitted word. When we just accumulated dots, they were typeset tightly together. However, it's common to print those dots wider.
Setting accents
Some languages have letters with accents that you can't simply type with your editor. In case you need to write such letters: let's see how to do it.