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

! LaTeX Error: File `FiraSans.sty' not found. #6

Open
pqnelson opened this issue May 5, 2015 · 3 comments
Open

! LaTeX Error: File `FiraSans.sty' not found. #6

pqnelson opened this issue May 5, 2015 · 3 comments

Comments

@pqnelson
Copy link

pqnelson commented May 5, 2015

Trying to build the English book on commit 2147f77.

~/lysa/en/book/$ ./lysabuild 
...
(/usr/share/texlive/texmf-dist/tex/latex/cleveref/cleveref.sty)

! LaTeX Error: File `FiraSans.sty' not found.

Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)

I tried running git submodule init and git submodule update in the ~/lysa/ directory, but it didn't fetch the desired style file...

@pharpend
Copy link
Member

pharpend commented May 6, 2015

I get this too on some systems. I think it has to do with the inconsistency of fonts included in texlive-fonts-extra. Make sure you have texlive-fonts-extra installed (or whatever the equivalent is on your distro; see the README for a distro-specific list). If that doesn't work, try

tlmgr init-usertree
tlmgr --usermode install newtxmf

In addition, what version of texlive do you have? I haven't been able to build LYSA on texlive < 2014.

Finally, if all of that doesn't work, just comment out lines 46 and 47 in en/book/lysa.ltx:

\usepackage[sfdefault,scaled=.85]{FiraSans}
\usepackage{newtxsf}

@pharpend
Copy link
Member

pharpend commented May 6, 2015

If you're not looking to change the book, you could just grab one of the nighlies: http://nightly.learnyou.org/lysa/.

The server that makes nightly builds is running Debian 8. I don't know what system you are on, but if it's Debian-based, try out the Debian instructions: https://github.com/learnyou/lysa/tree/master/en#installing-the-needed-software

@pharpend
Copy link
Member

pharpend commented Jul 8, 2015

Is this still an issue?

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

2 participants