r-hub / rhub-linux-builders

Docker configuration for the R-hub Linux builders
GNU General Public License v2.0
23 stars 13 forks source link

Need a more complete Latex installation #1

Closed gaborcsardi closed 8 years ago

gaborcsardi commented 8 years ago

BEcause I get this for combinat:

* checking PDF version of manual ... WARNING
LaTeX errors when creating PDF version.
This typically indicates Rd problems.
LaTeX errors found:
! Font T1/cmr/m/n/10=ecrm1000 at 10.0pt not loadable: Metric (TFM) file not fou
nd.
<to be read again> 
                   relax 
l.105 \fontencoding\encodingdefault\selectfont
! Font T1/ptm/m/n/10=ptmr8t at 10.0pt not loadable: Metric (TFM) file not found
.
<to be read again> 
                   relax 
l.8 \begin{document}
! Font T1/ptm/m/n/24.88=ptmr8t at 24.88pt not loadable: Metric (TFM) file not f
ound.
<to be read again> 
                   relax 
l.9 \chapter*{}
! Font T1/ptm/bx/n/24.88=ptmb8t at 24.88pt not loadable: Metric (TFM) file not 
found.
<to be read again> 
                   relax 
l.9 \chapter*{}
! Font \T1/ptm/b/n/24.88=nullfont not loadable: Metric (TFM) file not found.
<to be read again> 
                   \relax 
l.9 \chapter*{}

! Font T1/ptm/bx/n/10=ptmb8t at 10.0pt not loadable: Metric (TFM) file not foun
d.
<to be read again> 
                   relax 
l.11 {\textbf{\huge Package `combinat'}
! Font \T1/ptm/b/n/10=nullfont not loadable: Metric (TFM) file not found.
<to be read again> 
                   \relax 
l.11 {\textbf{\huge Package `combinat'}
                                       }
! Font T1/ptm/bx/n/20.74=ptmb8t at 20.74pt not loadable: Metric (TFM) file not 
found.
<to be read again> 
                   relax 
l.11 {\textbf{\huge Package `combinat'}
! Font \T1/ptm/b/n/20.74=nullfont not loadable: Metric (TFM) file not found.
<to be read again> 
                   \relax 
l.11 {\textbf{\huge Package `combinat'}
                                       }
! Font T1/ptm/m/n/12=ptmr8t at 12.0pt not loadable: Metric (TFM) file not found
.
<to be read again> 
                   relax 
l.12 \par\bigskip{\large
! Font T1/ptm/m/n/14.4=ptmr8t at 14.4pt not loadable: Metric (TFM) file not fou
nd.
<to be read again> 
                   relax 
l.1 \contentsline {subsection}{combn}{1}{page.1}
! Font T1/ptm/bx/n/14.4=ptmb8t at 14.4pt not loadable: Metric (TFM) file not fo
und.
<to be read again> 
                   relax 
l.1 \contentsline {subsection}{combn}{1}{page.1}
! Font \T1/ptm/b/n/14.4=nullfont not loadable: Metric (TFM) file not found.
<to be read again> 
                   \relax 
l.1 \contentsline {subsection}{combn}{1}{page.1}

! Font T1/phv/m/n/14.4=phvr8t at 14.4pt not loadable: Metric (TFM) file not fou
nd.
<to be read again> 
                   relax 
l.1 \contentsline {subsection}{combn}{1}{page.1}
! Font T1/ptm/m/it/10=ptmri8t at 10.0pt not loadable: Metric (TFM) file not fou
nd.
<to be read again> 
                   relax 
l.28 ... elements of x taken m at a time. }{combn}
! Font T1/ptm/m/n/9=ptmr8t at 9.0pt not loadable: Metric (TFM) file not found.
<to be read again> 
                   relax 
l.97 \begin{ExampleCode}

! Font T1/ptm/m/sl/10=ptmro8t at 10.0pt not loadable: Metric (TFM) file not fou
nd.
<to be read again> 
                   relax 
l.146 \end{Description}
! Font T1/ptm/bx/n/12=ptmb8t at 12.0pt not loadable: Metric (TFM) file not foun
d.
<to be read again> 
                   relax 
l.3 ...e  {12}{14}\selectfont  \ \textbf  {models}
! Font \T1/ptm/b/n/12=nullfont not loadable: Metric (TFM) file not found.
<to be read again> 
                   \relax 
l.3 ...e  {12}{14}\selectfont  \ \textbf  {models}
                                                  }
* checking PDF version of manual without hyperrefs or index ... ERROR
* DONE
Status: 1 ERROR, 1 WARNING, 1 NOTE
artemklevtsov commented 8 years ago

On Ubuntu work the following set:

lmodern
texinfo
texlive-base
texlive-extra-utils
texlive-fonts-extra
texlive-fonts-recommended
texlive-generic-recommended
texlive-latex-base
texlive-latex-extra
texlive-latex-recommended
gaborcsardi commented 8 years ago

@artemklevtsov Cool, thanks!

gaborcsardi commented 8 years ago

Thanks, this did it!