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
LyX ⇒ table of contents problem
table of contents problem
- Attachments
-
- Capture.PNG (108.78 KiB) Viewed 6449 times
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
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. 

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
table of contents problem
An easy way is adding the
So bookmarks (and links) will stay.
Stefan
hidelinks
option:Code: Select all
\usepackage[hidelinks]{hyperref}
Stefan
LaTeX.org admin
table of contents problem
I resolve it thanksIjon Tichy wrote:If you don't like links, remove packagehyperref
. If you do like color links or underlines instead of rectangles configure the package. See the manual for more information.
table of contents problem
thanks Stefan i resolve itStefan Kottwitz wrote:An easy way is adding thehidelinks
option:
So bookmarks (and links) will stay.Code: Select all
\usepackage[hidelinks]{hyperref}
Stefan