GeneralSymbol, Notation not\ldots in tex

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
ctthaiag
Posts: 2
Joined: Thu Jun 07, 2018 3:55 pm

Symbol, Notation not\ldots in tex

Post by ctthaiag »

I want to type a notation as same as the pictue.

Please help me!
Attachments
Capture.PNG
Capture.PNG (6.69 KiB) Viewed 1863 times

Recommended reading 2024:

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

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

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Symbol, Notation not\ldots in tex

Post by Stefan Kottwitz »

Like this:

Code: Select all

\documentclass{report}
\begin{document}
$\not\vdots$
\end{document}
Stefan
LaTeX.org admin
Post Reply