$12\ Font\ sizes$

${\displaystyle \int f^{-1}(x-x_a)\,dx}$  {\displaystyle \int f^{-1}(x-x_a)\,dx}

${\textstyle \int f^{-1}(x-x_a)\,dx}$  {\textstyle \int f^{-1}(x-x_a)\,dx}

${\scriptstyle \int f^{-1}(x-x_a)\,dx}$  {\scriptstyle \int f^{-1}(x-x_a)\,dx}

${\scriptscriptstyle \int f^{-1}(x-x_a)\,dx}$  {\scriptscriptstyle \int f^{-1}(x-x_a)\,dx}

\tiny$=\tiny{smallest}$

\scriptsize$=\scriptsize{very small}$

\small$=\small{small}$

\normalsize$=\normalsize{normal}$

\large$=\large{large}$

\Large$=\Large{Large}$

\LARGE$=\LARGE{LARGE}$

\huge$=\huge{huge}$

\Huge$=\Huge{Huge}$

随机推荐

  1. 【原创】大叔经验分享(65)spark读取不到hive表

    spark 2.4.3 spark读取hive表,步骤: 1)hive-site.xml hive-site.xml放到$SPARK_HOME/conf下 2)enableHiveSupport Sp ...

  2. linq to xml运用示例

    代码: using System; using System.Collections.Generic; using System.Linq; using System.Web; using Syste ...

  3. vue导航栏制作

    1,在components新建commnn目录,然后再新建nav目录,在此目录下新建nav-bottom.vue文件和nav-item.vue文件 2,nav-bottom.vue中的内容: < ...

  4. 实现div可以调整高度(div实现resize)

    实现div可以调整高度(div实现resize) 一.div 实现resize(类似textarea) 代码如下: <!DOCTYPE html> <html> <hea ...

  5. tensorflow-解决3个问题

    问题一:对特征归一化 Min-Max Scaling: X′=a+(X−Xmin)(b−a)/(Xmax−Xmin) # Problem 1 - Implement Min-Max scaling f ...

  6. Shiro学习笔记总结,附加" 身份认证 "源码案例(一)

    Shiro学习笔记总结 内容介绍: 一.Shiro介绍 二.subject认证主体 三.身份认证流程 四.Realm & JDBC reaml介绍 五.Shiro.ini配置介绍 六.源码案例 ...

  7. redis编译和安装出现错误

    redis编译到时候出现错误,记录一下原因 1.下载redis,https://redis.io/download ,一般选择稳定版本,稳定版的版本号是偶数,当前最新版本是5.0.4,Linux可直接 ...

  8. js遍历数组随机返回指定的数组结果

    ////随机生成数组中自定义的个数返回一个字符串数组    function getArrayItems(arr, num) {        //新建一个数组,将传入的数组复制过来,用于运算,而不要 ...

  9. 在RecyclerView中集成QQ汽泡二

    上次已经将GooView集成到RecyclerView当中了[http://www.cnblogs.com/webor2006/p/7787511.html],但是目前还有很多问题,下面先来运行看一下 ...

  10. USRPX310 在GNU Radio上更改通道A或B

    UHD:USRP sink和USRP source默认是A通道发射接收.或设置 Mb0:Subdev Spec: A:0 更改为B通道收发:设置 Mb0:Subdev Spec: B:0