Fix: Es kann nicht schaden, das Paket auch zu laden ;).

This commit is contained in:
dennis 2010-06-07 15:06:16 +00:00
parent 616d9506f1
commit a97c6059a9
1 changed files with 43 additions and 47 deletions

View File

@ -1,48 +1,44 @@
\documentclass{article} \documentclass{article}
\usepackage{xltxtra} % lädt auch fixltx2e, etex, fontspec, xunicode … \usepackage{xltxtra} % lädt auch fixltx2e, etex, fontspec, xunicode …
\setmainfont{Cambria} % Grundschrift für den normalen Text:
\setmathfont{Cambria Math} \setmainfont{Cambria}
\usepackage{polyglossia} % Lade unicode-math und einen passende Mathematikschrift:
\setdefaultlanguage[spelling=new, latesthyphen=true]{german} \usepackage{unicode-math}
\setmathfont{Cambria Math}
% \mathrel \mathord \mathalpha
\UnicodeMathSymbol{"02026}{\ldots }{\mathpunct}{Horizontal ellipsis} % Statt babel:
\UnicodeMathSymbol{"000E8}{\grave{e} }{}{LATIN SMALL LETTER E WITH GRAVE} \usepackage{polyglossia}
\UnicodeMathSymbol{"000E9}{\acute{e} }{}{LATIN SMALL LETTER E WITH ACUTE} \setdefaultlanguage[spelling=new, latesthyphen=true]{german}
\UnicodeMathSymbol{"00117}{\dot{e} }{}{LATIN SMALL LETTER E WITH DOT ABOVE}
\UnicodeMathSymbol{"00113}{\bar{e} }{}{LATIN SMALL LETTER E WITH MACRON}
%\UnicodeMathSymbol{"01E9E}{\SS }{}{LATIN CAPITAL LETTER SHARP S} \begin{document}
%\UnicodeMathSymbol{"003A3}{\sum }{\mathop}{GREEK CAPITAL LETTER SIGMA}
\title{Einstieg in das \emph{unicode-math} Paket}
\author{http://neo-layout.org/}
\maketitle
\begin{document}
\section{Unicode im Mathematik-Modus benutzen}
\title{Das Packet \emph{unicode-math«}} \XeLaTeX\ versteht die direkte Eingabe von Unicode-Zeichen wie äöüß, αβδε oder ∞∫ ¡und das mit Hilfe des Paketes \emph{unicode-math} auch im Mathematik-Modus! Man kann also anstatt wie bisher
\[ \forall \epsilon>0 \exists \delta>0 \forall 1 \geq\Delta\geq0: \infty>\epsilon,\delta,\delta+\Delta>0, \mathbf{0\leq\Delta\leq1} \]
auch einfach
\section{Unicode im Mathematik-Modus benutzen} \[ ∀ ε>0 ∃ δ>01≥Δ≥0: ∞>ε,δ,δ+Δ>0, \mathbf{0≤Δ≤1} \]
\XeLaTeX\ versteht die direkte Eingabe von Unicode-Zeichen wie äöüß, αβδε oder ∞∫ ¡und das mit Hilfe des Paketes \emph{unicode-math} auch im Mathematik-Modus! Man kann also anstatt wie bisher eingeben.
\[ \forall \varepsilon>0 \exists \delta>0 \forall 1 \geq\Delta\geq0: \infty>\varepsilon,\delta,\delta+\Delta>0, \mathbf{0\leq\Delta\leq1} \]
auch einfach \section{Diverse Tests}
\[ ∀ ε>0 ∃ δ>01≥Δ≥0: ∞>ε,δ,δ+Δ>0, \mathbf{0≤Δ≤1} \] Interpretation von doppeldeutigen Zeichen:
eingeben. \[ Σ=\Sigma\sum, Π=\Pi\prod, \sum_{δ=0}^Ψ, ∫_a^b, \int_aˆb… \]
\section{Diverse Tests} Behandlung in der aktuellen Schrift unbekannter Zeichen: PREUẞEN vs.
Interpretation von doppeldeutigen Zeichen: \[ PREUẞEN \]
\[ Σ=\Sigma\sum, Π=\Pi\prod, \sum_{δ=0}^Ψ, ∫_a^b, \int_aˆb… \]
Auszeichnungen:
Behandlung in der aktuellen Schrift unbekannter Zeichen: PREUẞEN vs. \[ \sin(π) ≠ E, \mathbf{\sin(π) ≠ E,} \]
\[ PREUẞEN \]
Diakritische Zeichen:
Auszeichnungen: \[ α_1, α_2, …, α_n, é è ē ė \hat{a}, , , ⇋↓⇌←†→↑≪∩≫⊂∊⊃≤∪≥⊃∊⊂≠±× \]
\[ \sin(π) ≠ E, \mathbf{\sin(π) ≠ E,} \]
Diakritische Zeichen:
\[ α_1, α_2, …, α_n, é è ē ė \hat{a}, , , ⇋↓⇌←†→↑≪∩≫⊂∊⊃≤∪≥⊃∊⊂≠±× \]
\end{document} \end{document}