Rolf Turner
2013-Jan-11 01:50 UTC
[R] Problem with inconsolata font (again) --- on Fedora 17 this time.
Some while ago I posted a problem on this list concerning a failure of R CMD check on one of my packages that resulted from LaTeX being unable to find the "inconsolata" font. This was under the Ubuntu OS. This was solved, thanks to advice I got from this list, basically by doing sudo apt-get install texlive-fonts-extra I am now (for reasons which I won't go into) running Fedora 17, on a different computer. Now LaTeX cannot find the necessary inconsolata.sty file. I googled around a bit, and an item I found led me to check whether I actually had texlive installed on my (new) system. I hadn't!!! So I did sudo yum install texlive and that seemed to work. But then the item I'd found indicated that I should do sudo yum install texlive-inconsolata, texlive-inconsolata-font But I got:> No package texlive-inconsolata, available. > No package texlive-inconsolata-font available.I also tried sudo yum install texlive-fonts-extra with a similar result. Can anyone give me a simple recipe as to how to get the inconsolata font and the associated inconsolata.sty? Thanks. cheers, Rolf Turner
Milan Bouchet-Valat
2013-Jan-11 10:10 UTC
[R] Problem with inconsolata font (again) --- on Fedora 17 this time.
Le vendredi 11 janvier 2013 ? 14:50 +1300, Rolf Turner a ?crit :> Some while ago I posted a problem on this list concerning a failure of > R CMD check on one of my packages that resulted from LaTeX being > unable to find the "inconsolata" font. This was under the Ubuntu OS. > > This was solved, thanks to advice I got from this list, basically by > doing > > sudo apt-get install texlive-fonts-extra > > I am now (for reasons which I won't go into) running Fedora 17, on a > different computer. Now LaTeX cannot find the necessary inconsolata.sty > file. > > I googled around a bit, and an item I found led me to check whether I > actually had texlive installed on my (new) system. I hadn't!!! So I did > > sudo yum install texlive > > and that seemed to work. But then the item I'd found indicated that I > should do > > sudo yum install texlive-inconsolata, texlive-inconsolata-font > > But I got: > > > No package texlive-inconsolata, available. > > No package texlive-inconsolata-font available. > > I also tried > > sudo yum install texlive-fonts-extra > > with a similar result. > > Can anyone give me a simple recipe as to how to get the inconsolata font > and the associated inconsolata.sty?texlive-inconsolata is present on Fedora 18 at least. You can try installing it manually and check if it works for F17: http://rpmfind.net/linux/rpm2html/search.php?query=texlive-inconsolata But what does this command return? yum search inconsolata My two cents
Prof Brian Ripley
2013-Jan-11 11:49 UTC
[R] Problem with inconsolata font (again) --- on Fedora 17 this time.
On 11/01/2013 01:50, Rolf Turner wrote:> > Some while ago I posted a problem on this list concerning a failure of > R CMD check on one of my packages that resulted from LaTeX being > unable to find the "inconsolata" font. This was under the Ubuntu OS. > > This was solved, thanks to advice I got from this list, basically by > doing > > sudo apt-get install texlive-fonts-extra > > I am now (for reasons which I won't go into) running Fedora 17, on a > different computer. Now LaTeX cannot find the necessary inconsolata.sty > file. > > I googled around a bit, and an item I found led me to check whether I > actually had texlive installed on my (new) system. I hadn't!!! So I did > > sudo yum install texlive > > and that seemed to work. But then the item I'd found indicated that I > should do > > sudo yum install texlive-inconsolata, texlive-inconsolata-font > > But I got: > >> No package texlive-inconsolata, available. >> No package texlive-inconsolata-font available. > > I also tried > > sudo yum install texlive-fonts-extra > > with a similar result. > > Can anyone give me a simple recipe as to how to get the inconsolata font > and the associated inconsolata.sty?Install texlive 2012. The texlive version in Fedora (<= 17, and 17 is the current release with 18 having been delayed yet again) is many years out of date (2007: this is 2013!), and you will save yourself a lot of other problems.> > Thanks. > > cheers, > > Rolf Turner > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.-- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595
José Matos
2013-Jan-11 14:43 UTC
[R] Problem with inconsolata font (again) --- on Fedora 17 this time.
On 2013-01-11 01:50, Rolf Turner wrote:> > Some while ago I posted a problem on this list concerning a failure of > R CMD check on one of my packages that resulted from LaTeX being > unable to find the "inconsolata" font. This was under the Ubuntu OS. > > This was solved, thanks to advice I got from this list, basically by > doing > > sudo apt-get install texlive-fonts-extra > > I am now (for reasons which I won't go into) running Fedora 17, on a > different computer. Now LaTeX cannot find the necessary inconsolata.sty > file. > > I googled around a bit, and an item I found led me to check whether I > actually had texlive installed on my (new) system. I hadn't!!! So I did > > sudo yum install texlive > > and that seemed to work. But then the item I'd found indicated that I > should do > > sudo yum install texlive-inconsolata, texlive-inconsolata-font > > But I got: > >> No package texlive-inconsolata, available. >> No package texlive-inconsolata-font available. > > I also tried > > sudo yum install texlive-fonts-extra > > with a similar result. > > Can anyone give me a simple recipe as to how to get the inconsolata font > and the associated inconsolata.sty? > > Thanks. > > cheers, > > Rolf Turner >One option is to install texlive-2012 for Fedora 17 following the instructions detailed here: http://fedoraproject.org/wiki/Features/TeXLive#TeX_Live_2012_2 For Fedora 18 (that will be released next Wednesday) this is the default. FWIW the delay in texlive update was due to the (la)tex classes auditing that was only completed last year. Regards, -- Jos? Matos
Seemingly Similar Threads
- Problem with R CMD check and the inconsolata font business.
- inconsolata font for building vignettes with R-devel
- While using R CMD check: LaTex error: File `inconsolata.sty' not found
- Package keyval Error: noupquote undefined
- issue with Rd2pdf and \Sexpr in Rd files