我想在Markdown中用一个数字开始一行而不创建一个列表.
1. so my next line
will be parallel to the first
1. not indented
like this
Run Code Online (Sandbox Code Playgroud) 在Lyx中使用带有Knitr的summary()函数时出错.它之前的功能有效.
<<>>=
library(faraway)
head(teengamb)
mdl <- lm(gamble ~ sex + status, data=teengamb)
summary(mdl)
@
Run Code Online (Sandbox Code Playgroud)
我通过Lyx中的Insert Tex Code输入此代码.我刚刚测试过我可以运行摘要(teengamb)而不是摘要(mdl).这两个代码都适用于RStudio.
错误是"未定义的控制序列",描述为"\ end {verbatim} ..."