Fonts & Character Setshelp with letters formatting

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
hamzahfaraj
Posts: 1
Joined: Sun Feb 27, 2022 12:23 pm

help with letters formatting

Post by hamzahfaraj »

Hello,
How to write the letter "A" as in the attached pic?
thanks!
Attachments
example.png
example.png (24.88 KiB) Viewed 2839 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Ijon Tichy
Posts: 640
Joined: Mon Dec 24, 2018 10:12 am

help with letters formatting

Post by Ijon Tichy »

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. :cry:
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

help with letters formatting

Post by Stefan Kottwitz »

Hi Hamzah,

welcome to the forum!

To find commands for symbols, you could use detexify.kirelabs.org:
symbol-a.png
symbol-a.png (22.46 KiB) Viewed 2818 times
Stefan
LaTeX.org admin
Post Reply