LyXtable of contents problem

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
darbisou
Posts: 4
Joined: Mon Apr 19, 2021 11:09 am

table of contents problem

Post by darbisou »

Hello
I'm new user of Lyx , please how can i delete red rectangles in the table of contents.
In attachment i upload a capture of my problem
Attachments
Capture.PNG
Capture.PNG (108.78 KiB) Viewed 6454 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Ijon Tichy
Posts: 640
Joined: Mon Dec 24, 2018 10:12 am

table of contents problem

Post by Ijon Tichy »

If you don't like links, remove package hyperref. If you do like color links or underlines instead of rectangles configure the package. See the manual for more information.
Sorry, but I can no longer participate here as the administrator is trampling on my wishes on one of his other platforms. :cry:
User avatar
Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

table of contents problem

Post by Stefan Kottwitz »

An easy way is adding the hidelinks option:

Code: Select all

\usepackage[hidelinks]{hyperref}
So bookmarks (and links) will stay.

Stefan
LaTeX.org admin
darbisou
Posts: 4
Joined: Mon Apr 19, 2021 11:09 am

table of contents problem

Post by darbisou »

Ijon Tichy wrote:If you don't like links, remove package hyperref. If you do like color links or underlines instead of rectangles configure the package. See the manual for more information.
I resolve it thanks
darbisou
Posts: 4
Joined: Mon Apr 19, 2021 11:09 am

table of contents problem

Post by darbisou »

Stefan Kottwitz wrote:An easy way is adding the hidelinks option:

Code: Select all

\usepackage[hidelinks]{hyperref}
So bookmarks (and links) will stay.

Stefan
thanks Stefan i resolve it
Post Reply