Fonts & Character SetsTyping »^« in LaTeX

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
ghantauke
Posts: 9
Joined: Wed Mar 02, 2011 2:50 am

Typing »^« in LaTeX

Post by ghantauke »

Hi,

I want my file to contain "^VP".
I tired \^VP in tex file but I get an error message.
I tried using $\wedgeVP but I get a really huge ^. I want a ^ which is the of the size it is in this post.

Thanks in advance.

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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

Typing »^« in LaTeX

Post by localghost »

ghantauke wrote:[…] I want my file to contain "^VP".[…]
Just abstain from such special characters in file names and paths. I guess there are many other file names possible.


Thorsten
randomlatex
Posts: 4
Joined: Wed Mar 16, 2011 10:14 pm

Typing »^« in LaTeX

Post by randomlatex »

Did you try:

Code: Select all

Something \^{}VP
Post Reply