overleaf errors
The following is my thesis preamble:
documentclass[12pt,english]{article}
usepackage{subfig}
usepackage{graphicx} % for graphics
usepackage{subfigmat}
%usepackage[draft]{graphicx} % temporarily turn off graphicx
%usepackage{subfig}
%setcounter{lofdepth}{2}
%usepackage{parskip}
usepackage{caption} % Enable figure captions or figure notes
usepackage{subcaption} %Further enable sub captions
usepackage{booktabs} %for table
usepackage{amsmath} %for equations and mathematical symbols
usepackage{amssymb}
usepackage{rotating} %for table rotation
usepackage{lscape}
usepackage{float} % allow tables to self adjust
usepackage{morefloats}
usepackage[flushleft]{threeparttable}
usepackage{tabularx}
usepackage{adjustbox}
usepackage{hyperref} % allow hyper referencing
usepackage{breakcites}
usepackage{csquotes}
usepackage{enumerate} % to get all that enumeration offers
captionsetup{font=footnotesize}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
usepackage[round]{natbib} % for bibliography
%bibliographystyle{cambridgeauthordate}
usepackage{apalike}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%usepackage[natbibapa]{apacite} % load "apacite" with option "natbibapa"
%bibliographystyle{apacite} % specify the bibliography style
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%{plainnat} % regular bibliography
usepackage[usenames, dvipsnames]{color} % coloring fonts
%%%%%%%%%%%%%%%%%%%%%%%
usepackage[T1]{fontenc}
usepackage{array}
usepackage{multirow}
usepackage{esint}
usepackage[toc,page]{appendix}
renewcommand{cite}{citeyear}
newtheorem{theorem}{Theorem}
newtheorem{corollary}{Corollary}
newtheorem{assumption}{Assumption}
newtheorem{definition}{Definition}
newtheorem{proposition}{Proposition}
makeatletter
providecommand{tabularnewline}{\}
usepackage{psfrag}usepackage{multirow}@ifundefined{definecolor}{usepackage{color}}{}
usepackage{colortbl}usepackage{float}usepackage{bm}usepackage[metapost]{mfpic}
% Tree-saver - if turn this on you lose page numbers
setlength{textwidth}{8.276in}
setlength{textheight}{11.405in}
% Allow 1 in margin on each side and nothing else
addtolength{textwidth}{-2in}
addtolength{textheight}{-2in}
setlength{oddsidemargin}{0pt}
setlength{evensidemargin}{oddsidemargin}
setlength{topmargin}{0pt}
addtolength{topmargin}{-headheight}
addtolength{topmargin}{-headsep}
newcommand{ds}{displaystyle}
newcommand{bs}{boldsymbol}
%pagenumbering{roman}
parindent=0pt
parskip=5pt
def@cite#1#2{{#1if@tempswa , #2fi}}
def@biblabel#1{}
defph#1{phantom{#1}}
renewcommand{baselinestretch}{1.0}
title{}
author{}
usepackage{babel}
date{today}
%usepackage{calc} % To reset the counter in the document after title page
makeatother
begin{document}
maketitle
begin{abstract}
I must use subfigure package for
begin{figure}[!ht]
setlength{lineskip}{1ex}% increase spacing
centering
subfloat[1998:1]{includegraphics[width=.3textwidth]{A1}}%
hspace{fill}
subfloat[1998:2]{includegraphics[width=.3textwidth]{A2}}%
hspace{fill}
subfloat[1999:1]{includegraphics[width=.3textwidth]{A3}}%
hspace{fill}
subfloat[1999:2]{includegraphics[width=.3textwidth]{A4}}%
hspace{fill}
subfloat[2000:1]{includegraphics[width=.3textwidth]{A5}}%
hspace{fill}
subfloat[2000:2]{includegraphics[width=.3textwidth]{A6}}%
hspace{fill}
subfloat[2001:1]{includegraphics[width=.3textwidth]{A7}}%
hspace{fill}
subfloat[2001:2]{includegraphics[width=.3textwidth]{A8}}
hspace{fill}
subfloat[2002:1][![enter image description here][1]][1]{includegraphics[width=.3textwidth]{A9}}
hspace{fill}
subfloat[2002:2]{includegraphics[width=.3textwidth]{A10}}
hspace{fill}
subfloat[2003:1]{includegraphics[width=.3textwidth]{A11}}
hspace{fill}
subfloat[2003:2]{includegraphics[width=.3textwidth]{A12}}
caption{label{figure12} Dynamic crisis transmission maps from 1998-2003}
end{figure}
But I end up getting errors as follows:
LaTeX Error: Command c@subfigure already defined.
Or name end... illegal, see p.192 of the manual.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.113 newcounter{subfigure}
[figure]
Your command was ignored.
Type I <command> <return> to replace it with another command,
or <return> to continue without it.
And some more errors as attached
HOW CAN I GET RID OF THESE ERRORS?
subfloats subcaption overleaf
add a comment |
The following is my thesis preamble:
documentclass[12pt,english]{article}
usepackage{subfig}
usepackage{graphicx} % for graphics
usepackage{subfigmat}
%usepackage[draft]{graphicx} % temporarily turn off graphicx
%usepackage{subfig}
%setcounter{lofdepth}{2}
%usepackage{parskip}
usepackage{caption} % Enable figure captions or figure notes
usepackage{subcaption} %Further enable sub captions
usepackage{booktabs} %for table
usepackage{amsmath} %for equations and mathematical symbols
usepackage{amssymb}
usepackage{rotating} %for table rotation
usepackage{lscape}
usepackage{float} % allow tables to self adjust
usepackage{morefloats}
usepackage[flushleft]{threeparttable}
usepackage{tabularx}
usepackage{adjustbox}
usepackage{hyperref} % allow hyper referencing
usepackage{breakcites}
usepackage{csquotes}
usepackage{enumerate} % to get all that enumeration offers
captionsetup{font=footnotesize}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
usepackage[round]{natbib} % for bibliography
%bibliographystyle{cambridgeauthordate}
usepackage{apalike}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%usepackage[natbibapa]{apacite} % load "apacite" with option "natbibapa"
%bibliographystyle{apacite} % specify the bibliography style
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%{plainnat} % regular bibliography
usepackage[usenames, dvipsnames]{color} % coloring fonts
%%%%%%%%%%%%%%%%%%%%%%%
usepackage[T1]{fontenc}
usepackage{array}
usepackage{multirow}
usepackage{esint}
usepackage[toc,page]{appendix}
renewcommand{cite}{citeyear}
newtheorem{theorem}{Theorem}
newtheorem{corollary}{Corollary}
newtheorem{assumption}{Assumption}
newtheorem{definition}{Definition}
newtheorem{proposition}{Proposition}
makeatletter
providecommand{tabularnewline}{\}
usepackage{psfrag}usepackage{multirow}@ifundefined{definecolor}{usepackage{color}}{}
usepackage{colortbl}usepackage{float}usepackage{bm}usepackage[metapost]{mfpic}
% Tree-saver - if turn this on you lose page numbers
setlength{textwidth}{8.276in}
setlength{textheight}{11.405in}
% Allow 1 in margin on each side and nothing else
addtolength{textwidth}{-2in}
addtolength{textheight}{-2in}
setlength{oddsidemargin}{0pt}
setlength{evensidemargin}{oddsidemargin}
setlength{topmargin}{0pt}
addtolength{topmargin}{-headheight}
addtolength{topmargin}{-headsep}
newcommand{ds}{displaystyle}
newcommand{bs}{boldsymbol}
%pagenumbering{roman}
parindent=0pt
parskip=5pt
def@cite#1#2{{#1if@tempswa , #2fi}}
def@biblabel#1{}
defph#1{phantom{#1}}
renewcommand{baselinestretch}{1.0}
title{}
author{}
usepackage{babel}
date{today}
%usepackage{calc} % To reset the counter in the document after title page
makeatother
begin{document}
maketitle
begin{abstract}
I must use subfigure package for
begin{figure}[!ht]
setlength{lineskip}{1ex}% increase spacing
centering
subfloat[1998:1]{includegraphics[width=.3textwidth]{A1}}%
hspace{fill}
subfloat[1998:2]{includegraphics[width=.3textwidth]{A2}}%
hspace{fill}
subfloat[1999:1]{includegraphics[width=.3textwidth]{A3}}%
hspace{fill}
subfloat[1999:2]{includegraphics[width=.3textwidth]{A4}}%
hspace{fill}
subfloat[2000:1]{includegraphics[width=.3textwidth]{A5}}%
hspace{fill}
subfloat[2000:2]{includegraphics[width=.3textwidth]{A6}}%
hspace{fill}
subfloat[2001:1]{includegraphics[width=.3textwidth]{A7}}%
hspace{fill}
subfloat[2001:2]{includegraphics[width=.3textwidth]{A8}}
hspace{fill}
subfloat[2002:1][![enter image description here][1]][1]{includegraphics[width=.3textwidth]{A9}}
hspace{fill}
subfloat[2002:2]{includegraphics[width=.3textwidth]{A10}}
hspace{fill}
subfloat[2003:1]{includegraphics[width=.3textwidth]{A11}}
hspace{fill}
subfloat[2003:2]{includegraphics[width=.3textwidth]{A12}}
caption{label{figure12} Dynamic crisis transmission maps from 1998-2003}
end{figure}
But I end up getting errors as follows:
LaTeX Error: Command c@subfigure already defined.
Or name end... illegal, see p.192 of the manual.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.113 newcounter{subfigure}
[figure]
Your command was ignored.
Type I <command> <return> to replace it with another command,
or <return> to continue without it.
And some more errors as attached
HOW CAN I GET RID OF THESE ERRORS?
subfloats subcaption overleaf
You loadsubfig
andsubcaption
, both are incompatible with another. Overall, the template you are using is just bad. Have a look at en.wikibooks.org/wiki/LaTeX/Scientific_Reports
– Johannes_B
32 mins ago
add a comment |
The following is my thesis preamble:
documentclass[12pt,english]{article}
usepackage{subfig}
usepackage{graphicx} % for graphics
usepackage{subfigmat}
%usepackage[draft]{graphicx} % temporarily turn off graphicx
%usepackage{subfig}
%setcounter{lofdepth}{2}
%usepackage{parskip}
usepackage{caption} % Enable figure captions or figure notes
usepackage{subcaption} %Further enable sub captions
usepackage{booktabs} %for table
usepackage{amsmath} %for equations and mathematical symbols
usepackage{amssymb}
usepackage{rotating} %for table rotation
usepackage{lscape}
usepackage{float} % allow tables to self adjust
usepackage{morefloats}
usepackage[flushleft]{threeparttable}
usepackage{tabularx}
usepackage{adjustbox}
usepackage{hyperref} % allow hyper referencing
usepackage{breakcites}
usepackage{csquotes}
usepackage{enumerate} % to get all that enumeration offers
captionsetup{font=footnotesize}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
usepackage[round]{natbib} % for bibliography
%bibliographystyle{cambridgeauthordate}
usepackage{apalike}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%usepackage[natbibapa]{apacite} % load "apacite" with option "natbibapa"
%bibliographystyle{apacite} % specify the bibliography style
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%{plainnat} % regular bibliography
usepackage[usenames, dvipsnames]{color} % coloring fonts
%%%%%%%%%%%%%%%%%%%%%%%
usepackage[T1]{fontenc}
usepackage{array}
usepackage{multirow}
usepackage{esint}
usepackage[toc,page]{appendix}
renewcommand{cite}{citeyear}
newtheorem{theorem}{Theorem}
newtheorem{corollary}{Corollary}
newtheorem{assumption}{Assumption}
newtheorem{definition}{Definition}
newtheorem{proposition}{Proposition}
makeatletter
providecommand{tabularnewline}{\}
usepackage{psfrag}usepackage{multirow}@ifundefined{definecolor}{usepackage{color}}{}
usepackage{colortbl}usepackage{float}usepackage{bm}usepackage[metapost]{mfpic}
% Tree-saver - if turn this on you lose page numbers
setlength{textwidth}{8.276in}
setlength{textheight}{11.405in}
% Allow 1 in margin on each side and nothing else
addtolength{textwidth}{-2in}
addtolength{textheight}{-2in}
setlength{oddsidemargin}{0pt}
setlength{evensidemargin}{oddsidemargin}
setlength{topmargin}{0pt}
addtolength{topmargin}{-headheight}
addtolength{topmargin}{-headsep}
newcommand{ds}{displaystyle}
newcommand{bs}{boldsymbol}
%pagenumbering{roman}
parindent=0pt
parskip=5pt
def@cite#1#2{{#1if@tempswa , #2fi}}
def@biblabel#1{}
defph#1{phantom{#1}}
renewcommand{baselinestretch}{1.0}
title{}
author{}
usepackage{babel}
date{today}
%usepackage{calc} % To reset the counter in the document after title page
makeatother
begin{document}
maketitle
begin{abstract}
I must use subfigure package for
begin{figure}[!ht]
setlength{lineskip}{1ex}% increase spacing
centering
subfloat[1998:1]{includegraphics[width=.3textwidth]{A1}}%
hspace{fill}
subfloat[1998:2]{includegraphics[width=.3textwidth]{A2}}%
hspace{fill}
subfloat[1999:1]{includegraphics[width=.3textwidth]{A3}}%
hspace{fill}
subfloat[1999:2]{includegraphics[width=.3textwidth]{A4}}%
hspace{fill}
subfloat[2000:1]{includegraphics[width=.3textwidth]{A5}}%
hspace{fill}
subfloat[2000:2]{includegraphics[width=.3textwidth]{A6}}%
hspace{fill}
subfloat[2001:1]{includegraphics[width=.3textwidth]{A7}}%
hspace{fill}
subfloat[2001:2]{includegraphics[width=.3textwidth]{A8}}
hspace{fill}
subfloat[2002:1][![enter image description here][1]][1]{includegraphics[width=.3textwidth]{A9}}
hspace{fill}
subfloat[2002:2]{includegraphics[width=.3textwidth]{A10}}
hspace{fill}
subfloat[2003:1]{includegraphics[width=.3textwidth]{A11}}
hspace{fill}
subfloat[2003:2]{includegraphics[width=.3textwidth]{A12}}
caption{label{figure12} Dynamic crisis transmission maps from 1998-2003}
end{figure}
But I end up getting errors as follows:
LaTeX Error: Command c@subfigure already defined.
Or name end... illegal, see p.192 of the manual.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.113 newcounter{subfigure}
[figure]
Your command was ignored.
Type I <command> <return> to replace it with another command,
or <return> to continue without it.
And some more errors as attached
HOW CAN I GET RID OF THESE ERRORS?
subfloats subcaption overleaf
The following is my thesis preamble:
documentclass[12pt,english]{article}
usepackage{subfig}
usepackage{graphicx} % for graphics
usepackage{subfigmat}
%usepackage[draft]{graphicx} % temporarily turn off graphicx
%usepackage{subfig}
%setcounter{lofdepth}{2}
%usepackage{parskip}
usepackage{caption} % Enable figure captions or figure notes
usepackage{subcaption} %Further enable sub captions
usepackage{booktabs} %for table
usepackage{amsmath} %for equations and mathematical symbols
usepackage{amssymb}
usepackage{rotating} %for table rotation
usepackage{lscape}
usepackage{float} % allow tables to self adjust
usepackage{morefloats}
usepackage[flushleft]{threeparttable}
usepackage{tabularx}
usepackage{adjustbox}
usepackage{hyperref} % allow hyper referencing
usepackage{breakcites}
usepackage{csquotes}
usepackage{enumerate} % to get all that enumeration offers
captionsetup{font=footnotesize}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
usepackage[round]{natbib} % for bibliography
%bibliographystyle{cambridgeauthordate}
usepackage{apalike}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%usepackage[natbibapa]{apacite} % load "apacite" with option "natbibapa"
%bibliographystyle{apacite} % specify the bibliography style
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%{plainnat} % regular bibliography
usepackage[usenames, dvipsnames]{color} % coloring fonts
%%%%%%%%%%%%%%%%%%%%%%%
usepackage[T1]{fontenc}
usepackage{array}
usepackage{multirow}
usepackage{esint}
usepackage[toc,page]{appendix}
renewcommand{cite}{citeyear}
newtheorem{theorem}{Theorem}
newtheorem{corollary}{Corollary}
newtheorem{assumption}{Assumption}
newtheorem{definition}{Definition}
newtheorem{proposition}{Proposition}
makeatletter
providecommand{tabularnewline}{\}
usepackage{psfrag}usepackage{multirow}@ifundefined{definecolor}{usepackage{color}}{}
usepackage{colortbl}usepackage{float}usepackage{bm}usepackage[metapost]{mfpic}
% Tree-saver - if turn this on you lose page numbers
setlength{textwidth}{8.276in}
setlength{textheight}{11.405in}
% Allow 1 in margin on each side and nothing else
addtolength{textwidth}{-2in}
addtolength{textheight}{-2in}
setlength{oddsidemargin}{0pt}
setlength{evensidemargin}{oddsidemargin}
setlength{topmargin}{0pt}
addtolength{topmargin}{-headheight}
addtolength{topmargin}{-headsep}
newcommand{ds}{displaystyle}
newcommand{bs}{boldsymbol}
%pagenumbering{roman}
parindent=0pt
parskip=5pt
def@cite#1#2{{#1if@tempswa , #2fi}}
def@biblabel#1{}
defph#1{phantom{#1}}
renewcommand{baselinestretch}{1.0}
title{}
author{}
usepackage{babel}
date{today}
%usepackage{calc} % To reset the counter in the document after title page
makeatother
begin{document}
maketitle
begin{abstract}
I must use subfigure package for
begin{figure}[!ht]
setlength{lineskip}{1ex}% increase spacing
centering
subfloat[1998:1]{includegraphics[width=.3textwidth]{A1}}%
hspace{fill}
subfloat[1998:2]{includegraphics[width=.3textwidth]{A2}}%
hspace{fill}
subfloat[1999:1]{includegraphics[width=.3textwidth]{A3}}%
hspace{fill}
subfloat[1999:2]{includegraphics[width=.3textwidth]{A4}}%
hspace{fill}
subfloat[2000:1]{includegraphics[width=.3textwidth]{A5}}%
hspace{fill}
subfloat[2000:2]{includegraphics[width=.3textwidth]{A6}}%
hspace{fill}
subfloat[2001:1]{includegraphics[width=.3textwidth]{A7}}%
hspace{fill}
subfloat[2001:2]{includegraphics[width=.3textwidth]{A8}}
hspace{fill}
subfloat[2002:1][![enter image description here][1]][1]{includegraphics[width=.3textwidth]{A9}}
hspace{fill}
subfloat[2002:2]{includegraphics[width=.3textwidth]{A10}}
hspace{fill}
subfloat[2003:1]{includegraphics[width=.3textwidth]{A11}}
hspace{fill}
subfloat[2003:2]{includegraphics[width=.3textwidth]{A12}}
caption{label{figure12} Dynamic crisis transmission maps from 1998-2003}
end{figure}
But I end up getting errors as follows:
LaTeX Error: Command c@subfigure already defined.
Or name end... illegal, see p.192 of the manual.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.113 newcounter{subfigure}
[figure]
Your command was ignored.
Type I <command> <return> to replace it with another command,
or <return> to continue without it.
And some more errors as attached
HOW CAN I GET RID OF THESE ERRORS?
subfloats subcaption overleaf
subfloats subcaption overleaf
asked 34 mins ago
R.IslamR.Islam
215
215
You loadsubfig
andsubcaption
, both are incompatible with another. Overall, the template you are using is just bad. Have a look at en.wikibooks.org/wiki/LaTeX/Scientific_Reports
– Johannes_B
32 mins ago
add a comment |
You loadsubfig
andsubcaption
, both are incompatible with another. Overall, the template you are using is just bad. Have a look at en.wikibooks.org/wiki/LaTeX/Scientific_Reports
– Johannes_B
32 mins ago
You load
subfig
and subcaption
, both are incompatible with another. Overall, the template you are using is just bad. Have a look at en.wikibooks.org/wiki/LaTeX/Scientific_Reports– Johannes_B
32 mins ago
You load
subfig
and subcaption
, both are incompatible with another. Overall, the template you are using is just bad. Have a look at en.wikibooks.org/wiki/LaTeX/Scientific_Reports– Johannes_B
32 mins ago
add a comment |
0
active
oldest
votes
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f482539%2foverleaf-errors%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f482539%2foverleaf-errors%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
You load
subfig
andsubcaption
, both are incompatible with another. Overall, the template you are using is just bad. Have a look at en.wikibooks.org/wiki/LaTeX/Scientific_Reports– Johannes_B
32 mins ago