Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken PDF build #273

Closed
Holzhaus opened this issue Oct 31, 2020 · 2 comments
Closed

Fix broken PDF build #273

Holzhaus opened this issue Oct 31, 2020 · 2 comments
Assignees
Labels

Comments

@Holzhaus
Copy link
Member

The PDF build currently fails:

[...]

! Package inputenc Error: Unicode character ✘ (U+2718)
(inputenc)                not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type  H <return>  for immediate help.
 ...

l.21919 ✘

(That makes 100 errors; please try again.)
!  ==> Fatal error occurred, no output PDF file produced!
Transcript written on Mixxx-Manual.log.
=== TeX engine is 'pdfTeX'
Latexmk: Index file 'Mixxx-Manual.idx' was written
Latexmk: Missing input file: 'None' from line
  '! LaTeX Error: File `None' not found.'
Latexmk: Missing input file: 'None' from line
  '! LaTeX Error: File `None' not found.'
Latexmk: Missing input file: 'None' from line
  '! LaTeX Error: File `None' not found.'
Latexmk: Missing input file: 'None' from line
  '! LaTeX Error: File `None' not found.'
Failure to make 'Mixxx-Manual.pdf'
Latexmk: Summary of warnings from last run of (pdf)latex:
  =====Latex reported missing or unavailable character(s).
=====See log file for details.
Latexmk: Errors, in force_mode: so I tried finishing targets
Collected error summary (may duplicate other messages):
  pdflatex: Command for 'pdflatex' gave return code 1
      Refer to 'Mixxx-Manual.log' for details
make[1]: *** [Makefile:29: Mixxx-Manual.pdf] Error 12
make[1]: Leaving directory '/home/jan/Projects/mixxx-manual/build/latex'
make: *** [Makefile:121: latexpdf] Error 2
@Holzhaus Holzhaus added the bug label Oct 31, 2020
rryan added a commit that referenced this issue Nov 1, 2020
Copies PDFs built by Travis to
https://downloads.mixxx.org/builds/manual/<branchname>/, replacing all
existing files on each build.

Due to #273, I disabled the actual PDF build until we can work out why it's failing.

TESTED:
* https://travis-ci.org/github/mixxxdj/manual/builds/740535870
rryan added a commit that referenced this issue Nov 1, 2020
Copies PDFs built by Travis to
https://downloads.mixxx.org/builds/manual/<branchname>/, replacing all
existing files on each build.

Due to #273, I disabled the actual PDF build until we can work out why it's failing.

TESTED:
* https://travis-ci.org/github/mixxxdj/manual/builds/740535870
@Holzhaus Holzhaus self-assigned this Nov 1, 2020
@Holzhaus
Copy link
Member Author

Holzhaus commented Nov 1, 2020

Apparently SVG files in Latex PDFs is unsupported as well. I'll check for a workaround.

@Holzhaus
Copy link
Member Author

Holzhaus commented Nov 1, 2020

Apparently SVG files in Latex PDFs is unsupported as well. I'll check for a workaround.

This can be fixed by using sphinx.ext.imgconverter, see sphinx-doc/sphinx#1907.

rryan added a commit that referenced this issue Nov 2, 2020
Copies PDFs built by Travis to
https://downloads.mixxx.org/builds/manual/<branchname>/, replacing all
existing files on each build.

Due to #273, I disabled the actual PDF build until we can work out why it's failing.

TESTED:
* https://travis-ci.org/github/mixxxdj/manual/builds/740535870
@Holzhaus Holzhaus closed this as completed Nov 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant