Many thanks to Homer White's blog for sending me in the right direction. I'm more or less posting his answer verbatim, with minor modifications for RHEL 6.5 and 2014 LiveTex.
Even the full manual install had not solved the problem. Following Homer's advice, I downloaded from the internet a copy of ifluatex.sty You can get it either directly or via wget from the CTAN archive.
wget http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/ifluatex.dtx
tex ifluatex.dtx
Copy the resulting file into the shared folder for your LaTeX Distribution. In RHEL 6/CentOS for the 2014 LiveTex distribution installed via install-tl this was:
/usr/share/texmf/tex/generic/oberdiek
Easy, right? Next step was to get the framed
package:
wget http://mirrors.ctan.org/macros/latex/contrib/framed.zip
unzip framed.zip
This should create a folder in the download location. Now copy the entire folder to the Shared LiveTeX folder for LaTeX:
/usr/share/texmf/tex/latex
Finally, let LiveTeX know it should update its library by running
texhash
转载地址:http://stackoverflow.com/questions/25148055/rstudio-server-on-rhel-6-5-pandoc-error-ifluatex-sty-not-found