Text FormattingSymbol

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
User avatar
svend_tveskaeg
Posts: 478
Joined: Sun Jul 12, 2009 5:31 am

Symbol

Post by svend_tveskaeg »

Dear (La)TeX friends.

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
symbol2.jpg (871 Bytes) Viewed 3610 times
Last edited by svend_tveskaeg on Sun Jun 20, 2010 9:49 pm, edited 1 time in total.
``In the game of chess, you can never let your adversary see your pieces.''
-- Zapp Brannigan, Futurama (season 1, episode 4)

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Symbol

Post by localghost »

I think you should do some basic reading because this is listed in every documentation about LaTeX basics.

Code: Select all

$\not\subset$
As alternative you can try Detexify to find out a symbol.


Thorsten
User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Re: Symbol

Post by frabjous »

A lot of fonts also prove a single command \nsubset -- e.g., the txfonts, pxfonts, kpfonts, MnSymbol, mathabx, etc., packages all define this.

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.)
User avatar
svend_tveskaeg
Posts: 478
Joined: Sun Jul 12, 2009 5:31 am

Symbol

Post by svend_tveskaeg »

@Thorsten:
I normally ``only'' use daleif's Danish LaTeX manual. Thanks for the Detexify tip!

@frabjous:
Thanks for the tips!
``In the game of chess, you can never let your adversary see your pieces.''
-- Zapp Brannigan, Futurama (season 1, episode 4)
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Symbol

Post by localghost »

svend_tveskaeg wrote:[...] I normally ``only'' use daleif's Danish LaTeX manual. [...]
Is listed there, too (p. 48, between tables 3.4 and 3.5).
Post Reply