首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >LaTeX未加载- \textstring

LaTeX未加载- \textstring
EN

Stack Overflow用户
提问于 2022-06-08 09:57:43
回答 1查看 63关注 0票数 0

目标:在我的Python项目的TPS方程 README.md中重新创建这个README.md

我想根据这个post的例子传递字符串。

尝试

代码语言:javascript
复制
\Huge \frac{{\textstring}{PD-L1 Positive Tumour Cells}}{{\textstring}{Viable Tumour Cells}}\cdot100
代码语言:javascript
复制
[\Huge \frac{{\textstring}{PD-L1 Positive Tumour Cells}}{{\textstring}{Viable Tumour Cells}}\cdot100\]
代码语言:javascript
复制
$$\Huge \frac{{\textstring}{PD-L1 Positive Tumour Cells}}{{\textstring}{Viable Tumour Cells}}\cdot100$$
代码语言:javascript
复制
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

代码语言:javascript
复制
[\Huge \frac{{\amsmath}{PD-L1 Positive Tumour Cells}}{{\amsmath}{Viable Tumour Cells}}\cdot100\]

由于我不知何故弄错了,所以还没有装货。

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2022-06-08 12:31:10

基于这个SO解

代码语言:javascript
复制
<img src="https://latex.codecogs.com/gif.latex?TPS = \frac{\text {PD-L1 Positive Tumour Cells}}{\text {Viable Tumour Cells}}\cdot100" />
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/72543688

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档