General ⇒ Package caption Error: For a successful cooperation we need at least version(caption) is available.\begin{document}
-
- Posts: 3
- Joined: Tue May 02, 2017 6:21 am
Package caption Error: For a successful cooperation we need at least version(caption) is available.\begin{document}
\caption will not be redefined since it's already(caption) redefined by a document class or package which is(caption) unknown to the caption package.
Please help how to solve this problem.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Package caption Error: For a successful cooperation we need at least version(caption) is available.\begin{document}

The error message is produced by the caption package through its
\caption@If@Package@Loaded
command. This command is used two times by the caption package.
- Once for checking if the float package has been loaded and if its version is at least
2001/11/08 v1.3d
and - once for checking if the floatrow package has been loaded and its version is at least
2007/08/24 v0.2a

-
- Posts: 3
- Joined: Tue May 02, 2017 6:21 am
Package caption Error: For a successful cooperation we need at least version(caption) is available.\begin{document}
Code: Select all
\documentclass[a4paper, 12pt,oneside]{book}
\input{Preamble_matter}
\usepackage{epstopdf}
\usepackage{caption}
\usepackage{subfigure}
\usepackage{indentfirst}
\begin{document} %error is occurring in this line
%\input{Front_matter_new}
\markboth
{\Headingsize \it Chapter 1: Introduction}
{\Headingsize \it Chapter 1:Introduction}
\input{Introduction_chapter}
\markboth
{\Headingsize \it Chapter 2: Synthesis Schemes}
{\Headingsize \it Chapter 2: Synthesis Schemes}
\input{chapter2}
- Stefan Kottwitz
- Site Admin
- Posts: 10330
- Joined: Mon Mar 10, 2008 9:44 pm
Package caption Error: For a successful cooperation we need at least version(caption) is available.\begin{document}
Can you please insert the command
\listfiles
into your document preamble, compile again, and post the .log file here as attachment?Stefan