my header disappears when using maketitleCustom header, not using fancyhdrcustom header using fancyhdrMy...
What's the difference between a cart and a wagon?
What are these green text/line displays shown during the livestream of Crew Dragon's approach to dock with the ISS?
What type of postprocessing gives the effect of people standing out
If nine coins are tossed, what is the probability that the number of heads is even?
How to count occurrences of Friday 13th
How to count words in a line
What is the wife of a henpecked husband called?
Which aircraft had such a luxurious-looking navigator's station?
When was drinking water recognized as crucial in marathon running?
Should I choose Itemized or Standard deduction?
How to properly claim credit for peer review?
How to tighten battery clamp?
Where was Karl Mordo in Infinity War?
How would we write a misogynistic character without offending people?
Can you benefit from a Hammer of Thunderbolts’s Strength increase by holding it with something else than your hands?
How can atoms be electrically neutral when there is a difference in the positions of the charges?
I encountered my boss during an on-site interview at another company. Should I bring it up when seeing him next time?
Linear regression when Y is bounded and discrete
Make me a metasequence
How can I handle a player who pre-plans arguments about my rulings on RAW?
What's the purpose of these copper coils with resistors inside them in A Yamaha RX-V396RDS amplifier?
What am I? I am in theaters and computer programs
How to add multiple differently colored borders around a node?
If a druid in Wild Shape swallows a creature whole, then turns back to her normal form, what happens?
my header disappears when using maketitle
Custom header, not using fancyhdrcustom header using fancyhdrMy footer disappears when I increase headheighttopline of fancyhdr disappears when I use tocloftHeader with scrpage2 disappears on “last page” when using subfiles packageWhile using fancy header, when using chapter*, header takes previous chapter headingHeader disappears on pages with a figureHeader when the chapter contains pdf pagesTall header cuts off the footer when using fancyhdrHeader disappears after second section
documentclass[12pt]{article}
usepackage[english]{babel}
usepackage[utf8]{inputenc}
%inputencoding{latin1}
usepackage{fontspec}
usepackage{array}
usepackage{covington}
usepackage{tipa}
usepackage{apacite}
bibliographystyle{apacitex}
% try this package for ʾ ʿ
% usepackage{blindtext}
usepackage{fancyhdr}
pagestyle{fancy}
%usepackage[T1]{fontenc}
% package for times new roman font
usepackage{times}
% package for different shapes
%usepackage{amssymb}
% single space or double space lines
usepackage{setspace}
%singlespacing
doublespacing
% header
fancyhf{}
lhead{ Author \MyName\Assignment}
rhead{itshape today}
pagestyle{fancy}
% page number
rfoot{thepage}
usepackage{gb4e}
begin{document}
topskip=18pt
maketitle{My title }
end{document}
header-footer
New contributor
add a comment |
documentclass[12pt]{article}
usepackage[english]{babel}
usepackage[utf8]{inputenc}
%inputencoding{latin1}
usepackage{fontspec}
usepackage{array}
usepackage{covington}
usepackage{tipa}
usepackage{apacite}
bibliographystyle{apacitex}
% try this package for ʾ ʿ
% usepackage{blindtext}
usepackage{fancyhdr}
pagestyle{fancy}
%usepackage[T1]{fontenc}
% package for times new roman font
usepackage{times}
% package for different shapes
%usepackage{amssymb}
% single space or double space lines
usepackage{setspace}
%singlespacing
doublespacing
% header
fancyhf{}
lhead{ Author \MyName\Assignment}
rhead{itshape today}
pagestyle{fancy}
% page number
rfoot{thepage}
usepackage{gb4e}
begin{document}
topskip=18pt
maketitle{My title }
end{document}
header-footer
New contributor
Welcome to TeX.SE! That is usual behaviour, because you would double informations contained in the title page in the header. For good typography the header is supposed to be printed on page 2 ff. BTW: isusepackage{covington}
a special font?How do you compile? I'm not sure thatusepackage{fontspec}
is right here! Depends on whatcovington
should do ... Can you explain what you want to do?
– Kurt
2 mins ago
add a comment |
documentclass[12pt]{article}
usepackage[english]{babel}
usepackage[utf8]{inputenc}
%inputencoding{latin1}
usepackage{fontspec}
usepackage{array}
usepackage{covington}
usepackage{tipa}
usepackage{apacite}
bibliographystyle{apacitex}
% try this package for ʾ ʿ
% usepackage{blindtext}
usepackage{fancyhdr}
pagestyle{fancy}
%usepackage[T1]{fontenc}
% package for times new roman font
usepackage{times}
% package for different shapes
%usepackage{amssymb}
% single space or double space lines
usepackage{setspace}
%singlespacing
doublespacing
% header
fancyhf{}
lhead{ Author \MyName\Assignment}
rhead{itshape today}
pagestyle{fancy}
% page number
rfoot{thepage}
usepackage{gb4e}
begin{document}
topskip=18pt
maketitle{My title }
end{document}
header-footer
New contributor
documentclass[12pt]{article}
usepackage[english]{babel}
usepackage[utf8]{inputenc}
%inputencoding{latin1}
usepackage{fontspec}
usepackage{array}
usepackage{covington}
usepackage{tipa}
usepackage{apacite}
bibliographystyle{apacitex}
% try this package for ʾ ʿ
% usepackage{blindtext}
usepackage{fancyhdr}
pagestyle{fancy}
%usepackage[T1]{fontenc}
% package for times new roman font
usepackage{times}
% package for different shapes
%usepackage{amssymb}
% single space or double space lines
usepackage{setspace}
%singlespacing
doublespacing
% header
fancyhf{}
lhead{ Author \MyName\Assignment}
rhead{itshape today}
pagestyle{fancy}
% page number
rfoot{thepage}
usepackage{gb4e}
begin{document}
topskip=18pt
maketitle{My title }
end{document}
header-footer
header-footer
New contributor
New contributor
edited 7 mins ago
Kurt
38.5k848162
38.5k848162
New contributor
asked 9 mins ago
MohaMoha
1
1
New contributor
New contributor
Welcome to TeX.SE! That is usual behaviour, because you would double informations contained in the title page in the header. For good typography the header is supposed to be printed on page 2 ff. BTW: isusepackage{covington}
a special font?How do you compile? I'm not sure thatusepackage{fontspec}
is right here! Depends on whatcovington
should do ... Can you explain what you want to do?
– Kurt
2 mins ago
add a comment |
Welcome to TeX.SE! That is usual behaviour, because you would double informations contained in the title page in the header. For good typography the header is supposed to be printed on page 2 ff. BTW: isusepackage{covington}
a special font?How do you compile? I'm not sure thatusepackage{fontspec}
is right here! Depends on whatcovington
should do ... Can you explain what you want to do?
– Kurt
2 mins ago
Welcome to TeX.SE! That is usual behaviour, because you would double informations contained in the title page in the header. For good typography the header is supposed to be printed on page 2 ff. BTW: is
usepackage{covington}
a special font?How do you compile? I'm not sure that usepackage{fontspec}
is right here! Depends on what covington
should do ... Can you explain what you want to do?– Kurt
2 mins ago
Welcome to TeX.SE! That is usual behaviour, because you would double informations contained in the title page in the header. For good typography the header is supposed to be printed on page 2 ff. BTW: is
usepackage{covington}
a special font?How do you compile? I'm not sure that usepackage{fontspec}
is right here! Depends on what covington
should do ... Can you explain what you want to do?– Kurt
2 mins 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
});
}
});
Moha 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%2f477807%2fmy-header-disappears-when-using-maketitle%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
Moha is a new contributor. Be nice, and check out our Code of Conduct.
Moha is a new contributor. Be nice, and check out our Code of Conduct.
Moha is a new contributor. Be nice, and check out our Code of Conduct.
Moha 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%2f477807%2fmy-header-disappears-when-using-maketitle%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
Welcome to TeX.SE! That is usual behaviour, because you would double informations contained in the title page in the header. For good typography the header is supposed to be printed on page 2 ff. BTW: is
usepackage{covington}
a special font?How do you compile? I'm not sure thatusepackage{fontspec}
is right here! Depends on whatcovington
should do ... Can you explain what you want to do?– Kurt
2 mins ago