GeneralCorrect Quotation Marks

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Latexcommunity1000
Posts: 7
Joined: Sun Jan 29, 2012 11:27 pm

Correct Quotation Marks

Post by Latexcommunity1000 »

When I do quotation marks in LaTeX, they come out the same, both left and right.

I use the apostrophe on the keyboard for the quotation marks in a LaTeX document. But it looks like a right quotation mark, when on the Latex document. It looks a bit silly on the left side.

Recommended reading 2024:

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

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

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Re: Correct Quotation Marks

Post by kaiserkarl13 »

You will want to use the grave accent character, which is the same key as tilde (~) on US/English keyboards. For example, ``Hello'' comes out with "smart" quotes facing the way you'd expect them to look. "Hello" is the same as ''Hello'' but ``Hello'' is not.
nataraj
Posts: 1
Joined: Sun Mar 11, 2012 6:32 pm

Correct Quotation Marks

Post by nataraj »

Also useful is the quotes package. Just do \usepackage{quotes}, and then type by using the " key (Shift+2). It will work out the matching quotes properly.

Hope this helps.

Nat
Post Reply