LyX ⇒ Keeping the prime/inch symbols? (smart quotes problem)
Keeping the prime/inch symbols? (smart quotes problem)
Sometimes the conversion takes place when it shouldn't such as in height measurements like: 6'2''. How do I get LyX/XeTeX to keep the prime and inch mark (which is just a double prime if I am not mistaken)?
I seem to be unable to figure it out.
One idea I had was inserting the unicode via ERT, but I can't quite figure out how.
(BTW, the hex-unicode for the prime is "0x2032".)
I appreciate your help.
Thank you very much!
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
Keeping the prime/inch symbols? (smart quotes problem)
with LyX you could go to the main menu and select Insert/ Special Character and choose ordinary or single quote there.
Stefan
Keeping the prime/inch symbols? (smart quotes problem)
Hi,Stefan_K wrote:Hi,
with LyX you could go to the main menu and select Insert/ Special Character and choose ordinary or single quote there.
Stefan
thanks for your reply. I have just tried it but XeTeX converts those characters to smart quotes in the PDF output. Is there another way around?
Keeping the prime/inch symbols? (smart quotes problem)
- Math mode: e.g., $10''$ or $a^\prime$.
- Commands like \textquotedbl (with T1 encoding) or \textquotesingle (from the textcomp package).