Text Formatting ⇒ Symbol
- svend_tveskaeg
- Posts: 478
- Joined: Sun Jul 12, 2009 5:31 am
Symbol
I cannot find the LaTeX command for the symbol in the attached picture. I have looked at tables 85--91 in the Comprehensive LaTeX Symbol List without success. Can anyone help me?
Thanks in advance!
- Attachments
-
- symbol2.jpg (871 Bytes) Viewed 3611 times
-- Zapp Brannigan, Futurama (season 1, episode 4)
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Symbol
Code: Select all
$\not\subset$
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Symbol
You could also use the Unicode symbol ⊄ with \usepackage[utf8x]{inputenc} in regular latex/pdflatex, or just on its own with XeLaTeX (the unicode-math package helps to give it the right spacing though.)
- svend_tveskaeg
- Posts: 478
- Joined: Sun Jul 12, 2009 5:31 am
Symbol
I normally ``only'' use daleif's Danish LaTeX manual. Thanks for the Detexify tip!
@frabjous:
Thanks for the tips!
-- Zapp Brannigan, Futurama (season 1, episode 4)
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Symbol
Is listed there, too (p. 48, between tables 3.4 and 3.5).svend_tveskaeg wrote:[...] I normally ``only'' use daleif's Danish LaTeX manual. [...]
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10