Code: Select all
This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023/Debian) (preloaded format=pdflatex 2024.8.19) 20 AUG 2024 00:45entering extended moderestricted \write18 enabled.%&-line parsing enabled.**thesis.tex(./thesis.texLaTeX2e <2023-11-01> patch level 1L3 programming layer <2024-01-22>(./0classe/USPSC.clsDocument Class: 0classe/USPSC 01/06/2021 v3.1 USPSC(/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.styPackage: ifthen 2022/04/13 v1.1d Standard LaTeX ifthen package (DPC))(/usr/share/texlive/texmf-dist/tex/latex/memoir/memoir.clsDocument Class: memoir 2024/01/26 v3.8.2 configurable book, report, article document class! LaTeX Error: File `xpatch.sty' not found.Type X to quit or <RETURN> to proceed,or enter new name. (Default extension: sty)Enter file name:! Emergency stop.<read *>l.50 \newcount\@memcnta^^M*** (cannot \read from terminal in nonstop modes)Here is how much of TeX's memory you used:156 strings out of 4761822873 string characters out of 57955951922975 words of memory out of 500000022244 multiletter control sequences out of 15000+600000558069 words of font info for 36 fonts, out of 8000000 for 900014 hyphenation exceptions out of 819148i,0n,57p,233b,17s stack positions out of 10000i,1000n,20000p,200000b,200000s! ==> Fatal error occurred, no output PDF file produced!
- - install the package from CTAN (https://www.ctan.org/pkg/xpatch), in this case, there is no 'xpatch.sty';
- using some 'xpatch.sty' from GitHub (https://github.com/gkapfham/curriculum- ... xpatch.sty);
- install package 'texlive-latex-extra' via terminal, but this give me 469 errors (2001 lines in .log);
- run using overleaf, and it works, but this is not a solution for me (this document could be very large and overleaf has a limit of size to run).