Font size in the headings pagestyleHow to control chapter headings in report documentclassHow to change the...
When can a QA tester start his job?
Play Zip, Zap, Zop
Can I make estimated tax payments instead of withholding from my paycheck?
A starship is travelling at 0.9c and collides with a small rock. Will it leave a clean hole through, or will more happen?
Can we harness gravitational potential energy?
Eww, those bytes are gross
Has any human ever had the choice to leave Earth permanently?
Does a phylactery of a lich have to be a box?
What is the purpose of easy combat scenarios that don't need resource expenditure?
Why did the villain in the first Men in Black movie care about Earth's Cockroaches?
Can I write a book of my D&D game?
Comparing two arrays of unequal length
What's a good word to describe a public place that looks like it wouldn't be rough?
Why is working on the same position for more than 15 years not a red flag?
Increment each digit in a number to form a new number
Is it a fallacy if someone claims they need an explanation for every word of your argument to the point where they don't understand common terms?
Is there a weight limit to Feather Fall?
Coordinates unit in pt although default is cm in TikZ
Why publish a research paper when a blog post or a lecture slide can have more citation count than a journal paper?
Why zero tolerance on nudity in space?
How can my powered armor quickly replace its ceramic plates?
Do authors have to be politically correct in article-writing?
Why is Agricola named as such?
Why is it that Bernie Sanders is always called a "socialist"?
Font size in the headings pagestyle
How to control chapter headings in report documentclassHow to change the font and the size of chapter and section text to regular font and size?Changing the chapter heading size in quotchapRemoving “Chapter” from chapter headings, change font and spacing, and centerIs there an easy way to change the font and size for Chapter Heading in Memoir?How to set chapter, section headings a specific font?How to change the font and size of the Chapters titles and numbers of BjornstrupChanging font size of chapter headings the same as that of sectionFormatting the headingsStarred chapter number and name in headerhow to give subsubsection text same size as subsection?Renaming alternate chapter headings
How can I customize the font-size in my headings pagestyle?
The problem is that some chapters have too long name but I don't want to use any abbreviation in the header.
Suggestion?
sectioning
add a comment |
How can I customize the font-size in my headings pagestyle?
The problem is that some chapters have too long name but I don't want to use any abbreviation in the header.
Suggestion?
sectioning
Take a look at thefancyhdr
package. It is used to customize heading and footer
– Spike
Jul 9 '12 at 9:58
do you want to use a small font in all headings, or just those with long titles? If the latter do you also have a table of contents, and do you want the font to be small there?
– David Carlisle
Jul 9 '12 at 10:34
In all headings. I know that it's advisable using fancyhdr, but I'm struggling on.
– FrankBr
Jul 9 '12 at 10:36
depending on the actual length of the chapter titles, it might be well to consider making the header two lines, rather than making the font too small to read.
– barbara beeton
Jul 9 '12 at 13:32
add a comment |
How can I customize the font-size in my headings pagestyle?
The problem is that some chapters have too long name but I don't want to use any abbreviation in the header.
Suggestion?
sectioning
How can I customize the font-size in my headings pagestyle?
The problem is that some chapters have too long name but I don't want to use any abbreviation in the header.
Suggestion?
sectioning
sectioning
asked Jul 9 '12 at 9:20
FrankBrFrankBr
17116
17116
Take a look at thefancyhdr
package. It is used to customize heading and footer
– Spike
Jul 9 '12 at 9:58
do you want to use a small font in all headings, or just those with long titles? If the latter do you also have a table of contents, and do you want the font to be small there?
– David Carlisle
Jul 9 '12 at 10:34
In all headings. I know that it's advisable using fancyhdr, but I'm struggling on.
– FrankBr
Jul 9 '12 at 10:36
depending on the actual length of the chapter titles, it might be well to consider making the header two lines, rather than making the font too small to read.
– barbara beeton
Jul 9 '12 at 13:32
add a comment |
Take a look at thefancyhdr
package. It is used to customize heading and footer
– Spike
Jul 9 '12 at 9:58
do you want to use a small font in all headings, or just those with long titles? If the latter do you also have a table of contents, and do you want the font to be small there?
– David Carlisle
Jul 9 '12 at 10:34
In all headings. I know that it's advisable using fancyhdr, but I'm struggling on.
– FrankBr
Jul 9 '12 at 10:36
depending on the actual length of the chapter titles, it might be well to consider making the header two lines, rather than making the font too small to read.
– barbara beeton
Jul 9 '12 at 13:32
Take a look at the
fancyhdr
package. It is used to customize heading and footer– Spike
Jul 9 '12 at 9:58
Take a look at the
fancyhdr
package. It is used to customize heading and footer– Spike
Jul 9 '12 at 9:58
do you want to use a small font in all headings, or just those with long titles? If the latter do you also have a table of contents, and do you want the font to be small there?
– David Carlisle
Jul 9 '12 at 10:34
do you want to use a small font in all headings, or just those with long titles? If the latter do you also have a table of contents, and do you want the font to be small there?
– David Carlisle
Jul 9 '12 at 10:34
In all headings. I know that it's advisable using fancyhdr, but I'm struggling on.
– FrankBr
Jul 9 '12 at 10:36
In all headings. I know that it's advisable using fancyhdr, but I'm struggling on.
– FrankBr
Jul 9 '12 at 10:36
depending on the actual length of the chapter titles, it might be well to consider making the header two lines, rather than making the font too small to read.
– barbara beeton
Jul 9 '12 at 13:32
depending on the actual length of the chapter titles, it might be well to consider making the header two lines, rather than making the font too small to read.
– barbara beeton
Jul 9 '12 at 13:32
add a comment |
1 Answer
1
active
oldest
votes
Without knowing the class-file you are using, it is difficult to advise you. I will try:
1 Komascript
If you are using one of the standard classes (book
, report
or article
), you may just change to the similar drop in replacement from the Komascript-bundle. Place the following in your preamble:
documentclass[headings=small]{scrbook}
This ensure that all headings will have matching layout.
2 sectsty
Another possibility is to use the package secsty. You can for example put the line
usepackage{sectsty}
chapterfont{Large}
in your preamble. This will make the chapter font smaller, but not the font for other sections.
3 titlesec
A third option is the package titlesec. It is an advance package with lot of options, but to just reduce the size of the sections, you can put the line
usepackage[small,compact]{titlesec}
in your preamble. titlesec
has an easy interface for the beginners (with limited option) and an advance interface for more experienced users (more or less without any limitation).
NB! titlesec
has also ‘sister’-packages to change the layout on running headers and the table of content. (And the same author has the enumitem
-package to set up lists of all kinds).
4 Hacking the standard classes
You have also a fourth option; to hack the standard classes by redefining the internal commands for sectioning headings.
Please, take a look at Vincent Zoonekynd homepage, where you will find necessary code. As you will see, it is low level TeX
, so I recommend one of the first three options mentioned above.
In an answer to the question How to control chapter headings in report documentclass you will find some instruction how to change the code. Please, give me a notice if you want further assistance.
add a comment |
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
});
}
});
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%2f62701%2ffont-size-in-the-headings-pagestyle%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
Without knowing the class-file you are using, it is difficult to advise you. I will try:
1 Komascript
If you are using one of the standard classes (book
, report
or article
), you may just change to the similar drop in replacement from the Komascript-bundle. Place the following in your preamble:
documentclass[headings=small]{scrbook}
This ensure that all headings will have matching layout.
2 sectsty
Another possibility is to use the package secsty. You can for example put the line
usepackage{sectsty}
chapterfont{Large}
in your preamble. This will make the chapter font smaller, but not the font for other sections.
3 titlesec
A third option is the package titlesec. It is an advance package with lot of options, but to just reduce the size of the sections, you can put the line
usepackage[small,compact]{titlesec}
in your preamble. titlesec
has an easy interface for the beginners (with limited option) and an advance interface for more experienced users (more or less without any limitation).
NB! titlesec
has also ‘sister’-packages to change the layout on running headers and the table of content. (And the same author has the enumitem
-package to set up lists of all kinds).
4 Hacking the standard classes
You have also a fourth option; to hack the standard classes by redefining the internal commands for sectioning headings.
Please, take a look at Vincent Zoonekynd homepage, where you will find necessary code. As you will see, it is low level TeX
, so I recommend one of the first three options mentioned above.
In an answer to the question How to control chapter headings in report documentclass you will find some instruction how to change the code. Please, give me a notice if you want further assistance.
add a comment |
Without knowing the class-file you are using, it is difficult to advise you. I will try:
1 Komascript
If you are using one of the standard classes (book
, report
or article
), you may just change to the similar drop in replacement from the Komascript-bundle. Place the following in your preamble:
documentclass[headings=small]{scrbook}
This ensure that all headings will have matching layout.
2 sectsty
Another possibility is to use the package secsty. You can for example put the line
usepackage{sectsty}
chapterfont{Large}
in your preamble. This will make the chapter font smaller, but not the font for other sections.
3 titlesec
A third option is the package titlesec. It is an advance package with lot of options, but to just reduce the size of the sections, you can put the line
usepackage[small,compact]{titlesec}
in your preamble. titlesec
has an easy interface for the beginners (with limited option) and an advance interface for more experienced users (more or less without any limitation).
NB! titlesec
has also ‘sister’-packages to change the layout on running headers and the table of content. (And the same author has the enumitem
-package to set up lists of all kinds).
4 Hacking the standard classes
You have also a fourth option; to hack the standard classes by redefining the internal commands for sectioning headings.
Please, take a look at Vincent Zoonekynd homepage, where you will find necessary code. As you will see, it is low level TeX
, so I recommend one of the first three options mentioned above.
In an answer to the question How to control chapter headings in report documentclass you will find some instruction how to change the code. Please, give me a notice if you want further assistance.
add a comment |
Without knowing the class-file you are using, it is difficult to advise you. I will try:
1 Komascript
If you are using one of the standard classes (book
, report
or article
), you may just change to the similar drop in replacement from the Komascript-bundle. Place the following in your preamble:
documentclass[headings=small]{scrbook}
This ensure that all headings will have matching layout.
2 sectsty
Another possibility is to use the package secsty. You can for example put the line
usepackage{sectsty}
chapterfont{Large}
in your preamble. This will make the chapter font smaller, but not the font for other sections.
3 titlesec
A third option is the package titlesec. It is an advance package with lot of options, but to just reduce the size of the sections, you can put the line
usepackage[small,compact]{titlesec}
in your preamble. titlesec
has an easy interface for the beginners (with limited option) and an advance interface for more experienced users (more or less without any limitation).
NB! titlesec
has also ‘sister’-packages to change the layout on running headers and the table of content. (And the same author has the enumitem
-package to set up lists of all kinds).
4 Hacking the standard classes
You have also a fourth option; to hack the standard classes by redefining the internal commands for sectioning headings.
Please, take a look at Vincent Zoonekynd homepage, where you will find necessary code. As you will see, it is low level TeX
, so I recommend one of the first three options mentioned above.
In an answer to the question How to control chapter headings in report documentclass you will find some instruction how to change the code. Please, give me a notice if you want further assistance.
Without knowing the class-file you are using, it is difficult to advise you. I will try:
1 Komascript
If you are using one of the standard classes (book
, report
or article
), you may just change to the similar drop in replacement from the Komascript-bundle. Place the following in your preamble:
documentclass[headings=small]{scrbook}
This ensure that all headings will have matching layout.
2 sectsty
Another possibility is to use the package secsty. You can for example put the line
usepackage{sectsty}
chapterfont{Large}
in your preamble. This will make the chapter font smaller, but not the font for other sections.
3 titlesec
A third option is the package titlesec. It is an advance package with lot of options, but to just reduce the size of the sections, you can put the line
usepackage[small,compact]{titlesec}
in your preamble. titlesec
has an easy interface for the beginners (with limited option) and an advance interface for more experienced users (more or less without any limitation).
NB! titlesec
has also ‘sister’-packages to change the layout on running headers and the table of content. (And the same author has the enumitem
-package to set up lists of all kinds).
4 Hacking the standard classes
You have also a fourth option; to hack the standard classes by redefining the internal commands for sectioning headings.
Please, take a look at Vincent Zoonekynd homepage, where you will find necessary code. As you will see, it is low level TeX
, so I recommend one of the first three options mentioned above.
In an answer to the question How to control chapter headings in report documentclass you will find some instruction how to change the code. Please, give me a notice if you want further assistance.
edited 5 mins ago
answered Jul 9 '12 at 12:17
SveinungSveinung
11k23256
11k23256
add a comment |
add a comment |
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%2f62701%2ffont-size-in-the-headings-pagestyle%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
Take a look at the
fancyhdr
package. It is used to customize heading and footer– Spike
Jul 9 '12 at 9:58
do you want to use a small font in all headings, or just those with long titles? If the latter do you also have a table of contents, and do you want the font to be small there?
– David Carlisle
Jul 9 '12 at 10:34
In all headings. I know that it's advisable using fancyhdr, but I'm struggling on.
– FrankBr
Jul 9 '12 at 10:36
depending on the actual length of the chapter titles, it might be well to consider making the header two lines, rather than making the font too small to read.
– barbara beeton
Jul 9 '12 at 13:32