3
我試圖增加LaTeX的方程是通過使用通過使用在終端中輸入以下命令谷歌圖表API Pandoc輸出的大小:使用Pandoc的Webtex URI更大的乳膠方程
pandoc -s --webtex=http://chart.apis.google.com/chart?cht=tx&chs=500&chf=bg,s,FFFFFF00&chl= --self-contained test.Rmd -o test.html
然而, LaTeX代碼的輸出沒有變化(它的大小沒有增加),實際上當我查看呈現的html文件段(其中$\frac{1}{x}$
是)我看到的圖像源標籤是:
<img style="vertical-align:middle" src="http://chart.apis.google.com/chart?cht=tx%5Cfrac%7B1%7D%7Bx%7D" alt="\frac{1}{x}" title="\frac{1}{x}" />
我在哪裏使用--webtex[=URL]
incorrec TLY?