| Summary: | Latex not working. latex.fmt and class descriptions missing | ||
|---|---|---|---|
| Product: | [ROSA-based products] ROSA Fresh | Reporter: | Stanislav Fomin <stanislav.fomin> |
| Component: | Packages from Main | Assignee: | ROSA Linux Bugs <bugs> |
| Status: | RESOLVED FIXED | QA Contact: | ROSA Linux Bugs <bugs> |
| Severity: | normal | ||
| Priority: | Normal | CC: | denis.silakov, eugene.shatokhin |
| Version: | Fresh | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Platform: | --- | ROSA Vulnerability identifier: | |
| RPM Package: | texlive-latex | ISO-related: | |
| Bad POT generating: | Upstream: | ||
It seems that the proper metapackage that will install all components necessary to work with latex is texlive-collection-latex. I've added such dependency to kile, texmaker and lyx (and updated kile and lyx to later versions, as well). Updated packages will be available in repos soon. Note that we have ~1500 texlive packages. texlive-collection-latex install only part of them; this seems to be enough, but if you think that we should add dependencies on other texlive packages, feel free to reopen the bug. |
Description of problem: * Texlive Latex not working * latex.fmt and class descriptions missing How reproducible: Always Steps to Reproduce: * Install lyx or TexMaker or Kyle - that most of TeX/LaTex packages * make a sample document test.tex --------------------------- \documentstyle{article} \begin{document} 111111 \end{document} --------------------------- Try to "latex" it. latex test