weaker
02-08-2010, 10:05
Hallo zusammen,
nach dem Laden des fourier-Pakets stelle ich fest, dass fourier anscheinend für mathcal die rsfs-Fonts verwendet und auch die mathbb Schrift hat fourier geändert.
Ich habe versucht über
%\DeclareSymbolFont{AMSa}{U}{msa}{m}{n}
%\DeclareSymbolFont{AMSb}{U}{msb}{m}{n}
%\DeclareSymbolFontAlphabet{\mathbb}{AMSb}
die alten mathbb aus den amsmath-Zeichen zu bekommen, aber das hat nicht funktioniert.
Von der Latin Modern Calligraphic konnte ich nichtmal die Berry-Namen finden um einen ähnlichen Befehl wie oben auszuprobieren.
Wie kann ich mathcal und mathbb wieder so bekommen, wie sie sind, wenn einfach nur lmodern geladen wird? Ich suche etwas ähnliches wie bei Text, wo ich mit
\renewcommand{\ttdefault}{lmtt}
auch eine Schrift meiner Wahl aussuchen kann.
Und wenn wir grad noch bei möglicherweise unerfüllbaren Wünschen sind: Wenn ich dann auch noch eucal mit mathscr-Option laden könnte (überschreibt nicht mathcal, sondern stellt mathscr zur Verfügun) ohne einen "too many math alphabets in version normal" Fehler zu bekommen wäre das klasse :-)
Hier auch ein lauffähiges Beispiel, wenn auch kein Minimalbeispiel.
\documentclass[%
%draft, %
final, %
paper=a4,%
paper=portrait, %
pagesize=auto, %
fontsize=11pt,%
version=last, %
]{scrbook} %
\usepackage[latin9]{inputenc} %%latin9 mit Eurozeichen und Ligaturen
\usepackage[ngerman]{babel}
\usepackage{lmodern}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{dsfont}
\usepackage{fourier}
%\usepackage[%
%%mathscr%
%]{eucal}
%\DeclareSymbolFont{AMSa}{U}{msa}{m}{n}
%\DeclareSymbolFont{AMSb}{U}{msb}{m}{n}
%\DeclareSymbolFontAlphabet{\mathbb}{AMSb}
\usepackage{bm}
\setkomafont{sectioning}{\normalcolor\bfseries}
\usepackage{nicefrac}
\usepackage{bm}
\usepackage{microtype}
\pagestyle{empty}
\begin{document}
\section{Mathezeugs}
\begin{align}
\text{normal\quad} & ABCDEFGHIJKLMNOPQRSTUVWXYZ \notag \\%
& abcdefghijklmnopqrstuvwxyz\\
& \wp\Re\Im \propto\ell\nabla\partial\infty\propto\jmath\imath \emptyset\\%
& \hat{x},\tilde{x},\check{x},\acute{x},\breve{x},\g rave{x},\vec{x},\bar{x},\dot{x},\ddot{x},\not{x},\ widehat{abcd},\widetilde{abcd}\\%
\text{bold\quad} & \bm{ABCDEFGHIJKLMNOPQRSTUVWXYZ} \notag \\ %
& \bm{abcdefghijklmnopqrstuvwxyz} \\%
& \bm{\wp\Re\Im \propto\ell\nabla\partial\infty\propto\jmath\imath }\\%
\text{mathrm Textschrift\quad} &\mathrm{ABCDEFGHIJKLMNOPQRSTUVWXYZ} \notag\\%
& \mathrm{abcdefghijklmnopqrstuvwxyz}\\%
\text{mathbf Textschrift\quad} &\mathbf{ABCDEFGHIJKLMNOPQRSTUVWXYZ} \notag \\%
& \mathbf{abcdefghijklmnopqrstuvwxyz}\\%
\text{mathsf\quad} &\mathsf{ABCDEFGHIJKLMNOPQRSTUVWXYZ} \notag \\%
& \mathsf{abcdefghijklmnopqrstuvwxyz}\\%
\end{align}
\begin{align}
\text{greek\quad} & \alpha\beta\gamma\delta\{\epsilon \varepsilon\}\zeta\eta\{\theta\vartheta\}\iota\kap pa\lambda\mu\nu\xi\{\pi\varpi\}\{\rho\varrho\}\{\s igma\varsigma\}\tau\{\phi\varphi\}\chi\psi\omega,\ upsilon \notag\\%
& \Gamma\Delta \Theta \Lambda \Xi \Pi \Sigma \Phi \Psi\Omega\Upsilon\\
& \boldsymbol{\alpha\beta\gamma\delta\{\epsilon \varepsilon\}\zeta\eta\{\theta\vartheta\}\iota\kap pa\lambda\mu\nu\xi\{\pi\varpi\}\{\rho\varrho\}\{\s igma\varsigma\}\tau\{\phi\varphi\}\chi\psi\omega,\ upsilon} \notag \\%
& \boldsymbol{\Gamma\Delta \Theta \Lambda \Xi \Pi \Sigma \Phi \Psi\Omega\Upsilon}\\%
% & \boldsymbol{\upGamma\upDelta \upTheta \upLambda \upXi \upPi \upSigma \upPhi \upPsi\upOmega\upUpsilon}\\ % %%nur Euler und mathpazo
\text{mathfrak\quad} & \mathfrak{ABCDEFGHIJKLMNOPQRSTUVWXYZ} \notag\\%
& \mathfrak{abcdefghijklmnopqrstuvwxyz}\quad\mathfra k{0123456789} \notag \\%
& \boldsymbol{\mathfrak{ABCDEFGHIJKLMNOPQRSTUVWXYZ}} \notag\\%
& \boldsymbol{\mathfrak{abcdefghijklmnopqrstuvwxyz}\ quad\mathfrak{0123456789}}\\%
\text{mathcal\quad} & \mathcal{ABCDEFGHIJKLMNOPQRSTUVWXYZ} \notag\\%
& \boldsymbol{\mathcal{ABCDEFGHIJKLMNOPQRSTUVWXYZ}} \notag \\ %
\text{mathbb\quad} & \mathbb{1ABCDEFGHIJKLMNOPQRSTUVWXYZ} \notag \\%
& \boldsymbol{\mathbb{1ABCDEFGHIJKLMNOPQRSTUVWXYZ}} \\%
\text{mathds\quad} & \mathds{ABCDEFGHIJKLMNOPQRSTUVWXYZ} \notag \\%
& \boldsymbol{\mathds{ABCDEFGHIJKLMNOPQRSTUVWXYZ}}\\ %
& \pmb{\mathds{ABCDEFGHIJKLMNOPQRSTUVWXYZ}} \\% Poor man's bold. Emergency use only!
\end{align}
\end{document}
nach dem Laden des fourier-Pakets stelle ich fest, dass fourier anscheinend für mathcal die rsfs-Fonts verwendet und auch die mathbb Schrift hat fourier geändert.
Ich habe versucht über
%\DeclareSymbolFont{AMSa}{U}{msa}{m}{n}
%\DeclareSymbolFont{AMSb}{U}{msb}{m}{n}
%\DeclareSymbolFontAlphabet{\mathbb}{AMSb}
die alten mathbb aus den amsmath-Zeichen zu bekommen, aber das hat nicht funktioniert.
Von der Latin Modern Calligraphic konnte ich nichtmal die Berry-Namen finden um einen ähnlichen Befehl wie oben auszuprobieren.
Wie kann ich mathcal und mathbb wieder so bekommen, wie sie sind, wenn einfach nur lmodern geladen wird? Ich suche etwas ähnliches wie bei Text, wo ich mit
\renewcommand{\ttdefault}{lmtt}
auch eine Schrift meiner Wahl aussuchen kann.
Und wenn wir grad noch bei möglicherweise unerfüllbaren Wünschen sind: Wenn ich dann auch noch eucal mit mathscr-Option laden könnte (überschreibt nicht mathcal, sondern stellt mathscr zur Verfügun) ohne einen "too many math alphabets in version normal" Fehler zu bekommen wäre das klasse :-)
Hier auch ein lauffähiges Beispiel, wenn auch kein Minimalbeispiel.
\documentclass[%
%draft, %
final, %
paper=a4,%
paper=portrait, %
pagesize=auto, %
fontsize=11pt,%
version=last, %
]{scrbook} %
\usepackage[latin9]{inputenc} %%latin9 mit Eurozeichen und Ligaturen
\usepackage[ngerman]{babel}
\usepackage{lmodern}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{dsfont}
\usepackage{fourier}
%\usepackage[%
%%mathscr%
%]{eucal}
%\DeclareSymbolFont{AMSa}{U}{msa}{m}{n}
%\DeclareSymbolFont{AMSb}{U}{msb}{m}{n}
%\DeclareSymbolFontAlphabet{\mathbb}{AMSb}
\usepackage{bm}
\setkomafont{sectioning}{\normalcolor\bfseries}
\usepackage{nicefrac}
\usepackage{bm}
\usepackage{microtype}
\pagestyle{empty}
\begin{document}
\section{Mathezeugs}
\begin{align}
\text{normal\quad} & ABCDEFGHIJKLMNOPQRSTUVWXYZ \notag \\%
& abcdefghijklmnopqrstuvwxyz\\
& \wp\Re\Im \propto\ell\nabla\partial\infty\propto\jmath\imath \emptyset\\%
& \hat{x},\tilde{x},\check{x},\acute{x},\breve{x},\g rave{x},\vec{x},\bar{x},\dot{x},\ddot{x},\not{x},\ widehat{abcd},\widetilde{abcd}\\%
\text{bold\quad} & \bm{ABCDEFGHIJKLMNOPQRSTUVWXYZ} \notag \\ %
& \bm{abcdefghijklmnopqrstuvwxyz} \\%
& \bm{\wp\Re\Im \propto\ell\nabla\partial\infty\propto\jmath\imath }\\%
\text{mathrm Textschrift\quad} &\mathrm{ABCDEFGHIJKLMNOPQRSTUVWXYZ} \notag\\%
& \mathrm{abcdefghijklmnopqrstuvwxyz}\\%
\text{mathbf Textschrift\quad} &\mathbf{ABCDEFGHIJKLMNOPQRSTUVWXYZ} \notag \\%
& \mathbf{abcdefghijklmnopqrstuvwxyz}\\%
\text{mathsf\quad} &\mathsf{ABCDEFGHIJKLMNOPQRSTUVWXYZ} \notag \\%
& \mathsf{abcdefghijklmnopqrstuvwxyz}\\%
\end{align}
\begin{align}
\text{greek\quad} & \alpha\beta\gamma\delta\{\epsilon \varepsilon\}\zeta\eta\{\theta\vartheta\}\iota\kap pa\lambda\mu\nu\xi\{\pi\varpi\}\{\rho\varrho\}\{\s igma\varsigma\}\tau\{\phi\varphi\}\chi\psi\omega,\ upsilon \notag\\%
& \Gamma\Delta \Theta \Lambda \Xi \Pi \Sigma \Phi \Psi\Omega\Upsilon\\
& \boldsymbol{\alpha\beta\gamma\delta\{\epsilon \varepsilon\}\zeta\eta\{\theta\vartheta\}\iota\kap pa\lambda\mu\nu\xi\{\pi\varpi\}\{\rho\varrho\}\{\s igma\varsigma\}\tau\{\phi\varphi\}\chi\psi\omega,\ upsilon} \notag \\%
& \boldsymbol{\Gamma\Delta \Theta \Lambda \Xi \Pi \Sigma \Phi \Psi\Omega\Upsilon}\\%
% & \boldsymbol{\upGamma\upDelta \upTheta \upLambda \upXi \upPi \upSigma \upPhi \upPsi\upOmega\upUpsilon}\\ % %%nur Euler und mathpazo
\text{mathfrak\quad} & \mathfrak{ABCDEFGHIJKLMNOPQRSTUVWXYZ} \notag\\%
& \mathfrak{abcdefghijklmnopqrstuvwxyz}\quad\mathfra k{0123456789} \notag \\%
& \boldsymbol{\mathfrak{ABCDEFGHIJKLMNOPQRSTUVWXYZ}} \notag\\%
& \boldsymbol{\mathfrak{abcdefghijklmnopqrstuvwxyz}\ quad\mathfrak{0123456789}}\\%
\text{mathcal\quad} & \mathcal{ABCDEFGHIJKLMNOPQRSTUVWXYZ} \notag\\%
& \boldsymbol{\mathcal{ABCDEFGHIJKLMNOPQRSTUVWXYZ}} \notag \\ %
\text{mathbb\quad} & \mathbb{1ABCDEFGHIJKLMNOPQRSTUVWXYZ} \notag \\%
& \boldsymbol{\mathbb{1ABCDEFGHIJKLMNOPQRSTUVWXYZ}} \\%
\text{mathds\quad} & \mathds{ABCDEFGHIJKLMNOPQRSTUVWXYZ} \notag \\%
& \boldsymbol{\mathds{ABCDEFGHIJKLMNOPQRSTUVWXYZ}}\\ %
& \pmb{\mathds{ABCDEFGHIJKLMNOPQRSTUVWXYZ}} \\% Poor man's bold. Emergency use only!
\end{align}
\end{document}