Fonts & Character Sets ⇒ hash character?
hash character?
Could someone please tell me how to create such character in latex? Is it called hash?
- Attachments
-
- hash.jpg (1.08 KiB) Viewed 35709 times
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
hash character?
I guess every basic LaTeX documentation like lshort would recommend something like this.
Thorsten
Code: Select all
\documentclass[11pt,a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\begin{document}
\[
V^{\#}\Big|_x=?
\]
\end{document}
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
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
hash character?
Hi rayman,
have a look at Special LaTeX characters for this and for further special characters like this.
Stefan
have a look at Special LaTeX characters for this and for further special characters like this.
Stefan
LaTeX.org admin