
Math & Science ⇒ "\angle" symbol is not working
"\angle" symbol is not working
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. 

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
I can't comprehend the problem. The code below works.
So you will have to provide a counterexample.
Best regards and welcome to the board
Thorsten
Code: Select all
\documentclass[11pt,a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\begin{document}
$\angle$
\end{document}
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: "\angle" symbol is not working
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.