📜  \ class-Tex命令

📅  最后修改于: 2020-10-13 16:33:51             🧑  作者: Mango


名称

\ class-用于指定用于样式化数学的CSS类。

概要

{ \class #1 #2 }

选项

Input Description
#1 CSS class name (without quotes)
#2 Mathematics to be styled

描述

\ class命令用于指定CSS样式的数学类。

  1. 在HTML页眉中添加以下样式。

    .smHighlightRed {
       font-size:small;
       background-color:yellow;
       color:red;
    }
    

    在Tex命令中使用样式。

    ab\class{smHighlightRed}{cdef}gh 
    $ ab \ class {smHighlightRed} {cdef} gh $

打印