General ⇒ How to generate a straight apostrophe?
How to generate a straight apostrophe?
I need to generate a straight apostrophe (not the default right quotation mark used as a substitute) in both table and non-table text. Can Anyone point Me in the direction of documentation showing exactly how to do so in both cases? Does a method exist to 'override' this "prefered" character, as many web sites I have found refer to the r.q.m.?
Thanks in advance.
xuinkrbin
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
How to generate a straight apostrophe?
welcome to the board!
Try \textquotesingle from the textcomp package:
Code: Select all
\usepackage{textcomp}
...
\textquotesingle
Re: How to generate a straight apostrophe?

(Thank You! You are a beautiful person!)