我希望让我的rmd文件运行不同的代码,具体取决于我是编译为html还是编译为pdf。
更具体地说,我想加载乳胶包public String mySendMessage(String body) {
....
if(body.length > MAX_ALLOWED) ..
throw new Exception.. or log.. or other
else
producer.send(session.createTextMessage(body));
。如果我想编译为html,我使用命令=IIF((Parameters!CountryList.Value in (1,2,20,21), true,false))
。如果我想加载到pdf,我会进入我的yaml并使用enclose
。
如果我可以根据编译方法运行不同的代码,如果我正在编译HTML,我不仅可以加载$$\require{enclose}$$
,而且还可以定义我的宏以使用正确的函数(来自header-includes: \usepackage{actuarialangle}
}或enclose
)。