Why does it cause errors in subsubsubsections












0















I want another level of subsections (i.e. subsubsubsections). For that I am using;



setcounter{secnumdepth}{5}

paragraph{This is my subsubsubsection}


However, this gives me an error saying that Missing number, treated as zero.. Is there anyway to solve this problem?



My MWE is as follows:



documentclass[acmsmall]{acmart}

copyrightyear{2018}
acmYear{2018}
setcopyright{acmlicensed}
acmConference[Woodstock '18]{Woodstock '18: ACM Symposium on Neural Gaze Detection}{June 03--05, 2018}{Woodstock, NY}
acmBooktitle{Woodstock '18: ACM Symposium on Neural Gaze Detection, June 03--05, 2018, Woodstock, NY}
acmPrice{15.00}
acmDOI{10.1145/1122445.1122456}
acmISBN{978-1-4503-9999-9/18/06}

setcounter{secnumdepth}{5}

begin{document}

title{The Name of the Title is Hope}

author{Ben Trovato}
authornote{Both authors contributed equally to this research.}
email{trovato@corporation.com}
orcid{1234-5678-9012}
author{G.K.M. Tobin}
authornotemark[1]
email{webmaster@marysville-ohio.com}
affiliation{%
institution{Institute for Clarity in Documentation}
streetaddress{P.O. Box 1212}
city{Dublin}
state{Ohio}
postcode{43017-6221}
}

renewcommand{shortauthors}{Trovato and Tobin, et al.}

begin{CCSXML}
<ccs2012>
<concept>
<concept_id>10010520.10010553.10010562</concept_id>
<concept_desc>Computer systems organization~Embedded systems</concept_desc>
<concept_significance>500</concept_significance>
</concept>
<concept>
<concept_id>10010520.10010575.10010755</concept_id>
<concept_desc>Computer systems organization~Redundancy</concept_desc>
<concept_significance>300</concept_significance>
</concept>
<concept>
<concept_id>10010520.10010553.10010554</concept_id>
<concept_desc>Computer systems organization~Robotics</concept_desc>
<concept_significance>100</concept_significance>
</concept>
<concept>
<concept_id>10003033.10003083.10003095</concept_id>
<concept_desc>Networks~Network reliability</concept_desc>
<concept_significance>100</concept_significance>
</concept>
</ccs2012>
end{CCSXML}

ccsdesc[500]{Computer systems organization~Embedded systems}
ccsdesc[300]{Computer systems organization~Redundancy}
ccsdesc{Computer systems organization~Robotics}
ccsdesc[100]{Networks~Network reliability}

keywords{datasets, neural networks, gaze detection, text tagging}

maketitle

section{Introduction}
Some Text here
subsection{mmm}
Some Text here
subsubsection{mmm}
Some Text here
paragraph{nnn}
Some Text here
end{document}


I got this template from: https://www.acm.org/publications/authors/submissions










share|improve this question







New contributor




Emi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • your code give mi error bibfont undefined ... so your mwe is not complete. please make your mwe shorter (in preamble only add releveant packages and command forsecnumdepth and in document body only examples of section, subsection, subsubsection and paragraph.

    – Zarko
    1 hour ago











  • @Zarko It looks like the other pages in the zip file are connected with this page. The zip file is in acm.org/publications/authors/submissions.

    – Emi
    55 mins ago













  • @Zarko Moreover, the secnumdepth works fine with other templates such as article, apa6.

    – Emi
    44 mins ago











  • i have installed recent version of acmart (acmart-preload-hook.tex) . since i very rarely use acmart i now observe, that it seems to be broken or in my instalation are missing some of its supporting files (i use miktex). compiling your mwe i get bunch of errors related to bibliography, but forcing compilation i obtain numbered paragraph. due to this my problems i'm sorry, but i can't help you further. just now i tested your code in overleaf and there it works fine.

    – Zarko
    33 mins ago


















0















I want another level of subsections (i.e. subsubsubsections). For that I am using;



setcounter{secnumdepth}{5}

paragraph{This is my subsubsubsection}


However, this gives me an error saying that Missing number, treated as zero.. Is there anyway to solve this problem?



My MWE is as follows:



documentclass[acmsmall]{acmart}

copyrightyear{2018}
acmYear{2018}
setcopyright{acmlicensed}
acmConference[Woodstock '18]{Woodstock '18: ACM Symposium on Neural Gaze Detection}{June 03--05, 2018}{Woodstock, NY}
acmBooktitle{Woodstock '18: ACM Symposium on Neural Gaze Detection, June 03--05, 2018, Woodstock, NY}
acmPrice{15.00}
acmDOI{10.1145/1122445.1122456}
acmISBN{978-1-4503-9999-9/18/06}

setcounter{secnumdepth}{5}

begin{document}

title{The Name of the Title is Hope}

author{Ben Trovato}
authornote{Both authors contributed equally to this research.}
email{trovato@corporation.com}
orcid{1234-5678-9012}
author{G.K.M. Tobin}
authornotemark[1]
email{webmaster@marysville-ohio.com}
affiliation{%
institution{Institute for Clarity in Documentation}
streetaddress{P.O. Box 1212}
city{Dublin}
state{Ohio}
postcode{43017-6221}
}

renewcommand{shortauthors}{Trovato and Tobin, et al.}

begin{CCSXML}
<ccs2012>
<concept>
<concept_id>10010520.10010553.10010562</concept_id>
<concept_desc>Computer systems organization~Embedded systems</concept_desc>
<concept_significance>500</concept_significance>
</concept>
<concept>
<concept_id>10010520.10010575.10010755</concept_id>
<concept_desc>Computer systems organization~Redundancy</concept_desc>
<concept_significance>300</concept_significance>
</concept>
<concept>
<concept_id>10010520.10010553.10010554</concept_id>
<concept_desc>Computer systems organization~Robotics</concept_desc>
<concept_significance>100</concept_significance>
</concept>
<concept>
<concept_id>10003033.10003083.10003095</concept_id>
<concept_desc>Networks~Network reliability</concept_desc>
<concept_significance>100</concept_significance>
</concept>
</ccs2012>
end{CCSXML}

ccsdesc[500]{Computer systems organization~Embedded systems}
ccsdesc[300]{Computer systems organization~Redundancy}
ccsdesc{Computer systems organization~Robotics}
ccsdesc[100]{Networks~Network reliability}

keywords{datasets, neural networks, gaze detection, text tagging}

maketitle

section{Introduction}
Some Text here
subsection{mmm}
Some Text here
subsubsection{mmm}
Some Text here
paragraph{nnn}
Some Text here
end{document}


I got this template from: https://www.acm.org/publications/authors/submissions










share|improve this question







New contributor




Emi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • your code give mi error bibfont undefined ... so your mwe is not complete. please make your mwe shorter (in preamble only add releveant packages and command forsecnumdepth and in document body only examples of section, subsection, subsubsection and paragraph.

    – Zarko
    1 hour ago











  • @Zarko It looks like the other pages in the zip file are connected with this page. The zip file is in acm.org/publications/authors/submissions.

    – Emi
    55 mins ago













  • @Zarko Moreover, the secnumdepth works fine with other templates such as article, apa6.

    – Emi
    44 mins ago











  • i have installed recent version of acmart (acmart-preload-hook.tex) . since i very rarely use acmart i now observe, that it seems to be broken or in my instalation are missing some of its supporting files (i use miktex). compiling your mwe i get bunch of errors related to bibliography, but forcing compilation i obtain numbered paragraph. due to this my problems i'm sorry, but i can't help you further. just now i tested your code in overleaf and there it works fine.

    – Zarko
    33 mins ago
















0












0








0








I want another level of subsections (i.e. subsubsubsections). For that I am using;



setcounter{secnumdepth}{5}

paragraph{This is my subsubsubsection}


However, this gives me an error saying that Missing number, treated as zero.. Is there anyway to solve this problem?



My MWE is as follows:



documentclass[acmsmall]{acmart}

copyrightyear{2018}
acmYear{2018}
setcopyright{acmlicensed}
acmConference[Woodstock '18]{Woodstock '18: ACM Symposium on Neural Gaze Detection}{June 03--05, 2018}{Woodstock, NY}
acmBooktitle{Woodstock '18: ACM Symposium on Neural Gaze Detection, June 03--05, 2018, Woodstock, NY}
acmPrice{15.00}
acmDOI{10.1145/1122445.1122456}
acmISBN{978-1-4503-9999-9/18/06}

setcounter{secnumdepth}{5}

begin{document}

title{The Name of the Title is Hope}

author{Ben Trovato}
authornote{Both authors contributed equally to this research.}
email{trovato@corporation.com}
orcid{1234-5678-9012}
author{G.K.M. Tobin}
authornotemark[1]
email{webmaster@marysville-ohio.com}
affiliation{%
institution{Institute for Clarity in Documentation}
streetaddress{P.O. Box 1212}
city{Dublin}
state{Ohio}
postcode{43017-6221}
}

renewcommand{shortauthors}{Trovato and Tobin, et al.}

begin{CCSXML}
<ccs2012>
<concept>
<concept_id>10010520.10010553.10010562</concept_id>
<concept_desc>Computer systems organization~Embedded systems</concept_desc>
<concept_significance>500</concept_significance>
</concept>
<concept>
<concept_id>10010520.10010575.10010755</concept_id>
<concept_desc>Computer systems organization~Redundancy</concept_desc>
<concept_significance>300</concept_significance>
</concept>
<concept>
<concept_id>10010520.10010553.10010554</concept_id>
<concept_desc>Computer systems organization~Robotics</concept_desc>
<concept_significance>100</concept_significance>
</concept>
<concept>
<concept_id>10003033.10003083.10003095</concept_id>
<concept_desc>Networks~Network reliability</concept_desc>
<concept_significance>100</concept_significance>
</concept>
</ccs2012>
end{CCSXML}

ccsdesc[500]{Computer systems organization~Embedded systems}
ccsdesc[300]{Computer systems organization~Redundancy}
ccsdesc{Computer systems organization~Robotics}
ccsdesc[100]{Networks~Network reliability}

keywords{datasets, neural networks, gaze detection, text tagging}

maketitle

section{Introduction}
Some Text here
subsection{mmm}
Some Text here
subsubsection{mmm}
Some Text here
paragraph{nnn}
Some Text here
end{document}


I got this template from: https://www.acm.org/publications/authors/submissions










share|improve this question







New contributor




Emi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I want another level of subsections (i.e. subsubsubsections). For that I am using;



setcounter{secnumdepth}{5}

paragraph{This is my subsubsubsection}


However, this gives me an error saying that Missing number, treated as zero.. Is there anyway to solve this problem?



My MWE is as follows:



documentclass[acmsmall]{acmart}

copyrightyear{2018}
acmYear{2018}
setcopyright{acmlicensed}
acmConference[Woodstock '18]{Woodstock '18: ACM Symposium on Neural Gaze Detection}{June 03--05, 2018}{Woodstock, NY}
acmBooktitle{Woodstock '18: ACM Symposium on Neural Gaze Detection, June 03--05, 2018, Woodstock, NY}
acmPrice{15.00}
acmDOI{10.1145/1122445.1122456}
acmISBN{978-1-4503-9999-9/18/06}

setcounter{secnumdepth}{5}

begin{document}

title{The Name of the Title is Hope}

author{Ben Trovato}
authornote{Both authors contributed equally to this research.}
email{trovato@corporation.com}
orcid{1234-5678-9012}
author{G.K.M. Tobin}
authornotemark[1]
email{webmaster@marysville-ohio.com}
affiliation{%
institution{Institute for Clarity in Documentation}
streetaddress{P.O. Box 1212}
city{Dublin}
state{Ohio}
postcode{43017-6221}
}

renewcommand{shortauthors}{Trovato and Tobin, et al.}

begin{CCSXML}
<ccs2012>
<concept>
<concept_id>10010520.10010553.10010562</concept_id>
<concept_desc>Computer systems organization~Embedded systems</concept_desc>
<concept_significance>500</concept_significance>
</concept>
<concept>
<concept_id>10010520.10010575.10010755</concept_id>
<concept_desc>Computer systems organization~Redundancy</concept_desc>
<concept_significance>300</concept_significance>
</concept>
<concept>
<concept_id>10010520.10010553.10010554</concept_id>
<concept_desc>Computer systems organization~Robotics</concept_desc>
<concept_significance>100</concept_significance>
</concept>
<concept>
<concept_id>10003033.10003083.10003095</concept_id>
<concept_desc>Networks~Network reliability</concept_desc>
<concept_significance>100</concept_significance>
</concept>
</ccs2012>
end{CCSXML}

ccsdesc[500]{Computer systems organization~Embedded systems}
ccsdesc[300]{Computer systems organization~Redundancy}
ccsdesc{Computer systems organization~Robotics}
ccsdesc[100]{Networks~Network reliability}

keywords{datasets, neural networks, gaze detection, text tagging}

maketitle

section{Introduction}
Some Text here
subsection{mmm}
Some Text here
subsubsection{mmm}
Some Text here
paragraph{nnn}
Some Text here
end{document}


I got this template from: https://www.acm.org/publications/authors/submissions







sectioning tex-core sections-paragraphs






share|improve this question







New contributor




Emi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




Emi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




Emi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 1 hour ago









EmiEmi

184




184




New contributor




Emi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Emi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Emi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • your code give mi error bibfont undefined ... so your mwe is not complete. please make your mwe shorter (in preamble only add releveant packages and command forsecnumdepth and in document body only examples of section, subsection, subsubsection and paragraph.

    – Zarko
    1 hour ago











  • @Zarko It looks like the other pages in the zip file are connected with this page. The zip file is in acm.org/publications/authors/submissions.

    – Emi
    55 mins ago













  • @Zarko Moreover, the secnumdepth works fine with other templates such as article, apa6.

    – Emi
    44 mins ago











  • i have installed recent version of acmart (acmart-preload-hook.tex) . since i very rarely use acmart i now observe, that it seems to be broken or in my instalation are missing some of its supporting files (i use miktex). compiling your mwe i get bunch of errors related to bibliography, but forcing compilation i obtain numbered paragraph. due to this my problems i'm sorry, but i can't help you further. just now i tested your code in overleaf and there it works fine.

    – Zarko
    33 mins ago





















  • your code give mi error bibfont undefined ... so your mwe is not complete. please make your mwe shorter (in preamble only add releveant packages and command forsecnumdepth and in document body only examples of section, subsection, subsubsection and paragraph.

    – Zarko
    1 hour ago











  • @Zarko It looks like the other pages in the zip file are connected with this page. The zip file is in acm.org/publications/authors/submissions.

    – Emi
    55 mins ago













  • @Zarko Moreover, the secnumdepth works fine with other templates such as article, apa6.

    – Emi
    44 mins ago











  • i have installed recent version of acmart (acmart-preload-hook.tex) . since i very rarely use acmart i now observe, that it seems to be broken or in my instalation are missing some of its supporting files (i use miktex). compiling your mwe i get bunch of errors related to bibliography, but forcing compilation i obtain numbered paragraph. due to this my problems i'm sorry, but i can't help you further. just now i tested your code in overleaf and there it works fine.

    – Zarko
    33 mins ago



















your code give mi error bibfont undefined ... so your mwe is not complete. please make your mwe shorter (in preamble only add releveant packages and command forsecnumdepth and in document body only examples of section, subsection, subsubsection and paragraph.

– Zarko
1 hour ago





your code give mi error bibfont undefined ... so your mwe is not complete. please make your mwe shorter (in preamble only add releveant packages and command forsecnumdepth and in document body only examples of section, subsection, subsubsection and paragraph.

– Zarko
1 hour ago













@Zarko It looks like the other pages in the zip file are connected with this page. The zip file is in acm.org/publications/authors/submissions.

– Emi
55 mins ago







@Zarko It looks like the other pages in the zip file are connected with this page. The zip file is in acm.org/publications/authors/submissions.

– Emi
55 mins ago















@Zarko Moreover, the secnumdepth works fine with other templates such as article, apa6.

– Emi
44 mins ago





@Zarko Moreover, the secnumdepth works fine with other templates such as article, apa6.

– Emi
44 mins ago













i have installed recent version of acmart (acmart-preload-hook.tex) . since i very rarely use acmart i now observe, that it seems to be broken or in my instalation are missing some of its supporting files (i use miktex). compiling your mwe i get bunch of errors related to bibliography, but forcing compilation i obtain numbered paragraph. due to this my problems i'm sorry, but i can't help you further. just now i tested your code in overleaf and there it works fine.

– Zarko
33 mins ago







i have installed recent version of acmart (acmart-preload-hook.tex) . since i very rarely use acmart i now observe, that it seems to be broken or in my instalation are missing some of its supporting files (i use miktex). compiling your mwe i get bunch of errors related to bibliography, but forcing compilation i obtain numbered paragraph. due to this my problems i'm sorry, but i can't help you further. just now i tested your code in overleaf and there it works fine.

– Zarko
33 mins ago












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


}
});






Emi is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f470465%2fwhy-does-it-cause-errors-in-subsubsubsections%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








Emi is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















Emi is a new contributor. Be nice, and check out our Code of Conduct.













Emi is a new contributor. Be nice, and check out our Code of Conduct.












Emi is a new contributor. Be nice, and check out our Code of Conduct.
















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%2f470465%2fwhy-does-it-cause-errors-in-subsubsubsections%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

Futebolista

Lallio

Jornalista