GeneralSymbol for wavenumber in LaTeX?

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
vince
Posts: 2
Joined: Fri Feb 01, 2008 4:41 pm

Symbol for wavenumber in LaTeX?

Post by vince »

Hi! I'm trying, without much success, to write the symbol for wavenumber in LaTeX. It's the Greek letter nu with a ~ over it. I tried "\~{\nu}", but that didn't work. I'm assuming this means nested \ aren't allowed. How do I get the character to show up... is it possible? Thanks in advance for any advice.

Recommended reading 2024:

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

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

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Symbol for wavenumber in LaTeX?

Post by localghost »

You need the tilde as a mathematical accent.

Code: Select all

\tilde{\nu}
[\tilde{\nu}]=\unit{cm^{-1}}
The \unit command comes from the units package.


Best regards and welcome on Board
Thorsten
vince
Posts: 2
Joined: Fri Feb 01, 2008 4:41 pm

Re: Symbol for wavenumber in LaTeX?

Post by vince »

Thanks!
Post Reply