我在使用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
答案 0 :(得分:1)
确保已安装乳胶,并验证您是否在Doxygen文件中具有以下配置:
GENERATE_LATEX = YES
LATEX_OUTPUT = latex
LATEX_CMD_NAME = latex #latex command name to be called from terminal