-
-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tinytex not working #81
Comments
TinyTeX doesn't require admin privileges. What does |
Thank you for the quick reply, I am completely new to this so I thought that maybe it was the reason. |
sorry, continuation: No connection to the internet. You may want to try specifying an explicit or different CTAN mirror; tlmgr.pl: package repository http://ctan.math.illinois.edu/systems/texlive/tlnet (not verified: unknown) as a comment: internet is working |
Then what does |
two comments: internet works but I am using my work network as this is a company pc |
Are you using a proxy to access internet? |
I think so, there is a configuration script in the internet connection, it is my work connection |
Does your R have access to internet? If it does, do you know how the proxy was configured for R? (Normally you use the environment variables like For TeX Live, you may write the proxy info in |
Yes, I can install R packages without problem, I had to ask IT to install it as this I am not administrator but no problems with packages as they gave me admin rights to the R folder, |
No worries. It depends on whether you know the proxy server and are able to use it to download anything (e.g. try |
Thanks for that, but it says couldn't connect to server. |
The last resort could be that you install TinyTeX on a Flash drive on a Windows machine that has direct access to the internet, install the missing LaTeX packages, and use TinyTeX from the Flash drive: https://yihui.name/en/2018/08/tinytex-flash-drive/ It is hard to use TinyTeX if it doesn't have internet access. Some documents may just work fine, but for documents that require additional packages, it will fail. |
Thanks for that, |
Hi Thanks,
|
hi there, i get the same issue:
tried everything but still doesnt knit this is the error term ! Emergency stop. Error: LaTeX failed to compile HW1_Part3_NA_KJY.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips. See HW1_Part3_NA_KJY.log for more info. could you kindly help |
please open a new issue instead of commenting on an old one when it is not directly related.
Do you use TinyTeX distribution or another like MikTeX ? It seems you are missing a file. tinytex should have found it and install it for you. > tinytex::parse_packages(files = "multirow.sty")
tlmgr search --file --global "/multirow.sty"
[1] multirow You can install this missing package with tinytex::tlmgr_install("multirow") This should work if you use a distribution with Hope it helps |
hello,
I have installed tinytex but I cannot produce any pdf; could you help me, please?
when I try "knit to pdf" in Rstudio I get:
entering extended mode
tlmgr search --file --global "/multirow.sty"
! LaTeX Error: File `multirow.sty' not found.
! Emergency stop.
<read *>
Error: Failed to compile medi_report.tex. See medi_report.log for more info.
Execution halted
I was wondering if the problem is that I am not administrator and I cannot write in the root dir for tinytex so I moved to a directory that I can write and then used:
tinytex::use_tinytex(from = "C:/***/TinyTeX")
but it is not working every time that I ask it comes back that the root is ***\Roaming\TinyTeX
So if you have a minute, I would love for you to have a look.
Thanks
The text was updated successfully, but these errors were encountered: