Math & ScienceCommand for certain Symbol

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
Sam
Posts: 62
Joined: Fri Nov 30, 2007 1:43 pm

Command for certain Symbol

Post by Sam »

Dear members,

I could not get the right command for the sympole, please see attached. I tried \tilde{A} or (A^{\tilde{A}}) but it did not work,

thanks for your help.
Attachments
AAA.jpg
AAA.jpg (819 Bytes) Viewed 3010 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Command for certain Symbol

Post by localghost »

You are not new to the board so you should know that a self-contained and minimal example along with the corresponding error message(s) from the log file (*.log) is essential for an adequate problem description. We are not here to guess what might be wrong but try to find concrete solutions and we don't want to waste our (and your) time with doing random shots based on loosely code fragments. m(

I see no problem with this.

Code: Select all

\documentclass[11pt]{article}
\usepackage[T1]{fontenc}

\begin{document}
  $\tilde{A}$
\end{document}
Further reading:

Thorsten
Post Reply