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

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

User avatar
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