Skip to content

Conversation

@lbcollinslearns
Copy link

In files StudentGuide/MOSAIC-StudentGuide.Rnw and include/RBook.sty: Added explicit path to the include folder for sty files: authNote, probstat, problems, and language. Likely is a needed change in other files.

Added path to the include folder for sty files: authNote, probstat,
problems, and language.
@nicholasjhorton
Copy link

Oops: I'm just seeing this. Apologies. @rpruim my student assistant had similar problems compiling with the additional sty files. Is there a better workflow?

@nicholasjhorton nicholasjhorton requested a review from rpruim March 23, 2018 12:38
@rpruim
Copy link

rpruim commented Mar 23, 2018

Set the path that latex uses to search for included files to include . and ./inputs// or perhaps .// which should search all directories below the current directory.

$ cat ~/.Renviron 
TEXINPUTS=:.:./inputs//:/Users/rpruim/projects/github/latex//:/Users/rpruim/tex/inputs//:/Users/rpruim/Sites/courses/cartoons//:/Library/Frameworks/R.framework/Versions/Current/Resources/share/texmf//:/usr/local/texlive/2015/texmf-dist/tex//
R_PDFLATEXCMD=/Library/TeX/texbin/pdflatex
R_PAPERSIZE=letter
R_PDFVIEWER="/usr/bin/open -a skim"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants