“Local” use of usepackage[T1]{fontenc}












0















Using usepackage[T1]{fontenc} facilitates the use of bold small caps, but it comes with the disadvantage of blurry text. Is it possible to use those bold small caps (as opposed to say those resulting from e.g. the use of usepackage{bold-extra}) locally, say in chapter headings, without getting any of the global effects of usepackage[T1]{fontenc}?



MWE:



documentclass[11pt,a4paper]{article}
usepackage[T1]{fontenc}
begin{document}
This text is blurry

textbf{scshapehuge But at least this text is bold small caps suitable for a heading}
end{document}


enter image description here










share|improve this question


















  • 2





    Off-topic: You should have a par after heading to correct the line spacing.

    – Phelype Oleinik
    Jan 10 at 0:55






  • 2





    It is not blurry for me. Did you install cm-super?

    – Bernard
    Jan 10 at 0:57






  • 2





    the main advantage of T1 is not bold small caps it is correct hyphenation of accented words (less of an issue in English) if you get blurry text then your local font setup is incomplete.

    – David Carlisle
    Jan 10 at 1:19











  • @Bernard Thanks, installing cm-super did the trick! (The blurriness is subtle and may have been lost in the process of taking a screen capture to convert into a picture. But it made a clear difference for full pages of text.)

    – Casper
    Jan 10 at 1:22











  • @David Carlisle My current problem has been solved, but I am nevertheless curious: Why did my recent standard installation of MiKTeX give me an incomplete local font setup? Do I need to make a note to my future self that I need to make this manual change every time I install MiKTeX?

    – Casper
    Jan 10 at 1:30


















0















Using usepackage[T1]{fontenc} facilitates the use of bold small caps, but it comes with the disadvantage of blurry text. Is it possible to use those bold small caps (as opposed to say those resulting from e.g. the use of usepackage{bold-extra}) locally, say in chapter headings, without getting any of the global effects of usepackage[T1]{fontenc}?



MWE:



documentclass[11pt,a4paper]{article}
usepackage[T1]{fontenc}
begin{document}
This text is blurry

textbf{scshapehuge But at least this text is bold small caps suitable for a heading}
end{document}


enter image description here










share|improve this question


















  • 2





    Off-topic: You should have a par after heading to correct the line spacing.

    – Phelype Oleinik
    Jan 10 at 0:55






  • 2





    It is not blurry for me. Did you install cm-super?

    – Bernard
    Jan 10 at 0:57






  • 2





    the main advantage of T1 is not bold small caps it is correct hyphenation of accented words (less of an issue in English) if you get blurry text then your local font setup is incomplete.

    – David Carlisle
    Jan 10 at 1:19











  • @Bernard Thanks, installing cm-super did the trick! (The blurriness is subtle and may have been lost in the process of taking a screen capture to convert into a picture. But it made a clear difference for full pages of text.)

    – Casper
    Jan 10 at 1:22











  • @David Carlisle My current problem has been solved, but I am nevertheless curious: Why did my recent standard installation of MiKTeX give me an incomplete local font setup? Do I need to make a note to my future self that I need to make this manual change every time I install MiKTeX?

    – Casper
    Jan 10 at 1:30
















0












0








0








Using usepackage[T1]{fontenc} facilitates the use of bold small caps, but it comes with the disadvantage of blurry text. Is it possible to use those bold small caps (as opposed to say those resulting from e.g. the use of usepackage{bold-extra}) locally, say in chapter headings, without getting any of the global effects of usepackage[T1]{fontenc}?



MWE:



documentclass[11pt,a4paper]{article}
usepackage[T1]{fontenc}
begin{document}
This text is blurry

textbf{scshapehuge But at least this text is bold small caps suitable for a heading}
end{document}


enter image description here










share|improve this question














Using usepackage[T1]{fontenc} facilitates the use of bold small caps, but it comes with the disadvantage of blurry text. Is it possible to use those bold small caps (as opposed to say those resulting from e.g. the use of usepackage{bold-extra}) locally, say in chapter headings, without getting any of the global effects of usepackage[T1]{fontenc}?



MWE:



documentclass[11pt,a4paper]{article}
usepackage[T1]{fontenc}
begin{document}
This text is blurry

textbf{scshapehuge But at least this text is bold small caps suitable for a heading}
end{document}


enter image description here







fonts






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jan 10 at 0:52









CasperCasper

1726




1726








  • 2





    Off-topic: You should have a par after heading to correct the line spacing.

    – Phelype Oleinik
    Jan 10 at 0:55






  • 2





    It is not blurry for me. Did you install cm-super?

    – Bernard
    Jan 10 at 0:57






  • 2





    the main advantage of T1 is not bold small caps it is correct hyphenation of accented words (less of an issue in English) if you get blurry text then your local font setup is incomplete.

    – David Carlisle
    Jan 10 at 1:19











  • @Bernard Thanks, installing cm-super did the trick! (The blurriness is subtle and may have been lost in the process of taking a screen capture to convert into a picture. But it made a clear difference for full pages of text.)

    – Casper
    Jan 10 at 1:22











  • @David Carlisle My current problem has been solved, but I am nevertheless curious: Why did my recent standard installation of MiKTeX give me an incomplete local font setup? Do I need to make a note to my future self that I need to make this manual change every time I install MiKTeX?

    – Casper
    Jan 10 at 1:30
















  • 2





    Off-topic: You should have a par after heading to correct the line spacing.

    – Phelype Oleinik
    Jan 10 at 0:55






  • 2





    It is not blurry for me. Did you install cm-super?

    – Bernard
    Jan 10 at 0:57






  • 2





    the main advantage of T1 is not bold small caps it is correct hyphenation of accented words (less of an issue in English) if you get blurry text then your local font setup is incomplete.

    – David Carlisle
    Jan 10 at 1:19











  • @Bernard Thanks, installing cm-super did the trick! (The blurriness is subtle and may have been lost in the process of taking a screen capture to convert into a picture. But it made a clear difference for full pages of text.)

    – Casper
    Jan 10 at 1:22











  • @David Carlisle My current problem has been solved, but I am nevertheless curious: Why did my recent standard installation of MiKTeX give me an incomplete local font setup? Do I need to make a note to my future self that I need to make this manual change every time I install MiKTeX?

    – Casper
    Jan 10 at 1:30










2




2





Off-topic: You should have a par after heading to correct the line spacing.

– Phelype Oleinik
Jan 10 at 0:55





Off-topic: You should have a par after heading to correct the line spacing.

– Phelype Oleinik
Jan 10 at 0:55




2




2





It is not blurry for me. Did you install cm-super?

– Bernard
Jan 10 at 0:57





It is not blurry for me. Did you install cm-super?

– Bernard
Jan 10 at 0:57




2




2





the main advantage of T1 is not bold small caps it is correct hyphenation of accented words (less of an issue in English) if you get blurry text then your local font setup is incomplete.

– David Carlisle
Jan 10 at 1:19





the main advantage of T1 is not bold small caps it is correct hyphenation of accented words (less of an issue in English) if you get blurry text then your local font setup is incomplete.

– David Carlisle
Jan 10 at 1:19













@Bernard Thanks, installing cm-super did the trick! (The blurriness is subtle and may have been lost in the process of taking a screen capture to convert into a picture. But it made a clear difference for full pages of text.)

– Casper
Jan 10 at 1:22





@Bernard Thanks, installing cm-super did the trick! (The blurriness is subtle and may have been lost in the process of taking a screen capture to convert into a picture. But it made a clear difference for full pages of text.)

– Casper
Jan 10 at 1:22













@David Carlisle My current problem has been solved, but I am nevertheless curious: Why did my recent standard installation of MiKTeX give me an incomplete local font setup? Do I need to make a note to my future self that I need to make this manual change every time I install MiKTeX?

– Casper
Jan 10 at 1:30







@David Carlisle My current problem has been solved, but I am nevertheless curious: Why did my recent standard installation of MiKTeX give me an incomplete local font setup? Do I need to make a note to my future self that I need to make this manual change every time I install MiKTeX?

– Casper
Jan 10 at 1:30












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%2f469465%2flocal-use-of-usepackaget1fontenc%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%2f469465%2flocal-use-of-usepackaget1fontenc%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 change which sound is reproduced for terminal bell?

Can I use Tabulator js library in my java Spring + Thymeleaf project?

Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents