The R Project SVN R

Rev

Rev 52478 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 52478 Rev 52480
Line 27... Line 27...
27
if test -z "${TEXINPUTS}"; then
27
if test -z "${TEXINPUTS}"; then
28
  TEXINPUTS=".:${R_SHARE_DIR}/texmf/tex/latex:"
28
  TEXINPUTS=".:${R_SHARE_DIR}/texmf/tex/latex:"
29
else
29
else
30
  TEXINPUTS=".:${TEXINPUTS}:${R_SHARE_DIR}/texmf/tex/latex:"
30
  TEXINPUTS=".:${TEXINPUTS}:${R_SHARE_DIR}/texmf/tex/latex:"
31
fi
31
fi
32
export BSTINPUTS
32
export TEXINPUTS
33
if test -z "${BSTINPUTS}"; then
33
if test -z "${BSTINPUTS}"; then
34
  BSTINPUTS=".:${R_SHARE_DIR}/texmf/bibtex/bst:"
34
  BSTINPUTS=".:${R_SHARE_DIR}/texmf/bibtex/bst:"
35
else
35
else
36
  BSTINPUTS=".:${BSTINPUTS}:${R_SHARE_DIR}/texmf/bibtex/bst:"
36
  BSTINPUTS=".:${BSTINPUTS}:${R_SHARE_DIR}/texmf/bibtex/bst:"
37
fi
37
fi