Hello,
How to write the letter "A" as in the attached pic?
thanks!
Fonts & Character Sets ⇒ help with letters formatting
-
- Posts: 1
- Joined: Sun Feb 27, 2022 12:23 pm
help with letters formatting
- Attachments
-
- example.png (24.88 KiB) Viewed 2839 times
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
help with letters formatting
Please read an introduction to LaTeX.
Code: Select all
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\[
\mathcal{A} = (M,N,A,\pi_c,\pi_d,V_{\text{min}},V_{\text{max}},V_0)
\]
And because \verb|\max| and \verb|\min| are known operators, following does also work (but is not absolutely correct).
\[
\mathcal{A} = (M,N,A,\pi_c,\pi_d,V_{\min},V_{\max},V_0)
\]
\end{document}
Sorry, but I can no longer participate here as the administrator is trampling on my wishes on one of his other platforms. 

- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
help with letters formatting
Hi Hamzah,
welcome to the forum!
To find commands for symbols, you could use detexify.kirelabs.org:
Stefan
welcome to the forum!
To find commands for symbols, you could use detexify.kirelabs.org:
Stefan
LaTeX.org admin