#set($secid = 'noSec') ##输出英文段落还是输出中文段落 #set($showZhOrEn = 'en') #foreach($section in $secList) #if($section.language == 'zh') #set($showZhOrEn = 'zh') #end #end ## 遍历章节列表 #foreach($section in $secList) ##中文全文只输出中文全文内容 #if($section.language == 'zh') ## 输出章节标题 start #if((${section.title} && ${section.title} !="") || (${section.serialNum} && $section.serialNum !="")) #if($section.level == 1) #set($secid = $section.id) #elseif($section.level == 2) #elseif($section.level == 3)
#if(${section.serialNum} && $section.serialNum !="")$!{section.serialNum}  #end #if(${section.title} && ${section.title} !="")$stringUtils.convertMathHtml($!{section.title})#end
#end #end ##输出章节标题 end ##输出章节下的段落内容start #foreach($contentEle in ${section.paraContents}) ##普通段落 #if("para" == ${contentEle.paraType})

$stringUtils.convertMathHtml($!{contentEle.paraContent})

#end #if("formula" == ${contentEle.paraType}) ##如果包含公式 #if($stringUtils.isNumber(${contentEle.tagId})) #if(${contentEle.tagId} && ${contentEle.tagId} !="") #end #else #if(${contentEle.labelText} && ${contentEle.labelText} !="") #end #end
$stringUtils.convertMathHtml($!{contentEle.paraContent}) (${contentEle.tagId}) ${contentEle.labelText}
#end ##图段落 #if("fig" == ${contentEle.paraType})
#if(${contentEle.contentTitleCn} && ${contentEle.contentTitleCn} != "") #set($figTitle = "图 "+${contentEle.labelText}+" "+${contentEle.contentTitleCn}) #if(${contentEle.contentTitleEn} && ${contentEle.contentTitleEn} != "") #set($figTitle = $figTitle + "<br>Figure "+${contentEle.labelText}+". "+${contentEle.contentTitleEn}) #end #elseif(${contentEle.contentTitleEn} && ${contentEle.contentTitleEn} != "") #set($figTitle = "Figure "+${contentEle.labelText}+". "+${contentEle.contentTitle}) #else #set($figTitle = "") #end
##中文图题 #if(${contentEle.contentTitle} && ${contentEle.contentTitle} != "")
#if($stringUtils.isNotSupplementary($!{contentEle.tagId})) 图  #end ${contentEle.labelText}  $stringUtils.convertMathHtml($!{contentEle.contentTitle})
#end ##图注释 #if(${contentEle.contentAltCn} && ${contentEle.contentAltCn} != "")
$stringUtils.convertMathHtml($!{contentEle.contentAltCn})
#end ##英文图题 #if(${contentEle.contentTitleEn} && ${contentEle.contentTitleEn} != "")
#if($stringUtils.isNotSupplementary($!{contentEle.tagId})) Figure  #end ${contentEle.labelText}.  $stringUtils.convertMathHtml($!{contentEle.contentTitleEn})
#end ##图注释 #if(${contentEle.contentAltEn} && ${contentEle.contentAltEn} != "")
$stringUtils.convertMathHtml($!{contentEle.contentAltEn})
#end
##下拉显示
下载: 全尺寸图片 幻灯片
##下拉显示
#end ##表段落 #if("table" == ${contentEle.paraType})
#if(${contentEle.contentTitleCn} && ${contentEle.contentTitleCn} != "") #set($tableTitle = "表 "+${contentEle.labelText}+" "+${contentEle.contentTitleCn}) #if(${contentEle.contentTitleEn} && ${contentEle.contentTitleEn} != "") #set($tableTitle = $tableTitle + "<br>Table "+${contentEle.labelText}+". "+${contentEle.contentTitleEn}) #end #elseif(${contentEle.contentTitleEn} && ${contentEle.contentTitleEn} != "") #set($tableTitle = "Table "+${contentEle.labelText}+". "+${contentEle.contentTitle}) #else #set($tableTitle = "") #end
##中文 #if(${contentEle.contentTitle} && ${contentEle.contentTitle} != "")
#if($stringUtils.isNotSupplementary($!{contentEle.tagId})) 表  #end ${contentEle.labelText}  $stringUtils.convertMathHtml($!{contentEle.contentTitle})
#end ## 英文 #if(${contentEle.contentTitleEn} && ${contentEle.contentTitleEn} != "")
#if($stringUtils.isNotSupplementary($!{contentEle.tagId})) Table  #end ${contentEle.labelText}.  $stringUtils.convertMathHtml($!{contentEle.contentTitleEn})
#end
$stringUtils.convertMathHtml($!{contentEle.paraContent})
## 下拉显示
下载: 导出CSV 
| 显示表格
#end ## box段落 #if("box" == ${contentEle.paraType}) #if(${contentEle.contentTitle} && ${contentEle.contentTitle} != "")

$stringUtils.convertMathHtml($!{contentEle.contentTitle})

#end

$stringUtils.convertMathHtml($!{contentEle.paraContent})

#end #end #end ## 输出章节下的段落内容end #end ## 致谢 #set($ackTitle = "") #foreach($ackVo in ${ackList}) #if(${ackVo.title} && ${ackVo.title}!="") #end #foreach($paraVo in ${ackVo.paraContents}) $stringUtils.convertMathHtml($!{paraVo.paraContent}) #end #end ## 脚注 #set($footTitle = "") #foreach($footVo in ${footList}) #if(${footVo.title} && ${footVo.title} != "") #if($footTitle != $!{footVo.title}) #set($footTitle = $!{footVo.title}) #end #foreach($paraVo in $footVo.paraContents)

$stringUtils.convertMathHtml($!{paraVo.paraContent})

#end #end #end