Kapitel 10

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

Kapitel 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
Copyright $Id: chapter11.html 20 2026-08-23 12:41:22Z root $