﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
18698	Package inputenc Error: Unicode char \u8:≥ not set up for use with LaTeX.	Simon Blanchard	Andrews Medina	"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

{{{
#!python
latex_preamble = ""\\DeclareUnicodeCharacter{2265}{\\ensuremath{\\ge}}"" 
}}}"	Bug	closed	Documentation	dev	Normal	fixed		andrewsmedina@…	Accepted	1	0	0	0	1	0
