Math & Science"\angle" symbol is not working

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
jmskuehn
Posts: 2
Joined: Mon May 03, 2010 10:17 am

"\angle" symbol is not working

Post by jmskuehn »

I need to include some \angle symbols in my work, but for some reason it's not working. All other symbols are working properly. Do you know why? I'd really appreciate your help. :-)

Recommended reading 2024:

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

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

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

"\angle" symbol is not working

Post by localghost »

I can't comprehend the problem. The code below works.

Code: Select all

\documentclass[11pt,a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}

\begin{document}
  $\angle$
\end{document}
So you will have to provide a counterexample.


Best regards and welcome to the board
Thorsten
jmskuehn
Posts: 2
Joined: Mon May 03, 2010 10:17 am

Re: "\angle" symbol is not working

Post by jmskuehn »

Thank you for your fast reply. I just found out that it is a problem with the dvi compiler (yap.exe). As soon as I compile the document into ps or pdf, it works.
Post Reply