subsection and subsubsection aren't working in elsevier template












0















I am working on Elsevier template with a single column format, I am facing an issue with subsections and subsubsections as they are displayed like a normal section with wrong numbering, for example



documentclass[a4paper,fleqn]{cas-sc}
usepackage{float}
usepackage{graphicx}
begin{document}
section{A}
dmddd
subsection{AA}
subsubsection{BB}
end{document}


It displays the following




  1. A

  2. AA

  3. BB


===============================



Moreover, the figure's Specifier for positioning permission like H or h makes an error while compiling the document, for instance



documentclass[a4paper,fleqn]{cas-sc}
usepackage{float}
usepackage{graphicx}
begin{document}

begin{figure}[H]
centering
includegraphics[height=60mm,width=140mm]{c}
caption{ccc}
label{fig:3}
end{figure}

end{document}


It displays this error:! LaTeX3 Error: The key 'cas/fig/H' is unknown and is being ignored.



Any help?










share|improve this question

























  • Can you supply us a minimal example that replicates this problematic behaviour? It'll give us some insight into how you're using the template and provide an opportunity to suggest alternatives/solutions.

    – Werner
    Feb 9 at 21:08






  • 1





    Please provide a MWE that shows the problem. BTW using the [H] parameter for floats is not a good idea (see [Heineous]<tex.stackexchange.com/questions/469880>

    – Peter Wilson
    Feb 9 at 21:12











  • documentclass[a4paper,fleqn]{cas-sc} usepackage{float} usepackage{graphicx} begin{document} begin{figure}[H] centering includegraphics[height=60mm,width=140mm]{c} caption{ccc} label{fig:3} end{figure} end{document} It displays this error : ! LaTeX3 Error: The key 'cas/fig/H' is unknown and is being ignored.

    – Ghadeer Mobasher
    Feb 9 at 21:18











  • @Werner : documentclass[a4paper,fleqn]{cas-sc} usepackage{float} usepackage{graphicx} begin{document} section{A} dmddd subsection{AA} subsubsection{BB} end{document} It displays the following 1. A 2. AA 3. BB

    – Ghadeer Mobasher
    Feb 9 at 21:19






  • 1





    @GhadeerMobasher: Can you edit your question and add the content to your original post rather than in the comments? It allows for more characters and formatting...

    – Werner
    Feb 9 at 21:21
















0















I am working on Elsevier template with a single column format, I am facing an issue with subsections and subsubsections as they are displayed like a normal section with wrong numbering, for example



documentclass[a4paper,fleqn]{cas-sc}
usepackage{float}
usepackage{graphicx}
begin{document}
section{A}
dmddd
subsection{AA}
subsubsection{BB}
end{document}


It displays the following




  1. A

  2. AA

  3. BB


===============================



Moreover, the figure's Specifier for positioning permission like H or h makes an error while compiling the document, for instance



documentclass[a4paper,fleqn]{cas-sc}
usepackage{float}
usepackage{graphicx}
begin{document}

begin{figure}[H]
centering
includegraphics[height=60mm,width=140mm]{c}
caption{ccc}
label{fig:3}
end{figure}

end{document}


It displays this error:! LaTeX3 Error: The key 'cas/fig/H' is unknown and is being ignored.



Any help?










share|improve this question

























  • Can you supply us a minimal example that replicates this problematic behaviour? It'll give us some insight into how you're using the template and provide an opportunity to suggest alternatives/solutions.

    – Werner
    Feb 9 at 21:08






  • 1





    Please provide a MWE that shows the problem. BTW using the [H] parameter for floats is not a good idea (see [Heineous]<tex.stackexchange.com/questions/469880>

    – Peter Wilson
    Feb 9 at 21:12











  • documentclass[a4paper,fleqn]{cas-sc} usepackage{float} usepackage{graphicx} begin{document} begin{figure}[H] centering includegraphics[height=60mm,width=140mm]{c} caption{ccc} label{fig:3} end{figure} end{document} It displays this error : ! LaTeX3 Error: The key 'cas/fig/H' is unknown and is being ignored.

    – Ghadeer Mobasher
    Feb 9 at 21:18











  • @Werner : documentclass[a4paper,fleqn]{cas-sc} usepackage{float} usepackage{graphicx} begin{document} section{A} dmddd subsection{AA} subsubsection{BB} end{document} It displays the following 1. A 2. AA 3. BB

    – Ghadeer Mobasher
    Feb 9 at 21:19






  • 1





    @GhadeerMobasher: Can you edit your question and add the content to your original post rather than in the comments? It allows for more characters and formatting...

    – Werner
    Feb 9 at 21:21














0












0








0








I am working on Elsevier template with a single column format, I am facing an issue with subsections and subsubsections as they are displayed like a normal section with wrong numbering, for example



documentclass[a4paper,fleqn]{cas-sc}
usepackage{float}
usepackage{graphicx}
begin{document}
section{A}
dmddd
subsection{AA}
subsubsection{BB}
end{document}


It displays the following




  1. A

  2. AA

  3. BB


===============================



Moreover, the figure's Specifier for positioning permission like H or h makes an error while compiling the document, for instance



documentclass[a4paper,fleqn]{cas-sc}
usepackage{float}
usepackage{graphicx}
begin{document}

begin{figure}[H]
centering
includegraphics[height=60mm,width=140mm]{c}
caption{ccc}
label{fig:3}
end{figure}

end{document}


It displays this error:! LaTeX3 Error: The key 'cas/fig/H' is unknown and is being ignored.



Any help?










share|improve this question
















I am working on Elsevier template with a single column format, I am facing an issue with subsections and subsubsections as they are displayed like a normal section with wrong numbering, for example



documentclass[a4paper,fleqn]{cas-sc}
usepackage{float}
usepackage{graphicx}
begin{document}
section{A}
dmddd
subsection{AA}
subsubsection{BB}
end{document}


It displays the following




  1. A

  2. AA

  3. BB


===============================



Moreover, the figure's Specifier for positioning permission like H or h makes an error while compiling the document, for instance



documentclass[a4paper,fleqn]{cas-sc}
usepackage{float}
usepackage{graphicx}
begin{document}

begin{figure}[H]
centering
includegraphics[height=60mm,width=140mm]{c}
caption{ccc}
label{fig:3}
end{figure}

end{document}


It displays this error:! LaTeX3 Error: The key 'cas/fig/H' is unknown and is being ignored.



Any help?







floats sectioning errors elsarticle single-sided






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 10 at 20:34







Ghadeer Mobasher

















asked Feb 9 at 21:00









Ghadeer MobasherGhadeer Mobasher

11




11













  • Can you supply us a minimal example that replicates this problematic behaviour? It'll give us some insight into how you're using the template and provide an opportunity to suggest alternatives/solutions.

    – Werner
    Feb 9 at 21:08






  • 1





    Please provide a MWE that shows the problem. BTW using the [H] parameter for floats is not a good idea (see [Heineous]<tex.stackexchange.com/questions/469880>

    – Peter Wilson
    Feb 9 at 21:12











  • documentclass[a4paper,fleqn]{cas-sc} usepackage{float} usepackage{graphicx} begin{document} begin{figure}[H] centering includegraphics[height=60mm,width=140mm]{c} caption{ccc} label{fig:3} end{figure} end{document} It displays this error : ! LaTeX3 Error: The key 'cas/fig/H' is unknown and is being ignored.

    – Ghadeer Mobasher
    Feb 9 at 21:18











  • @Werner : documentclass[a4paper,fleqn]{cas-sc} usepackage{float} usepackage{graphicx} begin{document} section{A} dmddd subsection{AA} subsubsection{BB} end{document} It displays the following 1. A 2. AA 3. BB

    – Ghadeer Mobasher
    Feb 9 at 21:19






  • 1





    @GhadeerMobasher: Can you edit your question and add the content to your original post rather than in the comments? It allows for more characters and formatting...

    – Werner
    Feb 9 at 21:21



















  • Can you supply us a minimal example that replicates this problematic behaviour? It'll give us some insight into how you're using the template and provide an opportunity to suggest alternatives/solutions.

    – Werner
    Feb 9 at 21:08






  • 1





    Please provide a MWE that shows the problem. BTW using the [H] parameter for floats is not a good idea (see [Heineous]<tex.stackexchange.com/questions/469880>

    – Peter Wilson
    Feb 9 at 21:12











  • documentclass[a4paper,fleqn]{cas-sc} usepackage{float} usepackage{graphicx} begin{document} begin{figure}[H] centering includegraphics[height=60mm,width=140mm]{c} caption{ccc} label{fig:3} end{figure} end{document} It displays this error : ! LaTeX3 Error: The key 'cas/fig/H' is unknown and is being ignored.

    – Ghadeer Mobasher
    Feb 9 at 21:18











  • @Werner : documentclass[a4paper,fleqn]{cas-sc} usepackage{float} usepackage{graphicx} begin{document} section{A} dmddd subsection{AA} subsubsection{BB} end{document} It displays the following 1. A 2. AA 3. BB

    – Ghadeer Mobasher
    Feb 9 at 21:19






  • 1





    @GhadeerMobasher: Can you edit your question and add the content to your original post rather than in the comments? It allows for more characters and formatting...

    – Werner
    Feb 9 at 21:21

















Can you supply us a minimal example that replicates this problematic behaviour? It'll give us some insight into how you're using the template and provide an opportunity to suggest alternatives/solutions.

– Werner
Feb 9 at 21:08





Can you supply us a minimal example that replicates this problematic behaviour? It'll give us some insight into how you're using the template and provide an opportunity to suggest alternatives/solutions.

– Werner
Feb 9 at 21:08




1




1





Please provide a MWE that shows the problem. BTW using the [H] parameter for floats is not a good idea (see [Heineous]<tex.stackexchange.com/questions/469880>

– Peter Wilson
Feb 9 at 21:12





Please provide a MWE that shows the problem. BTW using the [H] parameter for floats is not a good idea (see [Heineous]<tex.stackexchange.com/questions/469880>

– Peter Wilson
Feb 9 at 21:12













documentclass[a4paper,fleqn]{cas-sc} usepackage{float} usepackage{graphicx} begin{document} begin{figure}[H] centering includegraphics[height=60mm,width=140mm]{c} caption{ccc} label{fig:3} end{figure} end{document} It displays this error : ! LaTeX3 Error: The key 'cas/fig/H' is unknown and is being ignored.

– Ghadeer Mobasher
Feb 9 at 21:18





documentclass[a4paper,fleqn]{cas-sc} usepackage{float} usepackage{graphicx} begin{document} begin{figure}[H] centering includegraphics[height=60mm,width=140mm]{c} caption{ccc} label{fig:3} end{figure} end{document} It displays this error : ! LaTeX3 Error: The key 'cas/fig/H' is unknown and is being ignored.

– Ghadeer Mobasher
Feb 9 at 21:18













@Werner : documentclass[a4paper,fleqn]{cas-sc} usepackage{float} usepackage{graphicx} begin{document} section{A} dmddd subsection{AA} subsubsection{BB} end{document} It displays the following 1. A 2. AA 3. BB

– Ghadeer Mobasher
Feb 9 at 21:19





@Werner : documentclass[a4paper,fleqn]{cas-sc} usepackage{float} usepackage{graphicx} begin{document} section{A} dmddd subsection{AA} subsubsection{BB} end{document} It displays the following 1. A 2. AA 3. BB

– Ghadeer Mobasher
Feb 9 at 21:19




1




1





@GhadeerMobasher: Can you edit your question and add the content to your original post rather than in the comments? It allows for more characters and formatting...

– Werner
Feb 9 at 21:21





@GhadeerMobasher: Can you edit your question and add the content to your original post rather than in the comments? It allows for more characters and formatting...

– Werner
Feb 9 at 21:21










0






active

oldest

votes











Your Answer








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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f474109%2fsubsection-and-subsubsection-arent-working-in-elsevier-template%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
















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f474109%2fsubsection-and-subsubsection-arent-working-in-elsevier-template%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

ComboBox Display Member on multiple fields

Is it possible to collect Nectar points via Trainline?