Donnerstag, 23. März 2017

latex text in equation environment

\documentclass{article}
\begin{document}
 some text 
 \begin{equation}
c = \sqrt{a^{2} + b^{2}} text in math
\end{equation}
 more text
  \begin{equation}
c = \sqrt{a^{2} + b^{2}} \textrm{ text in math}
\end{equation}
 more text
\end{document}

Keine Kommentare:

Kommentar veröffentlichen

Hinweis: Nur ein Mitglied dieses Blogs kann Kommentare posten.