📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)

編集の要約なし
タグ: 手動差し戻し
編集の要約なし
23行目: 23行目:
/* 数式は黒文字で描画するため、ダークモードを使用している場合、見えにくい可能性がある */
/* 数式は黒文字で描画するため、ダークモードを使用している場合、見えにくい可能性がある */
/* この時、CSSを以下に示すように記述することにより、数式画像の明るさを反転させることができる */
/* この時、CSSを以下に示すように記述することにより、数式画像の明るさを反転させることができる */
/*.mwe-math-fallback-image-inline, .mwe-math-fallback-image-display {*/
.mwe-math-fallback-image-inline, .mwe-math-fallback-image-display {
    color: #ff0000 !important;
  background-color: #FEFEFE !important;
  border: solid 2px #5050C0;
    font-family: "Latin Modern Math";
    font-weight: bold;
     /*filter: hue-rotate(180deg) invert(1);*/
     /*filter: hue-rotate(180deg) invert(1);*/
     /*color: #ff0000 !important;*/
     /*display: none !important;*/
/*    font-weight: bold;*/
/*  background-color: #FEFEFE !important;*/
/*  border: solid 2px #5050C0;*/
/*    font-family: "Latin Modern Math";*/
/*    display: none !important;*/
/*}*/
 
.mwe-math-mathml-a11y {
    clip: auto !important;
    overflow: visible !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    opacity: 1 !important;
}
}


.mwe-math-fallback-image-inline,
/*.mwe-math-mathml-a11y {*/
.mwe-math-fallback-image-display {
/*    clip: auto !important;*/
    display: none !important;
/*    overflow: visible !important;*/
}
/*    position: static !important;*/
/*    width: auto !important;*/
/*    height: auto !important;*/
/*    opacity: 1 !important;*/
/*}*/


mtext {
mtext {
54行目: 49行目:
     font-family: Latin Modern Math !important;
     font-family: Latin Modern Math !important;
}
}
/*.mwe-math-fallback-image-inline pre, .mwe-math-fallback-image-display pre {*/
/*    filter: hue-rotate(180deg) invert(1);*/
/*  background-color:  #C0C0C0 !important;*/
/*    font-family: "Latin Modern Math";*/
/*}*/


pre {
pre {