Skip to content
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

chromebook tinytex containment failure #453

Open
githubgnulinux opened this issue Oct 29, 2024 · 2 comments
Open

chromebook tinytex containment failure #453

githubgnulinux opened this issue Oct 29, 2024 · 2 comments

Comments

@githubgnulinux
Copy link

Scenario: chromebook 1, debian with tinytex installed and used successfully
cd ~/
tar -cf tinytex.tar ~/.tinytex
cp tinytex.tar /usb/memory/device/

chromebook 2, debian
cd ~/
tar -xf /usb/memory/device/tinytex.tar

xelatex file.tex
.tinytex/texmf-dist/tex/latex/fontspec/fontspec.cfg)))kpathsea:make_tex: Invalid filename `Nimbus Sans L', contains ' '

! Package fontspec Error: The font "Nimbus Sans L" cannot be found.

@cderv
Copy link
Contributor

cderv commented Oct 29, 2024

How did you install TinyTeX on your chromebook ?

! Package fontspec Error: The font "Nimbus Sans L" cannot be found.

This usually indicates a missing font on the system. Do you have this font ?

xelatex file.tex
.tinytex/texmf-dist/tex/latex/fontspec/fontspec.cfg)))kpathsea:make_tex: Invalid filename `Nimbus Sans L', contains ' '

I am not sure to understand this error... This seems to be LaTeX error so you could also look for LaTeX Q&A support website for a solution. I don't think this is TinyTeX only

@yihui
Copy link
Member

yihui commented Oct 30, 2024

The OP had emailed me before and I had replied that this issue was the same as #313, and the solution would be tlmgr postaction install script xetex.

Then the OP followed up with an error xdvipdfmx:fatal: pdf_ref_obj(): passed invalid object., to which I haven't responded yet but I believe is the same issue as #161, and the solution is tlmgr install epstopdf.

The two issues are automatically handled in the R package, but the OP does not appear to be an R user, so these commands need to be manually executed.

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

No branches or pull requests

3 participants