Fonts & Character Sets ⇒ help with letters formatting
-
- Posts: 1
- Joined: Sun Feb 27, 2022 12:23 pm
help with letters formatting
How to write the letter "A" as in the attached pic?
thanks!
- Attachments
-
- example.png (24.88 KiB) Viewed 3720 times
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
help with letters formatting
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}

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