GeneralAMS written as it appears

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
corderin
Posts: 77
Joined: Sun Dec 14, 2008 2:27 pm

AMS written as it appears

Post by corderin »

Hi,

I would like to get the symbol to get AMS written as it is always written, like \LaTeX for LaTeX or \TeX for TeX, but for AMS.

Do you know how it is?

Thank you!

Recommended reading 2024:

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

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

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

AMS written as it appears

Post by localghost »

The texlogos package provides among others the AMS logo.

Code: Select all

\documentclass[11pt]{article}
\usepackage{texlogos}

\begin{document}
  \amslogo\TeX
\end{document}
If you only want to have the AMS logo, take a look at the STY file itself and copy the according lines to your preamble.


Best regards
Thorsten¹
corderin
Posts: 77
Joined: Sun Dec 14, 2008 2:27 pm

Re: AMS written as it appears

Post by corderin »

Thank You!
Post Reply