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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
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