目标:在我的Python项目的TPS方程 README.md中重新创建这个README.md。
我想根据这个post的例子传递字符串。
尝试
\Huge \frac{{\textstring}{PD-L1 Positive Tumour Cells}}{{\textstring}{Viable Tumour Cells}}\cdot100[\Huge \frac{{\textstring}{PD-L1 Positive Tumour Cells}}{{\textstring}{Viable Tumour Cells}}\cdot100\]$$\Huge \frac{{\textstring}{PD-L1 Positive Tumour Cells}}{{\textstring}{Viable Tumour Cells}}\cdot100$$math :
<p align="center">
<img src="https://render.githubusercontent.com/render/math?math=\Huge \frac{{\textstring}{PD-L1 Positive Tumour Cells}}{{\textstring}{Viable Tumour Cells}}\cdot100">
</p>我也试过\amsmath
[\Huge \frac{{\amsmath}{PD-L1 Positive Tumour Cells}}{{\amsmath}{Viable Tumour Cells}}\cdot100\]由于我不知何故弄错了,所以还没有装货。
发布于 2022-06-08 12:31:10
基于这个SO解。
<img src="https://latex.codecogs.com/gif.latex?TPS = \frac{\text {PD-L1 Positive Tumour Cells}}{\text {Viable Tumour Cells}}\cdot100" />https://stackoverflow.com/questions/72543688
复制相似问题