Giter Club home page Giter Club logo

Comments (10)

ilsePit avatar ilsePit commented on August 27, 2024 9

I had the same issue. I am using tinytex in Rstudio on Ubuntu 18.04. I solved the issue by installing the package 'cbfonts-fd', which includes the file 'LGRcmr.fd' that was missing according to _main.log.

tinytex::tlmgr_install('cbfonts-fd')

Hopefully that resolves the issue of not being able to use tinytex!

from oxforddown.

yihui avatar yihui commented on August 27, 2024 7

I'll truly appreciate it if someone could report this type of issue to the tinytex repo in the future. I had no idea that many people were suffering from this issue until I saw @bttomio's tweet today. It is actually fairly simple to fix in tinytex, and I just did it. You can install the development version via

remotes::install_github('yihui/tinytex')

You all may be too kind to bother me, which I also appreciate very much. I am often busy indeed, but that's exactly why I love investing 10 minutes on my side to fix a small issue to save hours of other people's time! :)

from oxforddown.

ulyngs avatar ulyngs commented on August 27, 2024

What latex installation are you using? Try getting a full installation of latex (https://www.latex-project.org/get/) rather than tinytex and see if that fixes it!

from oxforddown.

ulyngs avatar ulyngs commented on August 27, 2024

That's brilliant, thanks for figuring this out Ilse! I will make a note of this in the readme!

from oxforddown.

ilsePit avatar ilsePit commented on August 27, 2024

I'm wondering if adding \usepackage{cbfonts-fd} to the latex file will also do the trick.. Have not tried this out yet (and not that literate in latex) but was planning to try that soon.

from oxforddown.

bttomio avatar bttomio commented on August 27, 2024

I had the same issue. I am using tinytex in Rstudio on Ubuntu 18.04. I solved the issue by installing the package 'cbfonts-fd', which includes the file 'LGRcmr.fd' that was missing according to _main.log.

tinytex::tlmgr_install('cbfonts-fd')

Hopefully that resolves the issue of not being able to use tinytex!

Thank you very much! It solved the same issue on Ubuntu 20.04.2 LTS.

from oxforddown.

shirdekel avatar shirdekel commented on August 27, 2024

Had the same error with Mac 10.14.6 (18G6032) using tinytex.

tinytex::tlmgr_install('cbfonts-fd') fixed it.

from oxforddown.

flashshare avatar flashshare commented on August 27, 2024

I had the same issue. I am using tinytex in Rstudio on Ubuntu 18.04. I solved the issue by installing the package 'cbfonts-fd', which includes the file 'LGRcmr.fd' that was missing according to _main.log.

tinytex::tlmgr_install('cbfonts-fd')

Hopefully that resolves the issue of not being able to use tinytex!

Thanks. It works for me also.

from oxforddown.

Pawanbhatt500 avatar Pawanbhatt500 commented on August 27, 2024

I am having the same problem. Please help me !!
I am using texlive and texstudio on Ububtu 21.03

The error is
image

from oxforddown.

alita-moore avatar alita-moore commented on August 27, 2024

I had the same problem, possibly the problem is the order in which you're importing packages or conflicting packages. For example:

\usepackage{fontspec}
\usepackage{boisik}
\usepackage[OT1]{fontenc}

gives the following errror

No file LBMlmr.fd.

/tmp/tmpqxhbk5l7.tex:63: LaTeX Error: This NFSS system isn't set up properly.

But

\usepackage{fontspec}
\usepackage[OT1]{fontenc}
\usepackage{boisik}

compiles without errors. Also, fonts with math support may be conflicting with the unicode-math package so you should try removing the unicode-math package.

from oxforddown.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.