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 6638 times

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
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: 10359
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