overleaf errors The Next CEO of Stack OverflowOverleaf adding of .tex fileDoes listfiles work on Overleaf?Overleaf shortcuts don't work in vim modeWeird Typesetting on OverleafOverleaf back to v1avm.sty-related errors in Overleaf v. 2Overleaf ftp access?Exporting from overleafOverleaf Import .asyOverleaf v2 saving versions?
Small nick on power cord from an electric alarm clock, and copper wiring exposed but intact
Can you teleport closer to a creature you are Frightened of?
how one can write a nice vector parser, something that does pgfvecparseA=B-C; D=E x F;
From jafe to El-Guest
Is it okay to majorly distort historical facts while writing a fiction story?
Is there a way to save my career from absolute disaster?
(How) Could a medieval fantasy world survive a magic-induced "nuclear winter"?
Strange use of "whether ... than ..." in official text
What is the difference between "hamstring tendon" and "common hamstring tendon"?
Calculate the Mean mean of two numbers
Physiological effects of huge anime eyes
Is it ever safe to open a suspicious HTML file (e.g. email attachment)?
In the "Harry Potter and the Order of the Phoenix" video game, what potion is used to sabotage Umbridge's speakers?
What is the process for purifying your home if you believe it may have been previously used for pagan worship?
Won the lottery - how do I keep the money?
What flight has the highest ratio of timezone difference to flight time?
Is there an equivalent of cd - for cp or mv
Audio Conversion With ADS1243
Is Nisuin Biblical or Rabbinic?
Why do we say 'Un seul M' and not 'Une seule M' even though M is a "consonne"
Is it convenient to ask the journal's editor for two additional days to complete a review?
Help/tips for a first time writer?
Why am I getting "Static method cannot be referenced from a non static context: String String.valueOf(Object)"?
Is dried pee considered dirt?
overleaf errors
The Next CEO of Stack OverflowOverleaf adding of .tex fileDoes listfiles work on Overleaf?Overleaf shortcuts don't work in vim modeWeird Typesetting on OverleafOverleaf back to v1avm.sty-related errors in Overleaf v. 2Overleaf ftp access?Exporting from overleafOverleaf Import .asyOverleaf v2 saving versions?
The following is my thesis preamble:
documentclass[12pt,english]article
usepackagesubfig
usepackagegraphicx % for graphics
usepackagesubfigmat
%usepackage[draft]graphicx % temporarily turn off graphicx
%usepackagesubfig
%setcounterlofdepth2
%usepackageparskip
usepackagecaption % Enable figure captions or figure notes
usepackagesubcaption %Further enable sub captions
usepackagebooktabs %for table
usepackageamsmath %for equations and mathematical symbols
usepackageamssymb
usepackagerotating %for table rotation
usepackagelscape
usepackagefloat % allow tables to self adjust
usepackagemorefloats
usepackage[flushleft]threeparttable
usepackagetabularx
usepackageadjustbox
usepackagehyperref % allow hyper referencing
usepackagebreakcites
usepackagecsquotes
usepackageenumerate % to get all that enumeration offers
captionsetupfont=footnotesize
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
usepackage[round]natbib % for bibliography
%bibliographystylecambridgeauthordate
usepackageapalike
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%usepackage[natbibapa]apacite % load "apacite" with option "natbibapa"
%bibliographystyleapacite % specify the bibliography style
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%plainnat % regular bibliography
usepackage[usenames, dvipsnames]color % coloring fonts
%%%%%%%%%%%%%%%%%%%%%%%
usepackage[T1]fontenc
usepackagearray
usepackagemultirow
usepackageesint
usepackage[toc,page]appendix
renewcommandciteciteyear
newtheoremtheoremTheorem
newtheoremcorollaryCorollary
newtheoremassumptionAssumption
newtheoremdefinitionDefinition
newtheorempropositionProposition
makeatletter
providecommandtabularnewline\
usepackagepsfragusepackagemultirow@ifundefineddefinecolorusepackagecolor
usepackagecolortblusepackagefloatusepackagebmusepackage[metapost]mfpic
% Tree-saver - if turn this on you lose page numbers
setlengthtextwidth8.276in
setlengthtextheight11.405in
% Allow 1 in margin on each side and nothing else
addtolengthtextwidth-2in
addtolengthtextheight-2in
setlengthoddsidemargin0pt
setlengthevensidemarginoddsidemargin
setlengthtopmargin0pt
addtolengthtopmargin-headheight
addtolengthtopmargin-headsep
newcommanddsdisplaystyle
newcommandbsboldsymbol
%pagenumberingroman
parindent=0pt
parskip=5pt
def@cite#1#2#1if@tempswa , #2fi
def@biblabel#1
defph#1phantom#1
renewcommandbaselinestretch1.0
title
author
usepackagebabel
datetoday
%usepackagecalc % To reset the counter in the document after title page
makeatother
begindocument
maketitle
beginabstract
I must use subfigure package for
beginfigure[!ht]
setlengthlineskip1ex% increase spacing
centering
subfloat[1998:1]includegraphics[width=.3textwidth]A1%
hspacefill
subfloat[1998:2]includegraphics[width=.3textwidth]A2%
hspacefill
subfloat[1999:1]includegraphics[width=.3textwidth]A3%
hspacefill
subfloat[1999:2]includegraphics[width=.3textwidth]A4%
hspacefill
subfloat[2000:1]includegraphics[width=.3textwidth]A5%
hspacefill
subfloat[2000:2]includegraphics[width=.3textwidth]A6%
hspacefill
subfloat[2001:1]includegraphics[width=.3textwidth]A7%
hspacefill
subfloat[2001:2]includegraphics[width=.3textwidth]A8
hspacefill
subfloat[2002:1][![enter image description here][1]][1]includegraphics[width=.3textwidth]A9
hspacefill
subfloat[2002:2]includegraphics[width=.3textwidth]A10
hspacefill
subfloat[2003:1]includegraphics[width=.3textwidth]A11
hspacefill
subfloat[2003:2]includegraphics[width=.3textwidth]A12
captionlabelfigure12 Dynamic crisis transmission maps from 1998-2003
endfigure
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 newcountersubfigure
[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
usepackagesubfig
usepackagegraphicx % for graphics
usepackagesubfigmat
%usepackage[draft]graphicx % temporarily turn off graphicx
%usepackagesubfig
%setcounterlofdepth2
%usepackageparskip
usepackagecaption % Enable figure captions or figure notes
usepackagesubcaption %Further enable sub captions
usepackagebooktabs %for table
usepackageamsmath %for equations and mathematical symbols
usepackageamssymb
usepackagerotating %for table rotation
usepackagelscape
usepackagefloat % allow tables to self adjust
usepackagemorefloats
usepackage[flushleft]threeparttable
usepackagetabularx
usepackageadjustbox
usepackagehyperref % allow hyper referencing
usepackagebreakcites
usepackagecsquotes
usepackageenumerate % to get all that enumeration offers
captionsetupfont=footnotesize
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
usepackage[round]natbib % for bibliography
%bibliographystylecambridgeauthordate
usepackageapalike
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%usepackage[natbibapa]apacite % load "apacite" with option "natbibapa"
%bibliographystyleapacite % specify the bibliography style
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%plainnat % regular bibliography
usepackage[usenames, dvipsnames]color % coloring fonts
%%%%%%%%%%%%%%%%%%%%%%%
usepackage[T1]fontenc
usepackagearray
usepackagemultirow
usepackageesint
usepackage[toc,page]appendix
renewcommandciteciteyear
newtheoremtheoremTheorem
newtheoremcorollaryCorollary
newtheoremassumptionAssumption
newtheoremdefinitionDefinition
newtheorempropositionProposition
makeatletter
providecommandtabularnewline\
usepackagepsfragusepackagemultirow@ifundefineddefinecolorusepackagecolor
usepackagecolortblusepackagefloatusepackagebmusepackage[metapost]mfpic
% Tree-saver - if turn this on you lose page numbers
setlengthtextwidth8.276in
setlengthtextheight11.405in
% Allow 1 in margin on each side and nothing else
addtolengthtextwidth-2in
addtolengthtextheight-2in
setlengthoddsidemargin0pt
setlengthevensidemarginoddsidemargin
setlengthtopmargin0pt
addtolengthtopmargin-headheight
addtolengthtopmargin-headsep
newcommanddsdisplaystyle
newcommandbsboldsymbol
%pagenumberingroman
parindent=0pt
parskip=5pt
def@cite#1#2#1if@tempswa , #2fi
def@biblabel#1
defph#1phantom#1
renewcommandbaselinestretch1.0
title
author
usepackagebabel
datetoday
%usepackagecalc % To reset the counter in the document after title page
makeatother
begindocument
maketitle
beginabstract
I must use subfigure package for
beginfigure[!ht]
setlengthlineskip1ex% increase spacing
centering
subfloat[1998:1]includegraphics[width=.3textwidth]A1%
hspacefill
subfloat[1998:2]includegraphics[width=.3textwidth]A2%
hspacefill
subfloat[1999:1]includegraphics[width=.3textwidth]A3%
hspacefill
subfloat[1999:2]includegraphics[width=.3textwidth]A4%
hspacefill
subfloat[2000:1]includegraphics[width=.3textwidth]A5%
hspacefill
subfloat[2000:2]includegraphics[width=.3textwidth]A6%
hspacefill
subfloat[2001:1]includegraphics[width=.3textwidth]A7%
hspacefill
subfloat[2001:2]includegraphics[width=.3textwidth]A8
hspacefill
subfloat[2002:1][![enter image description here][1]][1]includegraphics[width=.3textwidth]A9
hspacefill
subfloat[2002:2]includegraphics[width=.3textwidth]A10
hspacefill
subfloat[2003:1]includegraphics[width=.3textwidth]A11
hspacefill
subfloat[2003:2]includegraphics[width=.3textwidth]A12
captionlabelfigure12 Dynamic crisis transmission maps from 1998-2003
endfigure
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 newcountersubfigure
[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
5 mins ago
add a comment |
The following is my thesis preamble:
documentclass[12pt,english]article
usepackagesubfig
usepackagegraphicx % for graphics
usepackagesubfigmat
%usepackage[draft]graphicx % temporarily turn off graphicx
%usepackagesubfig
%setcounterlofdepth2
%usepackageparskip
usepackagecaption % Enable figure captions or figure notes
usepackagesubcaption %Further enable sub captions
usepackagebooktabs %for table
usepackageamsmath %for equations and mathematical symbols
usepackageamssymb
usepackagerotating %for table rotation
usepackagelscape
usepackagefloat % allow tables to self adjust
usepackagemorefloats
usepackage[flushleft]threeparttable
usepackagetabularx
usepackageadjustbox
usepackagehyperref % allow hyper referencing
usepackagebreakcites
usepackagecsquotes
usepackageenumerate % to get all that enumeration offers
captionsetupfont=footnotesize
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
usepackage[round]natbib % for bibliography
%bibliographystylecambridgeauthordate
usepackageapalike
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%usepackage[natbibapa]apacite % load "apacite" with option "natbibapa"
%bibliographystyleapacite % specify the bibliography style
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%plainnat % regular bibliography
usepackage[usenames, dvipsnames]color % coloring fonts
%%%%%%%%%%%%%%%%%%%%%%%
usepackage[T1]fontenc
usepackagearray
usepackagemultirow
usepackageesint
usepackage[toc,page]appendix
renewcommandciteciteyear
newtheoremtheoremTheorem
newtheoremcorollaryCorollary
newtheoremassumptionAssumption
newtheoremdefinitionDefinition
newtheorempropositionProposition
makeatletter
providecommandtabularnewline\
usepackagepsfragusepackagemultirow@ifundefineddefinecolorusepackagecolor
usepackagecolortblusepackagefloatusepackagebmusepackage[metapost]mfpic
% Tree-saver - if turn this on you lose page numbers
setlengthtextwidth8.276in
setlengthtextheight11.405in
% Allow 1 in margin on each side and nothing else
addtolengthtextwidth-2in
addtolengthtextheight-2in
setlengthoddsidemargin0pt
setlengthevensidemarginoddsidemargin
setlengthtopmargin0pt
addtolengthtopmargin-headheight
addtolengthtopmargin-headsep
newcommanddsdisplaystyle
newcommandbsboldsymbol
%pagenumberingroman
parindent=0pt
parskip=5pt
def@cite#1#2#1if@tempswa , #2fi
def@biblabel#1
defph#1phantom#1
renewcommandbaselinestretch1.0
title
author
usepackagebabel
datetoday
%usepackagecalc % To reset the counter in the document after title page
makeatother
begindocument
maketitle
beginabstract
I must use subfigure package for
beginfigure[!ht]
setlengthlineskip1ex% increase spacing
centering
subfloat[1998:1]includegraphics[width=.3textwidth]A1%
hspacefill
subfloat[1998:2]includegraphics[width=.3textwidth]A2%
hspacefill
subfloat[1999:1]includegraphics[width=.3textwidth]A3%
hspacefill
subfloat[1999:2]includegraphics[width=.3textwidth]A4%
hspacefill
subfloat[2000:1]includegraphics[width=.3textwidth]A5%
hspacefill
subfloat[2000:2]includegraphics[width=.3textwidth]A6%
hspacefill
subfloat[2001:1]includegraphics[width=.3textwidth]A7%
hspacefill
subfloat[2001:2]includegraphics[width=.3textwidth]A8
hspacefill
subfloat[2002:1][![enter image description here][1]][1]includegraphics[width=.3textwidth]A9
hspacefill
subfloat[2002:2]includegraphics[width=.3textwidth]A10
hspacefill
subfloat[2003:1]includegraphics[width=.3textwidth]A11
hspacefill
subfloat[2003:2]includegraphics[width=.3textwidth]A12
captionlabelfigure12 Dynamic crisis transmission maps from 1998-2003
endfigure
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 newcountersubfigure
[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
usepackagesubfig
usepackagegraphicx % for graphics
usepackagesubfigmat
%usepackage[draft]graphicx % temporarily turn off graphicx
%usepackagesubfig
%setcounterlofdepth2
%usepackageparskip
usepackagecaption % Enable figure captions or figure notes
usepackagesubcaption %Further enable sub captions
usepackagebooktabs %for table
usepackageamsmath %for equations and mathematical symbols
usepackageamssymb
usepackagerotating %for table rotation
usepackagelscape
usepackagefloat % allow tables to self adjust
usepackagemorefloats
usepackage[flushleft]threeparttable
usepackagetabularx
usepackageadjustbox
usepackagehyperref % allow hyper referencing
usepackagebreakcites
usepackagecsquotes
usepackageenumerate % to get all that enumeration offers
captionsetupfont=footnotesize
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
usepackage[round]natbib % for bibliography
%bibliographystylecambridgeauthordate
usepackageapalike
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%usepackage[natbibapa]apacite % load "apacite" with option "natbibapa"
%bibliographystyleapacite % specify the bibliography style
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%plainnat % regular bibliography
usepackage[usenames, dvipsnames]color % coloring fonts
%%%%%%%%%%%%%%%%%%%%%%%
usepackage[T1]fontenc
usepackagearray
usepackagemultirow
usepackageesint
usepackage[toc,page]appendix
renewcommandciteciteyear
newtheoremtheoremTheorem
newtheoremcorollaryCorollary
newtheoremassumptionAssumption
newtheoremdefinitionDefinition
newtheorempropositionProposition
makeatletter
providecommandtabularnewline\
usepackagepsfragusepackagemultirow@ifundefineddefinecolorusepackagecolor
usepackagecolortblusepackagefloatusepackagebmusepackage[metapost]mfpic
% Tree-saver - if turn this on you lose page numbers
setlengthtextwidth8.276in
setlengthtextheight11.405in
% Allow 1 in margin on each side and nothing else
addtolengthtextwidth-2in
addtolengthtextheight-2in
setlengthoddsidemargin0pt
setlengthevensidemarginoddsidemargin
setlengthtopmargin0pt
addtolengthtopmargin-headheight
addtolengthtopmargin-headsep
newcommanddsdisplaystyle
newcommandbsboldsymbol
%pagenumberingroman
parindent=0pt
parskip=5pt
def@cite#1#2#1if@tempswa , #2fi
def@biblabel#1
defph#1phantom#1
renewcommandbaselinestretch1.0
title
author
usepackagebabel
datetoday
%usepackagecalc % To reset the counter in the document after title page
makeatother
begindocument
maketitle
beginabstract
I must use subfigure package for
beginfigure[!ht]
setlengthlineskip1ex% increase spacing
centering
subfloat[1998:1]includegraphics[width=.3textwidth]A1%
hspacefill
subfloat[1998:2]includegraphics[width=.3textwidth]A2%
hspacefill
subfloat[1999:1]includegraphics[width=.3textwidth]A3%
hspacefill
subfloat[1999:2]includegraphics[width=.3textwidth]A4%
hspacefill
subfloat[2000:1]includegraphics[width=.3textwidth]A5%
hspacefill
subfloat[2000:2]includegraphics[width=.3textwidth]A6%
hspacefill
subfloat[2001:1]includegraphics[width=.3textwidth]A7%
hspacefill
subfloat[2001:2]includegraphics[width=.3textwidth]A8
hspacefill
subfloat[2002:1][![enter image description here][1]][1]includegraphics[width=.3textwidth]A9
hspacefill
subfloat[2002:2]includegraphics[width=.3textwidth]A10
hspacefill
subfloat[2003:1]includegraphics[width=.3textwidth]A11
hspacefill
subfloat[2003:2]includegraphics[width=.3textwidth]A12
captionlabelfigure12 Dynamic crisis transmission maps from 1998-2003
endfigure
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 newcountersubfigure
[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 7 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
5 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
5 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
5 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
5 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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
5 mins ago