You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First problem: latex files are missing and various error messages:
Run make latex - ignore a couple of errors here, they will be fixed.
Enter build/latex and generate pdf:
cd build/latex
4.pdf): reading image file failed
==> Fatal error occurred, no output PDF file produced!
Latexmk: Examining 'shoebotmanual.log'
=== TeX engine is 'pdfTeX'
Latexmk: Missing input file: 'tgtermes.sty' from line
'! LaTeX Error: File `tgtermes.sty' not found.'Latexmk: Missing input file: 'tgheros.sty' from line'! LaTeX Error: File `tgheros.sty' not found.'Latexmk: Index file 'shoebotmanual.idx' was writtenLatexmk: Errors, so I did not complete making targetsCollected error summary (may duplicate other messages): pdflatex: Command for'pdflatex' gave return code 1 Refer to 'shoebotmanual.log'for detailsLatexmk: Use the -f option to force complete processing, unless error was exceeding maximum runs, or warnings treated as errors.make: *** [Makefile:29: shoebotmanual.pdf] Error 12
The text was updated successfully, but these errors were encountered:
Currently based on the PR here: #10
First problem: latex files are missing and various error messages:
Run
make latex
- ignore a couple of errors here, they will be fixed.Enter
build/latex
and generate pdf:The text was updated successfully, but these errors were encountered: