Text Formatting ⇒ automatic formating - dashes
automatic formating - dashes
I want to write three short dashes ---, but Latex automaticaly change it to one long dash (em-dash). Any idea how to override that so I can get my three figure dashes instead?
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
automatic formating - dashes
Hi hbs,
Welcome to the board!
To prevent that TeX produces this ligature, you could insert braces, such as
Or a bit shorter, enclose the middle on in braces:
If you need it more than just one time, I recommend to define a macro for it.
Stefan
Welcome to the board!
To prevent that TeX produces this ligature, you could insert braces, such as
Code: Select all
-{}-{}-
Code: Select all
-{-}-
Stefan
LaTeX.org admin