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 written
Latexmk: Errors, so I did not complete making targets
Collected error summary (may duplicate other messages):
pdflatex: Command for 'pdflatex' gave return code 1
Refer to 'shoebotmanual.log' for details
Latexmk: 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
Currently based on the PR here: https://github.com/shoebot/sphinxcontrib-shoebot/pull/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: