Math & ScienceHow to draw a Plimsoll??

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
rexkykwok
Posts: 6
Joined: Wed Feb 24, 2010 7:55 pm

How to draw a Plimsoll??

Post by rexkykwok »

Just wondering how I could draw a plimsoll, as in the standard state sign (a "O" with a "-" crossing in the centre) used in chemistry, in a latex environment?

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

How to draw a Plimsoll??

Post by localghost »

You can compose it on your own from different (math) characters.

Code: Select all

\documentclass{article}

\newcommand*{\plimsoll}{{\ensuremath{-\kern-4pt{\ominus}\kern-4pt-}}}

\begin{document}
  Text \plimsoll\ Text
\end{document}

Best regards and welcome to the board
Thorsten
josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: How to draw a Plimsoll??

Post by josephwright »

See also \standardstate in my chemstyle package.
Joseph Wright
Post Reply