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 , 12 years ago
Cc: | added |
---|---|
Has patch: | set |
Owner: | changed from | to
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Created a pull request: https://github.com/django/django/pull/257