How to show bullets for subsections in the table of contents?











up vote
3
down vote

favorite












I am writing my thesis with overleaf. I have used a book document class and I am proceeding in the enumeration of the chapters, sections and subsections. It looks fine from section to subsection where I want numbers both in the main file that in the table of contents.



The problem is that for subsubsection I would like to have a bullet (or any kind of pointing symbol) instead of numbers both in the main file and in the table of contents (in both cases indented, even if I think that in the toc it would be automatically indented). I do not know I to fix the problem. I tried with the * to delete the number, but then I do not know how to add the bullet and anyway in the text I would have still the number. Is there someone who could help me? Thanks a lot for your help.
The basic code could be this one



chapter{}
section{}
section{}
subsection{}
subsubsection{}



The last part, that is the subsubsection I would like to have it without numbers both in the main file and in the toc and replacing numbers with bullet or any pointing symbol.



At the end should look like this










share|improve this question









New contributor




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
















  • 3




    Welcome to TeX SX! Could you post a small complete code, that we can play with?
    – Bernard
    Nov 14 at 20:18















up vote
3
down vote

favorite












I am writing my thesis with overleaf. I have used a book document class and I am proceeding in the enumeration of the chapters, sections and subsections. It looks fine from section to subsection where I want numbers both in the main file that in the table of contents.



The problem is that for subsubsection I would like to have a bullet (or any kind of pointing symbol) instead of numbers both in the main file and in the table of contents (in both cases indented, even if I think that in the toc it would be automatically indented). I do not know I to fix the problem. I tried with the * to delete the number, but then I do not know how to add the bullet and anyway in the text I would have still the number. Is there someone who could help me? Thanks a lot for your help.
The basic code could be this one



chapter{}
section{}
section{}
subsection{}
subsubsection{}



The last part, that is the subsubsection I would like to have it without numbers both in the main file and in the toc and replacing numbers with bullet or any pointing symbol.



At the end should look like this










share|improve this question









New contributor




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
















  • 3




    Welcome to TeX SX! Could you post a small complete code, that we can play with?
    – Bernard
    Nov 14 at 20:18













up vote
3
down vote

favorite









up vote
3
down vote

favorite











I am writing my thesis with overleaf. I have used a book document class and I am proceeding in the enumeration of the chapters, sections and subsections. It looks fine from section to subsection where I want numbers both in the main file that in the table of contents.



The problem is that for subsubsection I would like to have a bullet (or any kind of pointing symbol) instead of numbers both in the main file and in the table of contents (in both cases indented, even if I think that in the toc it would be automatically indented). I do not know I to fix the problem. I tried with the * to delete the number, but then I do not know how to add the bullet and anyway in the text I would have still the number. Is there someone who could help me? Thanks a lot for your help.
The basic code could be this one



chapter{}
section{}
section{}
subsection{}
subsubsection{}



The last part, that is the subsubsection I would like to have it without numbers both in the main file and in the toc and replacing numbers with bullet or any pointing symbol.



At the end should look like this










share|improve this question









New contributor




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











I am writing my thesis with overleaf. I have used a book document class and I am proceeding in the enumeration of the chapters, sections and subsections. It looks fine from section to subsection where I want numbers both in the main file that in the table of contents.



The problem is that for subsubsection I would like to have a bullet (or any kind of pointing symbol) instead of numbers both in the main file and in the table of contents (in both cases indented, even if I think that in the toc it would be automatically indented). I do not know I to fix the problem. I tried with the * to delete the number, but then I do not know how to add the bullet and anyway in the text I would have still the number. Is there someone who could help me? Thanks a lot for your help.
The basic code could be this one



chapter{}
section{}
section{}
subsection{}
subsubsection{}



The last part, that is the subsubsection I would like to have it without numbers both in the main file and in the toc and replacing numbers with bullet or any pointing symbol.



At the end should look like this







table-of-contents lists enumerate sections-paragraphs






share|improve this question









New contributor




Alessandro 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




Alessandro 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








edited Nov 14 at 22:39









homocomputeris

1067




1067






New contributor




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









asked Nov 14 at 20:01









