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.
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
NEW: TikZ book now 40% off at Amazon.com for a short time.

Package caption Error: For a successful cooperation we need at least version(caption) is available.\begin{document}
can you please show a
minimal working example which produces this error? Otherwise we won't be able to say much.
The error message is produced by the caption package through its
minimal working example.

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

site moderator & package author
-
- 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}
Last edited by Stefan Kottwitz on Tue May 02, 2017 12:53 pm, edited 1 time in total.
- Stefan Kottwitz
- Site Admin
- Posts: 10340
- 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}
Welcome to the forum!
Can you please insert the command
Stefan
Can you please insert the command
\listfiles
into your document preamble, compile again, and post the .log file here as attachment?Stefan
LaTeX.org admin