Hello: What do you suggest I do to overcome "LaTeX Error: File 'inconsolata.sty' not found", which I got running "R CMD check" on a package using Rtools I downloaded yesterday? I found a similar question to R-Help Nov. 3 (URL below), but I've not yet had success in replicating the solution outlined there. I tried several different sets of instructions for installing LaTeX packages, none of which seemed to work for me. I'm running Windows 7 [sessionInfo() below]. Suggestions? Thanks, Spencer Graves http://r.789695.n4.nabble.com/Problem-with-R-CMD-check-and-the-inconsolata-font-business-td3984596.html R version 2.14.0 (2011-10-31) Platform: x86_64-pc-mingw32/x64 (64-bit) locale: [1] LC_COLLATE=English_United States.1252 [2] LC_CTYPE=English_United States.1252 [3] LC_MONETARY=English_United States.1252 [4] LC_NUMERIC=C [5] LC_TIME=English_United States.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base
On 11-12-17 1:43 AM, Spencer Graves wrote:> Hello: > > > What do you suggest I do to overcome "LaTeX Error: File > 'inconsolata.sty' not found", which I got running "R CMD check" on a > package using Rtools I downloaded yesterday?That file should be installable as part of your LaTeX distribution. If you are using MikTeX, you can install it from the MikTeX Package Manager as part of package "inconsolata". Duncan Murdoch> > > I found a similar question to R-Help Nov. 3 (URL below), but I've not > yet had success in replicating the solution outlined there. I tried > several different sets of instructions for installing LaTeX packages, > none of which seemed to work for me. I'm running Windows 7 > [sessionInfo() below]. > > > Suggestions? > Thanks, > Spencer Graves > > > http://r.789695.n4.nabble.com/Problem-with-R-CMD-check-and-the-inconsolata-font-business-td3984596.html > > > R version 2.14.0 (2011-10-31) > Platform: x86_64-pc-mingw32/x64 (64-bit) > > locale: > [1] LC_COLLATE=English_United States.1252 > [2] LC_CTYPE=English_United States.1252 > [3] LC_MONETARY=English_United States.1252 > [4] LC_NUMERIC=C > [5] LC_TIME=English_United States.1252 > > attached base packages: > [1] stats graphics grDevices utils datasets methods base > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel
Hi Spencer, to solve this problem, you only need to install the TeX package "inconsolata". You can install it from the CTAN (http://www.ctan.org/pkg/inconsolata) but the best way depends on the TeX distribution you have installed. Since you're running Windows 7, I guess it is MiKTeX and so the MiKTeX manual may help you : http://docs.miktex.org/2.9/manual/pkgmgt.html http://docs.miktex.org/2.9/manual/texfeatures.html#autoinstalloptions Hope this can help, Vladislav Navel Le 17/12/2011 07:43, Spencer Graves a ?crit :> Hello: > > > What do you suggest I do to overcome "LaTeX Error: File > 'inconsolata.sty' not found", which I got running "R CMD check" on a > package using Rtools I downloaded yesterday? > > > I found a similar question to R-Help Nov. 3 (URL below), but > I've not yet had success in replicating the solution outlined there. > I tried several different sets of instructions for installing LaTeX > packages, none of which seemed to work for me. I'm running Windows 7 > [sessionInfo() below]. > > > Suggestions? > Thanks, > Spencer Graves > > > http://r.789695.n4.nabble.com/Problem-with-R-CMD-check-and-the-inconsolata-font-business-td3984596.html > > > > R version 2.14.0 (2011-10-31) > Platform: x86_64-pc-mingw32/x64 (64-bit) > > locale: > [1] LC_COLLATE=English_United States.1252 > [2] LC_CTYPE=English_United States.1252 > [3] LC_MONETARY=English_United States.1252 > [4] LC_NUMERIC=C > [5] LC_TIME=English_United States.1252 > > attached base packages: > [1] stats graphics grDevices utils datasets methods base > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel
Seemingly Similar Threads
- While using R CMD check: LaTex error: File `inconsolata.sty' not found
- Error in building pdf manual with Rtools
- Problem with R CMD check and the inconsolata font business.
- Problem creating reference manuals from latex
- renaming of miktex package broke R package building