Alessandro

185




185




New contributor




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





New contributor





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






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








  • 3




    Welcome to TeX SX! Could you post a small complete code, that we can play with?
    – Bernard
    Nov 14 at 20:18














  • 3




    Welcome to TeX SX! Could you post a small complete code, that we can play with?
    – Bernard
    Nov 14 at 20:18








3




3




Welcome to TeX SX! Could you post a small complete code, that we can play with?
– Bernard
Nov 14 at 20:18




Welcome to TeX SX! Could you post a small complete code, that we can play with?
– Bernard
Nov 14 at 20:18










1 Answer
1






active

oldest

votes

















up vote
1
down vote



accepted










How about this?



documentclass{book} 
setcounter{secnumdepth}{3} % number subsubsections
setcounter{tocdepth}{3} % put subsubsections in ToC
renewcommand{thesubsubsection}{ensuremath{clubsuit}} % no number, fancy glyph
begin{document}
tableofcontents}
chapter{Chapter}
section{Section}
subsection{Subsection}
subsubsection{Subsubsection}
end{document}





share|improve this answer





















  • super cool ;) thanks a lot, It really worked!!
    – Alessandro
    Nov 14 at 21:33











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


}
});






Alessandro 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%2f460008%2fhow-to-show-bullets-for-subsections-in-the-table-of-contents%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
1
down vote



accepted










How about this?



documentclass{book} 
setcounter{secnumdepth}{3} % number subsubsections
setcounter{tocdepth}{3} % put subsubsections in ToC
renewcommand{thesubsubsection}{ensuremath{clubsuit}} % no number, fancy glyph
begin{document}
tableofcontents}
chapter{Chapter}
section{Section}
subsection{Subsection}
subsubsection{Subsubsection}
end{document}





share|improve this answer





















  • super cool ;) thanks a lot, It really worked!!
    – Alessandro
    Nov 14 at 21:33















up vote
1
down vote



accepted










How about this?



documentclass{book} 
setcounter{secnumdepth}{3} % number subsubsections
setcounter{tocdepth}{3} % put subsubsections in ToC
renewcommand{thesubsubsection}{ensuremath{clubsuit}} % no number, fancy glyph
begin{document}
tableofcontents}
chapter{Chapter}
section{Section}
subsection{Subsection}
subsubsection{Subsubsection}
end{document}





share|improve this answer





















  • super cool ;) thanks a lot, It really worked!!
    – Alessandro
    Nov 14 at 21:33













up vote
1
down vote



accepted







up vote
1
down vote



accepted






How about this?



documentclass{book} 
setcounter{secnumdepth}{3} % number subsubsections
setcounter{tocdepth}{3} % put subsubsections in ToC
renewcommand{thesubsubsection}{ensuremath{clubsuit}} % no number, fancy glyph
begin{document}
tableofcontents}
chapter{Chapter}
section{Section}
subsection{Subsection}
subsubsection{Subsubsection}
end{document}





share|improve this answer












How about this?



documentclass{book} 
setcounter{secnumdepth}{3} % number subsubsections
setcounter{tocdepth}{3} % put subsubsections in ToC
renewcommand{thesubsubsection}{ensuremath{clubsuit}} % no number, fancy glyph
begin{document}
tableofcontents}
chapter{Chapter}
section{Section}
subsection{Subsection}
subsubsection{Subsubsection}
end{document}






share|improve this answer












share|improve this answer



share|improve this answer










answered Nov 14 at 21:17









Peter Wilson

7,91911432




7,91911432












  • super cool ;) thanks a lot, It really worked!!
    – Alessandro
    Nov 14 at 21:33


















  • super cool ;) thanks a lot, It really worked!!
    – Alessandro
    Nov 14 at 21:33
















super cool ;) thanks a lot, It really worked!!
– Alessandro
Nov 14 at 21:33




super cool ;) thanks a lot, It really worked!!
– Alessandro
Nov 14 at 21:33










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










 

draft saved


draft discarded


















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













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












Alessandro 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%2f460008%2fhow-to-show-bullets-for-subsections-in-the-table-of-contents%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?