7708: Fix LaTeX output format for reports
This commit is contained in:
parent
d1edfc478b
commit
4aede124fa
@ -35,6 +35,7 @@
|
||||
# python modules
|
||||
#
|
||||
#------------------------------------------------------------------------
|
||||
from __future__ import unicode_literals
|
||||
from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||
_ = glocale.translation.gettext
|
||||
from bisect import bisect
|
||||
@ -59,7 +60,7 @@ except:
|
||||
"in LaTex documents will not be available. "
|
||||
"Use your package manager to install python-imaging"))
|
||||
|
||||
_CLICKABLE = r'''\url{\1}'''
|
||||
_CLICKABLE = '\\url{\\1}'
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user