Section subtitle or supplementary information that does not show up in TOC, references, …?












0















I would like to have optional supplementary information (or subtitles) for sections that does not show up in TOC, references, ...



For example...



Some Title -- supplementary information


...or...



Some Title
Subtitle


...should only appear at the section's beginning, but TOC, references, ... should just show "Some Title" and nothing more.



Is there a command for this?



EDIT:



The ToC should just show:



1 Some Title


The beginning of the section should list all information, i.e. either:



Some Title -- supplementary information


or this way, realized with a subtitle:



Some Title
Subtitle


...but nameref should only list the main title again. Thus...



See chapter nameref{sec:sometitle} for more information.


...should show up as:



See chapter Some Title for more information.


So just Some Title everywhere, including ToC, nameref, ..., but full information at the beginning of the section (and only there).










share|improve this question




















  • 1





    section[stuff for ToC]{Stuff that is not in ToC} ;-)

    – Christian Hupfer
    Jan 22 at 19:55
















0















I would like to have optional supplementary information (or subtitles) for sections that does not show up in TOC, references, ...



For example...



Some Title -- supplementary information


...or...



Some Title
Subtitle


...should only appear at the section's beginning, but TOC, references, ... should just show "Some Title" and nothing more.



Is there a command for this?



EDIT:



The ToC should just show:



1 Some Title


The beginning of the section should list all information, i.e. either:



Some Title -- supplementary information


or this way, realized with a subtitle:



Some Title
Subtitle


...but nameref should only list the main title again. Thus...



See chapter nameref{sec:sometitle} for more information.


...should show up as:



See chapter Some Title for more information.


So just Some Title everywhere, including ToC, nameref, ..., but full information at the beginning of the section (and only there).










share|improve this question




















  • 1





    section[stuff for ToC]{Stuff that is not in ToC} ;-)

    – Christian Hupfer
    Jan 22 at 19:55














0












0








0








I would like to have optional supplementary information (or subtitles) for sections that does not show up in TOC, references, ...



For example...



Some Title -- supplementary information


...or...



Some Title
Subtitle


...should only appear at the section's beginning, but TOC, references, ... should just show "Some Title" and nothing more.



Is there a command for this?



EDIT:



The ToC should just show:



1 Some Title


The beginning of the section should list all information, i.e. either:



Some Title -- supplementary information


or this way, realized with a subtitle:



Some Title
Subtitle


...but nameref should only list the main title again. Thus...



See chapter nameref{sec:sometitle} for more information.


...should show up as:



See chapter Some Title for more information.


So just Some Title everywhere, including ToC, nameref, ..., but full information at the beginning of the section (and only there).










share|improve this question
















I would like to have optional supplementary information (or subtitles) for sections that does not show up in TOC, references, ...



For example...



Some Title -- supplementary information


...or...



Some Title
Subtitle


...should only appear at the section's beginning, but TOC, references, ... should just show "Some Title" and nothing more.



Is there a command for this?



EDIT:



The ToC should just show:



1 Some Title


The beginning of the section should list all information, i.e. either:



Some Title -- supplementary information


or this way, realized with a subtitle:



Some Title
Subtitle


...but nameref should only list the main title again. Thus...



See chapter nameref{sec:sometitle} for more information.


...should show up as:



See chapter Some Title for more information.


So just Some Title everywhere, including ToC, nameref, ..., but full information at the beginning of the section (and only there).







sectioning titles






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 22 at 20:18







daniel451

















asked Jan 22 at 19:48









daniel451daniel451

12816




12816








  • 1





    section[stuff for ToC]{Stuff that is not in ToC} ;-)

    – Christian Hupfer
    Jan 22 at 19:55














  • 1





    section[stuff for ToC]{Stuff that is not in ToC} ;-)

    – Christian Hupfer
    Jan 22 at 19:55








1




1





section[stuff for ToC]{Stuff that is not in ToC} ;-)

– Christian Hupfer
Jan 22 at 19:55





section[stuff for ToC]{Stuff that is not in ToC} ;-)

– Christian Hupfer
Jan 22 at 19:55










1 Answer
1






active

oldest

votes


















2














Do you mean the following?



documentclass[11pt]{article}
begin{document}
tableofcontents
section[What shows in the TOC]{What shows at the start of the section}
end{document}





share|improve this answer
























  • No, I'll try to edit and clarify the question.

    – daniel451
    Jan 22 at 20:14











  • @daniel451: Before saying "No", please test it. If you change section[What shows in the TOC]{What shows at the start of the section} into section[Some Title]{Some Title -- supplementary information} and add a label and nameref (using either package hyperref or nameref) , you'll should get exactly what you want. If not, please add a MWE to your question (as you should always do). Maybe this would show us, that you are using a class, that does not provide this standard feature in the same way.

    – Schweinebacke
    Jan 23 at 7:14













  • In addition, if the answer I provided answered your initial question, please mark this question as answered and post a new question that better explains what it is you are looking for a solution to. Asking questions is free!

    – Craig
    Jan 23 at 7:36











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%2f471366%2fsection-subtitle-or-supplementary-information-that-does-not-show-up-in-toc-refe%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









2














Do you mean the following?



documentclass[11pt]{article}
begin{document}
tableofcontents
section[What shows in the TOC]{What shows at the start of the section}
end{document}





