General ⇒ Package tocbasic Error
-
- Posts: 1
- Joined: Mon Mar 18, 2024 12:47 am
Package tocbasic Error
How can I solve this:
"File extension `lol' is already used by a toc-file, while lol
tried to use it again for a toc-file.
This may be either an incompatibility of packages, an error at a package,
or a mistake by the user.
Package tocbasic Error: file extension `lol' cannot be used twice ."
I am receiving this and there is no 'lol' extension.
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
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
Package tocbasic Error
Do you use the
scrhack
package? It has patches for the listings
package. If yes, load it with the listings=false
option:Code: Select all
\usepackage[listings=false]{scrhack}