Opened 12 years ago

Closed 12 years ago

#18698 closed Bug (fixed)

Package inputenc Error: Unicode char \u8:≥ not set up for use with LaTeX.

Reported by: Simon Blanchard Owned by: Andrews Medina
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: andrewsmedina@… Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

Package inputenc Error: Unicode char \u8:≥ not set up for use with LaTeX.

Getting the above error when generating the docs.

Fixed by adding following line to conf.py

latex_preamble = "\\DeclareUnicodeCharacter{2265}{\\ensuremath{\\ge}}" 

Change History (2)

comment:1 by Andrews Medina, 12 years ago

Cc: andrewsmedina@… added
Has patch: set
Owner: changed from nobody to Andrews Medina
Triage Stage: UnreviewedAccepted

comment:2 by Florian Apolloner <florian@…>, 12 years ago

Resolution: fixed
Status: newclosed

In [4d9e4c64f1330fbdfe6a7931879deebf7154f403]:

Fixed #18698 -- Configure latex to support '≥' in the docs.

Thanks to simonb for the report and the initial patch.

Note: See TracTickets for help on using tickets.
Back to Top