share|improve this answer
























  • No, I'll try to edit and clarify the question.

    – daniel451
    Jan 22 at 20:14











  • @daniel451: Before saying "No", please test it. If you change section[What shows in the TOC]{What shows at the start of the section} into section[Some Title]{Some Title -- supplementary information} and add a label and nameref (using either package hyperref or nameref) , you'll should get exactly what you want. If not, please add a MWE to your question (as you should always do). Maybe this would show us, that you are using a class, that does not provide this standard feature in the same way.

    – Schweinebacke
    Jan 23 at 7:14













  • In addition, if the answer I provided answered your initial question, please mark this question as answered and post a new question that better explains what it is you are looking for a solution to. Asking questions is free!

    – Craig
    Jan 23 at 7:36
















2














Do you mean the following?



documentclass[11pt]{article}
begin{document}
tableofcontents
section[What shows in the TOC]{What shows at the start of the section}
end{document}





share|improve this answer
























  • No, I'll try to edit and clarify the question.

    – daniel451
    Jan 22 at 20:14











  • @daniel451: Before saying "No", please test it. If you change section[What shows in the TOC]{What shows at the start of the section} into section[Some Title]{Some Title -- supplementary information} and add a label and nameref (using either package hyperref or nameref) , you'll should get exactly what you want. If not, please add a MWE to your question (as you should always do). Maybe this would show us, that you are using a class, that does not provide this standard feature in the same way.

    – Schweinebacke
    Jan 23 at 7:14













  • In addition, if the answer I provided answered your initial question, please mark this question as answered and post a new question that better explains what it is you are looking for a solution to. Asking questions is free!

    – Craig
    Jan 23 at 7:36














2












2








2







Do you mean the following?



documentclass[11pt]{article}
begin{document}
tableofcontents
section[What shows in the TOC]{What shows at the start of the section}
end{document}





share|improve this answer













Do you mean the following?



documentclass[11pt]{article}
begin{document}
tableofcontents
section[What shows in the TOC]{What shows at the start of the section}
end{document}






share|improve this answer












share|improve this answer



share|improve this answer










answered Jan 22 at 19:55









CraigCraig

19412




19412













  • No, I'll try to edit and clarify the question.

    – daniel451
    Jan 22 at 20:14











  • @daniel451: Before saying "No", please test it. If you change section[What shows in the TOC]{What shows at the start of the section} into section[Some Title]{Some Title -- supplementary information} and add a label and nameref (using either package hyperref or nameref) , you'll should get exactly what you want. If not, please add a MWE to your question (as you should always do). Maybe this would show us, that you are using a class, that does not provide this standard feature in the same way.

    – Schweinebacke
    Jan 23 at 7:14













  • In addition, if the answer I provided answered your initial question, please mark this question as answered and post a new question that better explains what it is you are looking for a solution to. Asking questions is free!

    – Craig
    Jan 23 at 7:36



















  • No, I'll try to edit and clarify the question.

    – daniel451
    Jan 22 at 20:14











  • @daniel451: Before saying "No", please test it. If you change section[What shows in the TOC]{What shows at the start of the section} into section[Some Title]{Some Title -- supplementary information} and add a label and nameref (using either package hyperref or nameref) , you'll should get exactly what you want. If not, please add a MWE to your question (as you should always do). Maybe this would show us, that you are using a class, that does not provide this standard feature in the same way.

    – Schweinebacke
    Jan 23 at 7:14













  • In addition, if the answer I provided answered your initial question, please mark this question as answered and post a new question that better explains what it is you are looking for a solution to. Asking questions is free!

    – Craig
    Jan 23 at 7:36

















No, I'll try to edit and clarify the question.

– daniel451
Jan 22 at 20:14





No, I'll try to edit and clarify the question.

– daniel451
Jan 22 at 20:14













@daniel451: Before saying "No", please test it. If you change section[What shows in the TOC]{What shows at the start of the section} into section[Some Title]{Some Title -- supplementary information} and add a label and nameref (using either package hyperref or nameref) , you'll should get exactly what you want. If not, please add a MWE to your question (as you should always do). Maybe this would show us, that you are using a class, that does not provide this standard feature in the same way.

– Schweinebacke
Jan 23 at 7:14







@daniel451: Before saying "No", please test it. If you change section[What shows in the TOC]{What shows at the start of the section} into section[Some Title]{Some Title -- supplementary information} and add a label and nameref (using either package hyperref or nameref) , you'll should get exactly what you want. If not, please add a MWE to your question (as you should always do). Maybe this would show us, that you are using a class, that does not provide this standard feature in the same way.

– Schweinebacke
Jan 23 at 7:14















In addition, if the answer I provided answered your initial question, please mark this question as answered and post a new question that better explains what it is you are looking for a solution to. Asking questions is free!

– Craig
Jan 23 at 7:36





In addition, if the answer I provided answered your initial question, please mark this question as answered and post a new question that better explains what it is you are looking for a solution to. Asking questions is free!

– Craig
Jan 23 at 7:36


















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%2f471366%2fsection-subtitle-or-supplementary-information-that-does-not-show-up-in-toc-refe%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

How to send String Array data to Server using php in android

Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

Is anime1.com a legal site for watching anime?