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 4184 times
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
- 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: 10358
- 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