Font or style of Contents of the Abstract in Indico 2.0

Hi, font or style of Contents of the Abstract in Indigo 2.0 seems to be strange…
The texts are surrounded by red rectangles.
It was normal in indigo 0.99. Is this our own conditions ?


[indico]$ /opt/texlive/bin/x86_64-linux/xelatex -version
XeTeX 3.14159265-2.6-0.99998 (TeX Live 2017)
kpathsea version 6.2.3
Copyright 2017 SIL International, Jonathan Kew and Khaled Hosny.
There is NO warranty.  Redistribution of this software is
covered by the terms of both the XeTeX copyright and
the Lesser GNU General Public License.
For more information about these matters, see the file
named COPYING and the XeTeX source.
Primary author of XeTeX: Jonathan Kew.
Compiled with ICU version 58.2; using 58.2
Compiled with zlib version 1.2.11; using 1.2.11
Compiled with FreeType2 version 2.7.1; using 2.7.1
Compiled with Graphite2 version 1.3.9; using 1.3.9
Compiled with HarfBuzz version 1.4.6; using 1.4.6
Compiled with libpng version 1.6.29; using 1.6.29
Compiled with poppler version 0.52.0
Compiled with fontconfig version 2.8.0; using 2.10.95
[indico]$ 

This is the default LaTeX hyperref package setting,

You will need to edit indico/legacy/webinterface/tpls/latex/inc/document.tpl in the installation ( I am not sure if this is overridable in the customization dir.) Check the hyperref manual for possible settings (hidelinks=true would be one possibiblity).

Those are just links to other parts of the document. They won’t show up in print. As @bpedersen2 says, you can edit that file and disable them if it’s really a problem for you.

Thank you for the information.
I did not know those red rectangles are hyperlinks…
It works. This feature is very fine!:slightly_smiling_face:

Probably using \hyperref{colorlinks=true} would be a better default to match modern pdf look-and-feel.
Should I prepare a patch?

1 Like

Would be much welcome!

Pull request is here https://github.com/indico/indico/pull/3277

1 Like