LyX ⇒ table of contents problem
table of contents problem
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 (108.78 KiB) Viewed 6638 times
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
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
table of contents problem
hyperref
. If you do like color links or underlines instead of rectangles configure the package. See the manual for more information.
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
table of contents problem
hidelinks
option:Code: Select all
\usepackage[hidelinks]{hyperref}
Stefan
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