Fonts & Character SetsHow to write # inside a circle

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
ajimenez
Posts: 1
Joined: Fri Dec 27, 2013 2:07 pm

How to write # inside a circle

Post by ajimenez »

I would be very grateful if you could help me with the next question.
It is well known for mathematicians that the algebraic tensor product of two Banach spaces X and Y is denoted as $X\otimes Y$.
I wish to define a new product tensor with the symbol # inside a circle. I define:

Code: Select all

\newcommand*\mycirc[1]{
\begin{tikzpicture}
{\node[draw,circle,inner sep=-1pt]{#1};}
\end{tikzpicture}}

\def\Ltp{\,\mycirc{\scriptsize{\#}}\,}
If I write $X\Ltp Y$, the result in print is good, but it is not very perfect.

¿Could you improve it?

Many thanks
Last edited by cgnieder on Fri Dec 27, 2013 8:57 pm, edited 1 time in total.

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply