DSCI-310-2024 / DSCI_310_Milestone_1_Group_3

DSCI 310 group 3 milestone project 1.
Other
0 stars 0 forks source link

cannot download lmodern.sty package for pdf rendering #18

Open selenashew opened 3 months ago

selenashew commented 3 months ago

Hi everyone,

As discussed, everything now works (running a container & mounting the volume, running the makefile, etc.) for the most part as everything renders (including the HTML version of the Quarto report) except for the PDF. It turns out that a package is required called lmodern.sty, but I have tried so many different ways to download this package via the Dockerfile (sudo, apt get, tlmgr, etc.) without success. Therefore, when attempting to run the Makefile, please remove lines 37-38 first in order to get everything else to run smoothly (I am leaving it in for now for part marks). We will update this issue as we attempt to find solutions to download lmodern.sty.