travis在使用新的LATEX格式时无法使用R BioC软件包

时间:2017-08-17 17:58:14

标签: r latex bioconductor

我有一个Bioconductor包,我们正在转移到最后一个版本来编译晕影,我在travis期间收到了缺少样式字体的错误:beramono.sty

https://travis-ci.org/lpantano/isomiRs

创建晕影的包是BiocStyle,他们引入了这种依赖:

https://github.com/Bioconductor/BiocStyle/search?utf8=✓&安培; Q = beramono&安培;类型=

我试图在我的travis中安装那个丢失的文件,但似乎没有用。您对安装该字体有什么建议吗?

提前多多感谢!

2 个答案:

答案 0 :(得分:1)

将此添加到.travis.yml已修复:

before_install: - tlmgr install bera - tlmgr install nowidow - tlmgr install parnotes - tlmgr install marginfix

答案 1 :(得分:0)

每个

尝试texlive-fonts-extra
$ locate beramono
/usr/share/texlive/texmf-dist/tex/latex/bera/beramono.sty
$ dpkg -S $(locate beramono) 
texlive-fonts-extra: /usr/share/texlive/texmf-dist/tex/latex/bera/beramono.sty
$ 

或者跳过建立小插曲,这就是我在特拉维斯所做的事情......