Kapitel/Chapter 10

Beispiele/Examples für/for "Mathematiksatz mit LaTeX"/"Typesetting mathematics with LaTeX"

Kapitel/Chapter 11

11.1 Choose a symbol from another font

\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{mathptmx}
\DeclareSymbolFont{Symbols}{OMS}{zplm}{m}{n}% Palatino
\DeclareMathSymbol{\Infty}{\mathord}{Symbols}{"31}
\begin{document}
\Huge$\infty$ $\Infty$
\end{document}

Zurück zur Hauptseite/Back to main page
Copyright $Id: chapter11.html 58 2023-09-05 18:20:44Z voss $