$\LaTeX$数学公式大全12
$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}$
随机推荐
- 如何用Mvc实现一个列表页面-异步加载
在接触Mvc后,开始有点觉得很累,什么都要自己做,完全没有WebForm的易用性: 大概用了一个月左右的时候,越用用顺手,就习惯了MVC的这种开发方式,灵活,简洁: 当初学习MVC,网上看资料,都是讲 ...
- 1、传统身份验证和JWT的身份验证
1.传统身份验证和JWT的身份验证 传统身份验证: HTTP 是一种没有状态的协议,也就是它并不知道是谁是访问应用.这里我们把用户看成是客户端,客户端使用用户名还有密码通过了身份验证,不过 ...
- Hive SQL查询效率提升之Analyze方案的实施
0.简介 Analyze,分析表(也称为计算统计信息)是一种内置的Hive操作,可以执行该操作来收集表上的元数据信息.这可以极大的改善表上的查询时间,因为它收集构成表中数据的行计数,文件计数和文件大小 ...
- svn安装方法
1.下载site-1.6.5svn插件 2.
- 帝国cms 从数据库删除端口
phome_enewsmoreport 这个表控制着帝国cms多端口.
- 1 .net中自定义事件的步骤
1 申明一个自定义的类并且继承事件的基类 public class ClientSocketModelConnectedEvent:EventArgs { private string param; ...
- eclipse 导入外面的jar
Eclipse中导入外部jar包 听语音 | 浏览:52620 | 更新:2014-12-07 20:59 | 标签:eclipse 1 2 3 4 5 6 7 分步阅读 在编写java代码时,为方便 ...
- 转载--Java中的PO、DO、DTO、 VO的概念
Java中的PO.DO.DTO. VO的概念 写的很清晰,学习了.
- (九)How to use the audio gadget driver
Contents [hide] 1 Introduction 2 Audio Gadget Driver 1.0 2.1 Enabling the audio gadget driver 2.2 U ...
- Successor HDU - 4366 (预处理,线段树,dfs序)
Successor HDU - 4366 Sean owns a company and he is the BOSS.The other Staff has one Superior.every s ...