No puedo diseñar el teorema con ntheorem y mathdesign

No puedo diseñar el teorema con ntheorem y mathdesign

El siguiente código no me proporciona ningún estilo para el teorema.

\documentclass[12pt,a4paper]{article}
\usepackage{russ}
\usepackage[cp1251]{inputenc}
\usepackage[ukrainian,russian]{babel}
\usepackage[left=3cm,right=3cm,top=3cm,bottom=3cm]{geometry}
\usepackage{mathtools}
\usepackage[OMLmathrm,OMLmathbf]{isomath}
\usepackage{amsmath}
\usepackage[amsmath]{ntheorem}
\usepackage[bitstream-charter]{mathdesign}


\newtheorem{lem}{Лема}

\begin{document}

\begin{lem}
За умов (5) для довільного $s \in (0,1)$ рівняння
\begin{equation}\label{6}
  sf(k)=\mu
\end{equation}
має єдиний розв'язок $k_{s}>0.\\$
\end{lem}

\end{document}

ingrese la descripción de la imagen aquí

Respuesta1

La bitstream-charteropción mathdesignno proporciona fuentes cirílicas.

Recibes algunas advertencias

LaTeX Font Warning: Font shape `T2A/mdbch/m/n' undefined
(Font)              using `T2A/cmr/m/n' instead on input line 3.

LaTeX Font Warning: Font shape `T2A/mdbch/m/n' undefined
(Font)              using `OT1/cmr/m/n' instead on input line 15.

LaTeX Font Warning: Font shape `T2A/mdbch/m/it' undefined
(Font)              using `T2A/mdbch/m/n' instead on input line 17.

LaTeX Font Warning: Font shape `T2A/mdbch/b/n' undefined
(Font)              using `T2A/mdbch/m/n' instead on input line 18.

lo que significa exactamente lo que dije: T2Aes la codificación para cirílico y la mdbchfamilia de fuentes (Bitstream Charter) no tiene ninguna fuente para ello.

Si eliminas la carga de mathdesign, obtienes

ingrese la descripción de la imagen aquí

Creo queNoLa fuente que viene mathdesigntiene fuentes cirílicas.

información relacionada