Hi,
I'm trying to type <x> in Latex.
any help please ?
Thanks.
Text Formatting ⇒ <x>
NEW: TikZ book now 40% off at Amazon.com for a short time.

<x>
I'll assume you have tried typing <x> in maths mode
Code: Select all
Code, edit and compile here:
\documentclass[a4paper,11pt]{article}\begin{document}\[\langle x \rangle\]\end{document}
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
<x>
If you acidentally typed <x> in text mode, it would not work in standard font encoding. < and > would not be shown in the outpout. If you add
both symbols will correctly be shown. Just to mention, that using T1 would be a good idea. See perhaps [url=Special LaTeX characters]Special LaTeX characters[/url].
Though math should be typed in math mode of course.
Stefan
Code: Select all
\usepackage[T1]{fontenc}
Though math should be typed in math mode of course.
Stefan
LaTeX.org admin
<x>
Hi,
here is the way i did it at first :
but it was too big (I'm talking about < and >, they were more like smaller than and greater than, than the actual thing I wanted).
But it works well the way php1ic advised.
Thanks.
here is the way i did it at first :
Code: Select all
The class of x is denoted by : $<x>$.
But it works well the way php1ic advised.
Thanks.