Generalldots not working

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
mischuin
Posts: 6
Joined: Wed Oct 10, 2012 6:57 am

ldots not working

Post by mischuin »

Hey everyone,
I am new user of latex and came across a problem seemingly silly, but I could not solve. The case is that the command \ldots is not being compiled. I compile and what results is "\ldots" instead of "...". Do I need a specific package to use this command? Has anyone experienced this? Can you help me?
I'm using Miktex 2.9 (Texworks) for Windows.

Thanks in advance,

Michelle
Last edited by cgnieder on Wed Oct 10, 2012 10:10 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

ldots not working

Post by Stefan Kottwitz »

Hi Michelle,

welcome to the board!

Did you use \ldots within a verbatim environment or with \verb? In this it would be printed as it is, not expanded to dots.

Perhaps show example code for this problem.

Stefan
LaTeX.org admin
mischuin
Posts: 6
Joined: Wed Oct 10, 2012 6:57 am

ldots not working

Post by mischuin »

Hi, Stefan! Thanks for the welcome.
No, I was not using it inside the verbatim environment, I was doing something else, as stupid as the other .. hehe ... I was using a forward slash(/) instead of backslash (\)

\ldots (correct)
/ldots (incorrect)

Anyway, thank so much for your help!
Perhaps I will return to ask about other stupid things here on the forum ...hehe.. after all, I'm starting to deal with LaTeX now .. hope you understand ..
Regards,

Michelle
Last edited by cgnieder on Wed Oct 10, 2012 10:11 pm, edited 1 time in total.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Re: ldots not working

Post by Stefan Kottwitz »

No problem, this can happen. Feel free to ask here, if there's another problem or if you need an explanation which you did not find in a LaTeX introduction or documentation.

Stefan
LaTeX.org admin
Post Reply