@if($showWebPreview)
@if($stem)
{{ $stem }}
@endif
@if($optionA || $optionB || $optionC || $optionD)
@if($optionA)
A.
{{ $optionA }}
@endif
@if($optionB)
B.
{{ $optionB }}
@endif
@if($optionC)
C.
{{ $optionC }}
@endif
@if($optionD)
D.
{{ $optionD }}
@endif
@endif
@if($answer)
答案:
{{ $answer }}
@endif
@if($solution)
@endif
@endif
@if($showPdfPreview || $pdfError)
PDF 效果预览
@if($pdfUrl)
新窗口打开
@endif
@if($pdfError)
@elseif($pdfUrl)
@endif
@endif
@if(!$showWebPreview && !$showPdfPreview && !$pdfError)
在左侧输入题目内容
点击预览按钮查看渲染效果
支持的 LaTeX 格式:
$...$ 行内公式
$$...$$ 块级公式
\(...\) 行内公式(会自动转换)
\[...\] 块级公式(会自动转换)
@endif