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 1919 times

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
Stefan Kottwitz
Site Admin
Posts: 10360
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