在书的方程式参考中,\ tag不能与(\ #eq:label)一起使用

时间:2019-04-12 12:52:01

标签: r r-markdown bookdown

问题

我正在用书本写一篇论文。我想给一个方程式一个特殊的名称(例如“ R”),然后再引用它。但是,等式不能以html格式呈现。

\begin{equation}
    \tag{$\mathrm{R}$}
    V_1 \ge \hat{U}_1 \text{ with the equality if and only if }x =1
    (\#eq:R)    
\end{equation}

尝试失败

我试图(i)将\tag放在等式环境中的不同位置,并且(ii)取消缩进。但是都失败了。好像我使用了两个标记命令,如下图所示:

gitbook output

备注:pdf输出没有问题。

PDF output

bookdown

的信息

xfun::session_info('bookdown')

> R version 3.5.2 (2018-12-20)
> Platform: x86_64-w64-mingw32/x64 (64-bit)
> Running under: Windows 10 x64 (build 17134), RStudio 1.2.1335
> 
> Locale:
>   LC_COLLATE=Chinese (Simplified)_China.936 
>   LC_CTYPE=Chinese (Simplified)_China.936   
>   LC_MONETARY=Chinese (Simplified)_China.936
>   LC_NUMERIC=C                              
>   LC_TIME=Chinese (Simplified)_China.936    
> 
> Package version:
>   base64enc_0.1.3 bookdown_0.9    digest_0.6.18   evaluate_0.13  
>   glue_1.3.1      graphics_3.5.2  grDevices_3.5.2 highr_0.8      
>   htmltools_0.3.6 jsonlite_1.6    knitr_1.22      magrittr_1.5   
>   markdown_0.9    methods_3.5.2   mime_0.6        Rcpp_1.0.1     
>   rmarkdown_1.12  stats_3.5.2     stringi_1.4.3   stringr_1.4.0  
>   tinytex_0.12    tools_3.5.2     utils_3.5.2     xfun_0.6       
>   yaml_2.2.0 

0 个答案:

没有答案