Code: Select all
\documentclass[12pt]{article}
\begin{document}
Also note that $VK=DV$ and that
\end{document}
Code: Select all
\documentclass[12pt]{article}
\begin{document}
Also note that $VK=DV$ and that
\end{document}
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
\mathit{VK}
.\mathit{VK}
.\mathit
the default for all math mode code?\mathit
you could write your own macro which calls \mathit
, so you could easily change it later. For example, if you would decide later to call \textit
instead, so only a single adjustment in the preamble would be necessary.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