我正在尝试将Rnw
文件编织成PDF格式。使用ess-noweb
模式,我可以编织并查看pdf,但使用polymode
,我可以使用名称filename [woven] .tex编织到tex,但无法查看pdf。我是否需要再次打开tex文件并进行编译或有直接的方法吗?
答案 0 :(得分:1)
使用polymode
将Rnw导出为var result = commaSeparatedString.Split(new char[] { ',' }, StringSplitOptions.RemoveEmptyEntries)
.Select(s => new { didConvert = int.TryParse(s.TrimNullProtection(), out convertedInt), convertedValue = convertedInt })
.Where(w => w.didConvert)
.Select(s => s.convertedValue)
.ToList();
中的PDF。它将负责编织和乳胶,并为您打开PDF。