Titlesec: Need to make format exception for Contents and ReferencesProblems with titlesec for non-TOC...
How can saying a song's name be a copyright violation?
A reference to a well-known characterization of scattered compact spaces
When a company launches a new product do they "come out" with a new product or do they "come up" with a new product?
What mechanic is there to disable a threat instead of killing it?
Is there a hemisphere-neutral way of specifying a season?
Is the Joker left-handed?
Why can't we play rap on piano?
Could gravitational lensing be used to protect a spaceship from a laser?
Anagram holiday
How can I prevent hyper evolved versions of regular creatures from wiping out their cousins?
Can a rocket refuel on Mars from water?
Do I have a twin with permutated remainders?
Arrow those variables!
What is the intuition behind short exact sequences of groups; in particular, what is the intuition behind group extensions?
What do you call someone who asks many questions?
How can I tell someone that I want to be his or her friend?
Is it possible to run Internet Explorer on OS X El Capitan?
Forgetting the musical notes while performing in concert
Took a trip to a parallel universe, need help deciphering
How do conventional missiles fly?
Why doesn't H₄O²⁺ exist?
What's the point of deactivating Num Lock on login screens?
What is the word for reserving something for yourself before others do?
Intersection of two sorted vectors in C++
Titlesec: Need to make format exception for Contents and References
Problems with titlesec for non-TOC subsectionsTitlesec: remove space after empty margin sectionUsage of titlesec package when numbering sectionsIssue wrapping a titlesec titleformat in a newcommandFrame/Box around chapter-, section-headings,Put the § symbol before each section numberTOC and header versions of section titles (titlesec interferes with fancyhdr)Collapsing section ranges in titlesec page headersHow to keep the numbering when using usepackage{titlesec}How to fill section on titlesecGet back standard title format with titlesec
I am using titlesec to place the S character the begining of each section and subsection title. It is also appearing on the title of the table of contents, and also the title of the references section. How can I make an exception for these two sections?
documentclass[twoside]{article}
usepackage{titlesec}
titleformat{section}[block]{LargebfseriesfilcenterS}{thesection}{1em}{}
titleformat{subsection}[block]{largebfseriesfilcenterS}{thesubsection}{1em}{}
begin{document}
tableofcontents
section{Section 1}
subsection{Subsection 1}
bibliographystyle{unsrt}
bibliography{TOIC}{}
end{document}
titlesec
New contributor
add a comment |
I am using titlesec to place the S character the begining of each section and subsection title. It is also appearing on the title of the table of contents, and also the title of the references section. How can I make an exception for these two sections?
documentclass[twoside]{article}
usepackage{titlesec}
titleformat{section}[block]{LargebfseriesfilcenterS}{thesection}{1em}{}
titleformat{subsection}[block]{largebfseriesfilcenterS}{thesubsection}{1em}{}
begin{document}
tableofcontents
section{Section 1}
subsection{Subsection 1}
bibliographystyle{unsrt}
bibliography{TOIC}{}
end{document}
titlesec
New contributor
Answer is here: tex.stackexchange.com/a/371633/31034
– ferahfeza
4 hours ago
@ferahfeza Thank you
– Jonathan Tooker
2 hours ago
add a comment |
I am using titlesec to place the S character the begining of each section and subsection title. It is also appearing on the title of the table of contents, and also the title of the references section. How can I make an exception for these two sections?
documentclass[twoside]{article}
usepackage{titlesec}
titleformat{section}[block]{LargebfseriesfilcenterS}{thesection}{1em}{}
titleformat{subsection}[block]{largebfseriesfilcenterS}{thesubsection}{1em}{}
begin{document}
tableofcontents
section{Section 1}
subsection{Subsection 1}
bibliographystyle{unsrt}
bibliography{TOIC}{}
end{document}
titlesec
New contributor
I am using titlesec to place the S character the begining of each section and subsection title. It is also appearing on the title of the table of contents, and also the title of the references section. How can I make an exception for these two sections?
documentclass[twoside]{article}
usepackage{titlesec}
titleformat{section}[block]{LargebfseriesfilcenterS}{thesection}{1em}{}
titleformat{subsection}[block]{largebfseriesfilcenterS}{thesubsection}{1em}{}
begin{document}
tableofcontents
section{Section 1}
subsection{Subsection 1}
bibliographystyle{unsrt}
bibliography{TOIC}{}
end{document}
titlesec
titlesec
New contributor
New contributor
New contributor
asked 5 hours ago
Jonathan TookerJonathan Tooker
212
212
New contributor
New contributor
Answer is here: tex.stackexchange.com/a/371633/31034
– ferahfeza
4 hours ago
@ferahfeza Thank you
– Jonathan Tooker
2 hours ago
add a comment |
Answer is here: tex.stackexchange.com/a/371633/31034
– ferahfeza
4 hours ago
@ferahfeza Thank you
– Jonathan Tooker
2 hours ago
Answer is here: tex.stackexchange.com/a/371633/31034
– ferahfeza
4 hours ago
Answer is here: tex.stackexchange.com/a/371633/31034
– ferahfeza
4 hours ago
@ferahfeza Thank you
– Jonathan Tooker
2 hours ago
@ferahfeza Thank you
– Jonathan Tooker
2 hours ago
add a comment |
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
});
}
});
Jonathan Tooker is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
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%2f483267%2ftitlesec-need-to-make-format-exception-for-contents-and-references%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
Jonathan Tooker is a new contributor. Be nice, and check out our Code of Conduct.
Jonathan Tooker is a new contributor. Be nice, and check out our Code of Conduct.
Jonathan Tooker is a new contributor. Be nice, and check out our Code of Conduct.
Jonathan Tooker 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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
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%2f483267%2ftitlesec-need-to-make-format-exception-for-contents-and-references%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');
});
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');
});
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');
});
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
Answer is here: tex.stackexchange.com/a/371633/31034
– ferahfeza
4 hours ago
@ferahfeza Thank you
– Jonathan Tooker
2 hours ago