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
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
localghost
Site Moderator
Posts: 9201
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
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]

¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
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