Check out my first novel, midnight's simulacra!
LaTeX
From dankwiki
Checkers
Common Issues
- Ellipsis -- Use \ldots (or \cdots for line-centered dots).
- Don't use three periods (bad spacing) or the Unicode character '…' (HORIZONTAL ELLIPSIS, U+2026).
- What about \dots? fixme
Unicode
Basic LaTeX doesn't support UTF-8 beyond expanding macros based on lexical sequences. If this is intended, use the utf8 parameter to the inputenc package. XeTeX aims to be a fully Unicode-aware TeX engine.
See Also
- StackOverflow post, "Entering Unicode characters in LaTeX"