氧气方程式无法正确显示

时间:2015-05-22 15:38:01

标签: c++ latex doxygen

我在使用doxygen时遇到了一些问题。我想尝试包含一个内联公式:

class TodoListsController < ApplicationController
  def create
    render :json => { message: "You posted a message with a title of #{params[:title]}" }, :status => 200
  end
end

但html看起来像

blah blah \f$ x \in [0,1] \f$ blah blah

有谁知道为什么?如果有帮助:

blah blah \( x \in [0,1] \) blah blah

1 个答案:

答案 0 :(得分:1)

确保已安装乳胶,并验证您是否在Doxygen文件中具有以下配置:

GENERATE_LATEX         = YES
LATEX_OUTPUT           = latex
LATEX_CMD_NAME         = latex #latex command name to be called from terminal