I have installed the tint_0.1.1
package and also have a working version of tinytex_0.11
in R (v3.5.3). I am attempting to use the supplied template - (Tint is not Tufte (PDF)) from the File > New File > RMarkdown > From Template menu in RStudio (v1.1.383).
When I try to compile the template (Using the 'Knit' button) I get the following error message:
tlmgr search --file --global "/roboto.sty" TeX Live 2018 is frozen forever and will no longer be updated. This happens in preparation for a new release.
If you're interested in helping to pretest the new release (when pretests are available), please read http://tug.org/texlive/pretest.html. Otherwise, just wait, and the new release will be ready in due time. Trying to automatically install missing LaTeX packages... tlmgr install roboto TeX Live 2018 is frozen forever and will no longer be updated. This happens in preparation for a new release.
If you're interested in helping to pretest the new release (when pretests are available), please read http://tug.org/texlive/pretest.html. Otherwise, just wait, and the new release will be ready in due time.
tlmgr.pl: package repository http://mirror.ox.ac.uk/sites/ctan.org/systems/texlive/tlnet (not verified: gpg unavailable)
tlmgr itself needs to be updated. Please do this via either tlmgr update --self or by getting the latest updater for Unix-ish systems: http://mirror.ctan.org/systems/texlive/tlnet/update-tlmgr-latest.sh and/or Windows systems: http://mirror.ctan.org/systems/texlive/tlnet/update-tlmgr-latest.exe
Then continue with other updates as usual.
tlmgr.pl: Terminating; please see warning above! tlmgr search --file --global "/roboto.sty" TeX Live 2018 is frozen forever and will no longer be updated. This happens in preparation for a new release.
If you're interested in helping to pretest the new release (when pretests are available), please read http://tug.org/texlive/pretest.html. Otherwise, just wait, and the new release will be ready in due time. ! LaTeX Error: File `roboto.sty' not found.
! Emergency stop.
Error: Failed to compile tint.test2.tex. See https://yihui.name/tinytex/r/#debugging for debugging tips. See tint.test2.log for more info. Execution halted
I have tried using some of the tinytex
functions (e.g. parse_packages(), tlmgr_install and tlmgr_search()
) to workaround this issue with the roboto.sty
but to no avail. Suggestions, help and pointers are much appreciated.