What are typical reasons the title/section font being different from the body font?












0















I'm using a conference's suggested document style file. In my main.tex, I've added



usepackage[T1]{fontenc}
usepackage{libertine}
usepackage[libertine]{newtxmath}


which typesets the body correctly. However, the title & all the section headings still use the "default" font.



What are some typical reasons for this, and how can I try to fix it?



(I do not have titlesec or sectsty included -- not in my main or in the conference cls file.)










share|improve this question























  • This could be because the title font has been explicitly defined by the class itself to use one particular font. You will need to redefine the font used for titles.

    – Al-Motasem Aldaoudeyeh
    Mar 24 at 4:50






  • 1





    What is your document class? Please add an MWE! With article the fonts seem to be the same (output).

    – JouleV
    Mar 24 at 5:06













  • @Al-MotasemAldaoudeyeh you're right. I found some code in the doc class that specifies those upfront. So maybe I shouldn't change them after all...

    – Covi
    Mar 24 at 5:11






  • 2





    I would suggest you not mess with the fonts at all for a conference paper (substance over style). That being said, try redefining normalfont.

    – John Kormylo
    Mar 24 at 5:38






  • 1





    the whole point of using conference or journal class is that the editors of the proceedings get to choose fonts and design and authors lose that freedom. It's almost always a bad idea, and sometimes a block on submission, to use such a class then change the design.

    – David Carlisle
    Mar 24 at 9:17
















0















I'm using a conference's suggested document style file. In my main.tex, I've added



usepackage[T1]{fontenc}
usepackage{libertine}
usepackage[libertine]{newtxmath}


which typesets the body correctly. However, the title & all the section headings still use the "default" font.



What are some typical reasons for this, and how can I try to fix it?



(I do not have titlesec or sectsty included -- not in my main or in the conference cls file.)










share|improve this question























  • This could be because the title font has been explicitly defined by the class itself to use one particular font. You will need to redefine the font used for titles.

    – Al-Motasem Aldaoudeyeh
    Mar 24 at 4:50






  • 1





    What is your document class? Please add an MWE! With article the fonts seem to be the same (output).

    – JouleV
    Mar 24 at 5:06













  • @Al-MotasemAldaoudeyeh you're right. I found some code in the doc class that specifies those upfront. So maybe I shouldn't change them after all...

    – Covi
    Mar 24 at 5:11






  • 2





    I would suggest you not mess with the fonts at all for a conference paper (substance over style). That being said, try redefining normalfont.

    – John Kormylo
    Mar 24 at 5:38






  • 1





    the whole point of using conference or journal class is that the editors of the proceedings get to choose fonts and design and authors lose that freedom. It's almost always a bad idea, and sometimes a block on submission, to use such a class then change the design.

    – David Carlisle
    Mar 24 at 9:17














0












0








0








I'm using a conference's suggested document style file. In my main.tex, I've added



usepackage[T1]{fontenc}
usepackage{libertine}
usepackage[libertine]{newtxmath}


which typesets the body correctly. However, the title & all the section headings still use the "default" font.



What are some typical reasons for this, and how can I try to fix it?



(I do not have titlesec or sectsty included -- not in my main or in the conference cls file.)










share|improve this question














I'm using a conference's suggested document style file. In my main.tex, I've added



usepackage[T1]{fontenc}
usepackage{libertine}
usepackage[libertine]{newtxmath}


which typesets the body correctly. However, the title & all the section headings still use the "default" font.



What are some typical reasons for this, and how can I try to fix it?



(I do not have titlesec or sectsty included -- not in my main or in the conference cls file.)







fonts pdftex titles






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 24 at 4:48









CoviCovi

2,47561816




2,47561816













  • This could be because the title font has been explicitly defined by the class itself to use one particular font. You will need to redefine the font used for titles.

    – Al-Motasem Aldaoudeyeh
    Mar 24 at 4:50






  • 1





    What is your document class? Please add an MWE! With article the fonts seem to be the same (output).

    – JouleV
    Mar 24 at 5:06













  • @Al-MotasemAldaoudeyeh you're right. I found some code in the doc class that specifies those upfront. So maybe I shouldn't change them after all...

    – Covi
    Mar 24 at 5:11






  • 2





    I would suggest you not mess with the fonts at all for a conference paper (substance over style). That being said, try redefining normalfont.

    – John Kormylo
    Mar 24 at 5:38






  • 1





    the whole point of using conference or journal class is that the editors of the proceedings get to choose fonts and design and authors lose that freedom. It's almost always a bad idea, and sometimes a block on submission, to use such a class then change the design.

    – David Carlisle
    Mar 24 at 9:17



















  • This could be because the title font has been explicitly defined by the class itself to use one particular font. You will need to redefine the font used for titles.

    – Al-Motasem Aldaoudeyeh
    Mar 24 at 4:50






  • 1





    What is your document class? Please add an MWE! With article the fonts seem to be the same (output).

    – JouleV
    Mar 24 at 5:06













  • @Al-MotasemAldaoudeyeh you're right. I found some code in the doc class that specifies those upfront. So maybe I shouldn't change them after all...

    – Covi
    Mar 24 at 5:11






  • 2





    I would suggest you not mess with the fonts at all for a conference paper (substance over style). That being said, try redefining normalfont.

    – John Kormylo
    Mar 24 at 5:38






  • 1





    the whole point of using conference or journal class is that the editors of the proceedings get to choose fonts and design and authors lose that freedom. It's almost always a bad idea, and sometimes a block on submission, to use such a class then change the design.

    – David Carlisle
    Mar 24 at 9:17

















This could be because the title font has been explicitly defined by the class itself to use one particular font. You will need to redefine the font used for titles.

– Al-Motasem Aldaoudeyeh
Mar 24 at 4:50





This could be because the title font has been explicitly defined by the class itself to use one particular font. You will need to redefine the font used for titles.

– Al-Motasem Aldaoudeyeh
Mar 24 at 4:50




1




1





What is your document class? Please add an MWE! With article the fonts seem to be the same (output).

– JouleV
Mar 24 at 5:06







What is your document class? Please add an MWE! With article the fonts seem to be the same (output).

– JouleV
Mar 24 at 5:06















@Al-MotasemAldaoudeyeh you're right. I found some code in the doc class that specifies those upfront. So maybe I shouldn't change them after all...

– Covi
Mar 24 at 5:11





@Al-MotasemAldaoudeyeh you're right. I found some code in the doc class that specifies those upfront. So maybe I shouldn't change them after all...

– Covi
Mar 24 at 5:11




2




2





I would suggest you not mess with the fonts at all for a conference paper (substance over style). That being said, try redefining normalfont.

– John Kormylo
Mar 24 at 5:38





I would suggest you not mess with the fonts at all for a conference paper (substance over style). That being said, try redefining normalfont.

– John Kormylo
Mar 24 at 5:38




1




1





the whole point of using conference or journal class is that the editors of the proceedings get to choose fonts and design and authors lose that freedom. It's almost always a bad idea, and sometimes a block on submission, to use such a class then change the design.

– David Carlisle
Mar 24 at 9:17





the whole point of using conference or journal class is that the editors of the proceedings get to choose fonts and design and authors lose that freedom. It's almost always a bad idea, and sometimes a block on submission, to use such a class then change the design.

– David Carlisle
Mar 24 at 9:17










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%2f481151%2fwhat-are-typical-reasons-the-title-section-font-being-different-from-the-body-fo%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%2f481151%2fwhat-are-typical-reasons-the-title-section-font-being-different-from-the-body-fo%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?