Why I cant see italic font at the header?emph or textitHeader, footer and font customizationItalic/bold font...

Being asked to review a paper in conference one has submitted to

I can't die. Who am I?

How do you say “my friend is throwing a party, do you wanna come?” in german

PTIJ: Why can't I sing about soda on certain days?

Is there a way to find out the age of climbing ropes?

Sometimes a banana is just a banana

Was it really inappropriate to write a pull request for the company I interviewed with?

GDAL GetGeoTransform Documentation -- Is there an oversight, or what am I misunderstanding?

When to use mean vs median

Rationale to prefer local variables over instance variables?

Can an earth elemental drown/bury its opponent underground using earth glide?

What is better: yes / no radio, or simple checkbox?

Why won't the strings command stop?

Correct physics behind the colors on CD (compact disc)?

“I had a flat in the centre of town, but I didn’t like living there, so …”

Is there a math equivalent to the conditional ternary operator?

Split a number into equal parts given the number of parts

3.5% Interest Student Loan or use all of my savings on Tuition?

What is a term for a function that when called repeatedly, has the same effect as calling once?

How does insurance birth control work?

Is divide-by-zero a security vulnerability?

Should we avoid writing fiction about historical events without extensive research?

How to get the first element while continue streaming?

When was drinking water recognized as crucial in marathon running?



Why I cant see italic font at the header?


emph or textitHeader, footer and font customizationItalic/bold font in LyxHow to change the font style in right headeritalic font in LyX?left justified bold and not italic headerWhy 'xelatex' fails to find the font?Reduce the font size of the headerWhy is there no header?Why the amstools doesn't work here?How to change the text of 'see' and 'seealso'













4















I try to put italic text at the header - at the body of the document it's works fine, but at the header I can't see the italic font.

Here is MWE:



    % Preview source code

%% LyX 2.3.2-2 created this file. For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
documentclass[a4paper,english,hebrew,numbers=noenddot]{scrartcl}
usepackage{fontspec}
usepackage{fancyhdr}
pagestyle{fancy}
setlength{parindent}{0bp}

makeatletter

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands.
pdfpageheightpaperheight
pdfpagewidthpaperwidth


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
newfontfamilyhebrewfont[Script=Hebrew]{David CLM}
newfontfamilyhebrewfonttt[Script=Hebrew]{Miriam Mono CLM}
newfontfamilyhebrewfontsf[Script=Hebrew]{Simple CLM}
AtBeginDocument{
renewcommandfootnoterule{%
kern -3pt
hbox to textwidth{hfillvrule height 0.4pt width .4textwidth}
kern 2.6pt
}}
renewcommand{labelenumii}{labelenumiarabic{enumii}.}
lhead{aaemph{aa}}

makeatother

usepackage{polyglossia}
setdefaultlanguage{hebrew}
setotherlanguage{english}
begin{document}
begin{english}[variant=american]%
aaemph{aa}
end{english}%

end{document}


The output is:
enter image description here



Do you know how can I fix it?



Thank you!










share|improve this question




















  • 5





    The header and text fonts are different. The text font appears to be Computer Modern; I'm not sure about the font in the header, but since it's different, it may also go by different rules for handling emph.

    – barbara beeton
    yesterday
















4















I try to put italic text at the header - at the body of the document it's works fine, but at the header I can't see the italic font.

Here is MWE:



    % Preview source code

%% LyX 2.3.2-2 created this file. For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
documentclass[a4paper,english,hebrew,numbers=noenddot]{scrartcl}
usepackage{fontspec}
usepackage{fancyhdr}
pagestyle{fancy}
setlength{parindent}{0bp}

makeatletter

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands.
pdfpageheightpaperheight
pdfpagewidthpaperwidth


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
newfontfamilyhebrewfont[Script=Hebrew]{David CLM}
newfontfamilyhebrewfonttt[Script=Hebrew]{Miriam Mono CLM}
newfontfamilyhebrewfontsf[Script=Hebrew]{Simple CLM}
AtBeginDocument{
renewcommandfootnoterule{%
kern -3pt
hbox to textwidth{hfillvrule height 0.4pt width .4textwidth}
kern 2.6pt
}}
renewcommand{labelenumii}{labelenumiarabic{enumii}.}
lhead{aaemph{aa}}

makeatother

usepackage{polyglossia}
setdefaultlanguage{hebrew}
setotherlanguage{english}
begin{document}
begin{english}[variant=american]%
aaemph{aa}
end{english}%

end{document}


The output is:
enter image description here



Do you know how can I fix it?



Thank you!










share|improve this question




















  • 5





    The header and text fonts are different. The text font appears to be Computer Modern; I'm not sure about the font in the header, but since it's different, it may also go by different rules for handling emph.

    – barbara beeton
    yesterday














4












4








4








I try to put italic text at the header - at the body of the document it's works fine, but at the header I can't see the italic font.

Here is MWE:



    % Preview source code

%% LyX 2.3.2-2 created this file. For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
documentclass[a4paper,english,hebrew,numbers=noenddot]{scrartcl}
usepackage{fontspec}
usepackage{fancyhdr}
pagestyle{fancy}
setlength{parindent}{0bp}

makeatletter

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands.
pdfpageheightpaperheight
pdfpagewidthpaperwidth


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
newfontfamilyhebrewfont[Script=Hebrew]{David CLM}
newfontfamilyhebrewfonttt[Script=Hebrew]{Miriam Mono CLM}
newfontfamilyhebrewfontsf[Script=Hebrew]{Simple CLM}
AtBeginDocument{
renewcommandfootnoterule{%
kern -3pt
hbox to textwidth{hfillvrule height 0.4pt width .4textwidth}
kern 2.6pt
}}
renewcommand{labelenumii}{labelenumiarabic{enumii}.}
lhead{aaemph{aa}}

makeatother

usepackage{polyglossia}
setdefaultlanguage{hebrew}
setotherlanguage{english}
begin{document}
begin{english}[variant=american]%
aaemph{aa}
end{english}%

end{document}


The output is:
enter image description here



Do you know how can I fix it?



Thank you!










share|improve this question
















I try to put italic text at the header - at the body of the document it's works fine, but at the header I can't see the italic font.

Here is MWE:



    % Preview source code

%% LyX 2.3.2-2 created this file. For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
documentclass[a4paper,english,hebrew,numbers=noenddot]{scrartcl}
usepackage{fontspec}
usepackage{fancyhdr}
pagestyle{fancy}
setlength{parindent}{0bp}

makeatletter

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands.
pdfpageheightpaperheight
pdfpagewidthpaperwidth


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
newfontfamilyhebrewfont[Script=Hebrew]{David CLM}
newfontfamilyhebrewfonttt[Script=Hebrew]{Miriam Mono CLM}
newfontfamilyhebrewfontsf[Script=Hebrew]{Simple CLM}
AtBeginDocument{
renewcommandfootnoterule{%
kern -3pt
hbox to textwidth{hfillvrule height 0.4pt width .4textwidth}
kern 2.6pt
}}
renewcommand{labelenumii}{labelenumiarabic{enumii}.}
lhead{aaemph{aa}}

makeatother

usepackage{polyglossia}
setdefaultlanguage{hebrew}
setotherlanguage{english}
begin{document}
begin{english}[variant=american]%
aaemph{aa}
end{english}%

end{document}


The output is:
enter image description here



Do you know how can I fix it?



Thank you!







header-footer lyx hebrew






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 21 hours ago









Schweinebacke

21.8k4577




21.8k4577










asked yesterday









heblyxheblyx

842919




842919








  • 5





    The header and text fonts are different. The text font appears to be Computer Modern; I'm not sure about the font in the header, but since it's different, it may also go by different rules for handling emph.

    – barbara beeton
    yesterday














  • 5





    The header and text fonts are different. The text font appears to be Computer Modern; I'm not sure about the font in the header, but since it's different, it may also go by different rules for handling emph.

    – barbara beeton
    yesterday








5




5





The header and text fonts are different. The text font appears to be Computer Modern; I'm not sure about the font in the header, but since it's different, it may also go by different rules for handling emph.

– barbara beeton
yesterday





The header and text fonts are different. The text font appears to be Computer Modern; I'm not sure about the font in the header, but since it's different, it may also go by different rules for handling emph.

– barbara beeton
yesterday










3 Answers
3






active

oldest

votes


















8














For some reason, David CLM does not seem to contain Latin glyphs with an Italic shape. As an additional oddity Miriam Mono CLM slants in the opposite way to the other two fonts.



In your question, you have set the default language to Hebrew and the default font to David CLM. So this is what you get in your header. If you want English in your header and the default English font of Latin Modern Roman, you could use: lhead{textenglish{aaemph{aa}}}, but then you won't get Hebrew if you want it of course.



Also, note that scrartcl gives a warning not to use fancyhdr with this class. KOMA-Script has its own way of customising headers and footers.



Have a look at this test to see what is going on:



documentclass{article}
usepackage{polyglossia}
setdefaultlanguage{hebrew}
newfontfamilyhebrewfont{David CLM}[Script=Hebrew]
newfontfamilyhebrewfonttt{Miriam Mono CLM}[Script=Hebrew]
newfontfamilyhebrewfontsf{Simple CLM}[Script=Hebrew]
begin{document}
LR{David CLM}
medskip

עברית LR{Latin (Upright)}

{itshape עברית LR{Latin (Italic)}}

{bfseries עברית LR{Latin (Bold)}}

{bfseriesitshape עברית LR{Latin (Bold Italic)}}

bigskip
sffamily
LR{Simple CLM}
medskip

עברית LR{Latin (Upright)}

{itshape עברית LR{Latin (Italic)}}

{bfseries עברית LR{Latin (Bold)}}

{bfseriesitshape עברית LR{Latin (Bold Italic)}}

bigskip
ttfamily
LR{Miriam Mono CLM}
medskip

עברית LR{Latin (Upright)}

{itshape עברית LR{Latin (Italic)}}

{bfseries עברית LR{Latin (Bold)}}

{bfseriesitshape עברית LR{Latin (Bold Italic)}}
end{document}


output






share|improve this answer


























  • It's working, thank you!! But I don't understand why at the text I get it italic and at the header not, because it should be the same font, right? what the textenglish doing?

    – heblyx
    22 hours ago













  • @heblyx It's different because the language and therefore font is different. You have begin{english} and end{english} around the text that works in your main document. This changes the font away from David CLM. You don't have this in your header. textenglish{} does the same as begin...end{english} but for short text within a paragraph. Is your document mainly in English or Hebrew?

    – David Purton
    18 hours ago



















0














Try this:



lhead{textit{aaemph{aa}}}



textit is to command to put text in italic.






share|improve this answer








New contributor




Vinccool96 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • why would you make a text italic which is already emphasised? May be could you add a complete solution if possible?

    – Raaja
    yesterday













  • Emphasis depends of how the text is. It will now be in bold.

    – Vinccool96
    yesterday











  • I am not sure about that. Please check tex.stackexchange.com/questions/1980/emph-or-textit

    – Raaja
    yesterday






  • 3





    Did you actually check this? I do not think it works.

    – David Purton
    yesterday






  • 1





    Not working.... :(

    – heblyx
    23 hours ago



















0














I've compiled using your source code. The solution is:
you can change the family font using in header.



a) try this line:



lhead{textrm{ aaemph{aa}}}


the textrm is to set serif (roman).



b) you can use textsf to set sans serif family, try this line:



lhead{textrm{ aaemph{aa}}}


c) you can use texttt to set typewriter (monospace) family, try this line:



lhead{texttt{ aaemph{aa}}}





share|improve this answer





















  • 1





    Are you sure textrm works? It does not work for me and I wouldn't expect different output since this is the default font family in use. The other two do work, but this changes the font which the OP might not want.

    – David Purton
    yesterday











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%2f477952%2fwhy-i-cant-see-italic-font-at-the-header%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























3 Answers
3






active

oldest

votes








3 Answers
3






active

oldest

votes









active

oldest

votes






active

oldest

votes









8














For some reason, David CLM does not seem to contain Latin glyphs with an Italic shape. As an additional oddity Miriam Mono CLM slants in the opposite way to the other two fonts.



In your question, you have set the default language to Hebrew and the default font to David CLM. So this is what you get in your header. If you want English in your header and the default English font of Latin Modern Roman, you could use: lhead{textenglish{aaemph{aa}}}, but then you won't get Hebrew if you want it of course.



Also, note that scrartcl gives a warning not to use fancyhdr with this class. KOMA-Script has its own way of customising headers and footers.



Have a look at this test to see what is going on:



documentclass{article}
usepackage{polyglossia}
setdefaultlanguage{hebrew}
newfontfamilyhebrewfont{David CLM}[Script=Hebrew]
newfontfamilyhebrewfonttt{Miriam Mono CLM}[Script=Hebrew]
newfontfamilyhebrewfontsf{Simple CLM}[Script=Hebrew]
begin{document}
LR{David CLM}
medskip

עברית LR{Latin (Upright)}

{itshape עברית LR{Latin (Italic)}}

{bfseries עברית LR{Latin (Bold)}}

{bfseriesitshape עברית LR{Latin (Bold Italic)}}

bigskip
sffamily
LR{Simple CLM}
medskip

עברית LR{Latin (Upright)}

{itshape עברית LR{Latin (Italic)}}

{bfseries עברית LR{Latin (Bold)}}

{bfseriesitshape עברית LR{Latin (Bold Italic)}}

bigskip
ttfamily
LR{Miriam Mono CLM}
medskip

עברית LR{Latin (Upright)}

{itshape עברית LR{Latin (Italic)}}

{bfseries עברית LR{Latin (Bold)}}

{bfseriesitshape עברית LR{Latin (Bold Italic)}}
end{document}


output






share|improve this answer


























  • It's working, thank you!! But I don't understand why at the text I get it italic and at the header not, because it should be the same font, right? what the textenglish doing?

    – heblyx
    22 hours ago













  • @heblyx It's different because the language and therefore font is different. You have begin{english} and end{english} around the text that works in your main document. This changes the font away from David CLM. You don't have this in your header. textenglish{} does the same as begin...end{english} but for short text within a paragraph. Is your document mainly in English or Hebrew?

    – David Purton
    18 hours ago
















8














For some reason, David CLM does not seem to contain Latin glyphs with an Italic shape. As an additional oddity Miriam Mono CLM slants in the opposite way to the other two fonts.



In your question, you have set the default language to Hebrew and the default font to David CLM. So this is what you get in your header. If you want English in your header and the default English font of Latin Modern Roman, you could use: lhead{textenglish{aaemph{aa}}}, but then you won't get Hebrew if you want it of course.



Also, note that scrartcl gives a warning not to use fancyhdr with this class. KOMA-Script has its own way of customising headers and footers.



Have a look at this test to see what is going on:



documentclass{article}
usepackage{polyglossia}
setdefaultlanguage{hebrew}
newfontfamilyhebrewfont{David CLM}[Script=Hebrew]
newfontfamilyhebrewfonttt{Miriam Mono CLM}[Script=Hebrew]
newfontfamilyhebrewfontsf{Simple CLM}[Script=Hebrew]
begin{document}
LR{David CLM}
medskip

עברית LR{Latin (Upright)}

{itshape עברית LR{Latin (Italic)}}

{bfseries עברית LR{Latin (Bold)}}

{bfseriesitshape עברית LR{Latin (Bold Italic)}}

bigskip
sffamily
LR{Simple CLM}
medskip

עברית LR{Latin (Upright)}

{itshape עברית LR{Latin (Italic)}}

{bfseries עברית LR{Latin (Bold)}}

{bfseriesitshape עברית LR{Latin (Bold Italic)}}

bigskip
ttfamily
LR{Miriam Mono CLM}
medskip

עברית LR{Latin (Upright)}

{itshape עברית LR{Latin (Italic)}}

{bfseries עברית LR{Latin (Bold)}}

{bfseriesitshape עברית LR{Latin (Bold Italic)}}
end{document}


output






share|improve this answer


























  • It's working, thank you!! But I don't understand why at the text I get it italic and at the header not, because it should be the same font, right? what the textenglish doing?

    – heblyx
    22 hours ago













  • @heblyx It's different because the language and therefore font is different. You have begin{english} and end{english} around the text that works in your main document. This changes the font away from David CLM. You don't have this in your header. textenglish{} does the same as begin...end{english} but for short text within a paragraph. Is your document mainly in English or Hebrew?

    – David Purton
    18 hours ago














8












8








8







For some reason, David CLM does not seem to contain Latin glyphs with an Italic shape. As an additional oddity Miriam Mono CLM slants in the opposite way to the other two fonts.



In your question, you have set the default language to Hebrew and the default font to David CLM. So this is what you get in your header. If you want English in your header and the default English font of Latin Modern Roman, you could use: lhead{textenglish{aaemph{aa}}}, but then you won't get Hebrew if you want it of course.



Also, note that scrartcl gives a warning not to use fancyhdr with this class. KOMA-Script has its own way of customising headers and footers.



Have a look at this test to see what is going on:



documentclass{article}
usepackage{polyglossia}
setdefaultlanguage{hebrew}
newfontfamilyhebrewfont{David CLM}[Script=Hebrew]
newfontfamilyhebrewfonttt{Miriam Mono CLM}[Script=Hebrew]
newfontfamilyhebrewfontsf{Simple CLM}[Script=Hebrew]
begin{document}
LR{David CLM}
medskip

עברית LR{Latin (Upright)}

{itshape עברית LR{Latin (Italic)}}

{bfseries עברית LR{Latin (Bold)}}

{bfseriesitshape עברית LR{Latin (Bold Italic)}}

bigskip
sffamily
LR{Simple CLM}
medskip

עברית LR{Latin (Upright)}

{itshape עברית LR{Latin (Italic)}}

{bfseries עברית LR{Latin (Bold)}}

{bfseriesitshape עברית LR{Latin (Bold Italic)}}

bigskip
ttfamily
LR{Miriam Mono CLM}
medskip

עברית LR{Latin (Upright)}

{itshape עברית LR{Latin (Italic)}}

{bfseries עברית LR{Latin (Bold)}}

{bfseriesitshape עברית LR{Latin (Bold Italic)}}
end{document}


output






share|improve this answer















For some reason, David CLM does not seem to contain Latin glyphs with an Italic shape. As an additional oddity Miriam Mono CLM slants in the opposite way to the other two fonts.



In your question, you have set the default language to Hebrew and the default font to David CLM. So this is what you get in your header. If you want English in your header and the default English font of Latin Modern Roman, you could use: lhead{textenglish{aaemph{aa}}}, but then you won't get Hebrew if you want it of course.



Also, note that scrartcl gives a warning not to use fancyhdr with this class. KOMA-Script has its own way of customising headers and footers.



Have a look at this test to see what is going on:



documentclass{article}
usepackage{polyglossia}
setdefaultlanguage{hebrew}
newfontfamilyhebrewfont{David CLM}[Script=Hebrew]
newfontfamilyhebrewfonttt{Miriam Mono CLM}[Script=Hebrew]
newfontfamilyhebrewfontsf{Simple CLM}[Script=Hebrew]
begin{document}
LR{David CLM}
medskip

עברית LR{Latin (Upright)}

{itshape עברית LR{Latin (Italic)}}

{bfseries עברית LR{Latin (Bold)}}

{bfseriesitshape עברית LR{Latin (Bold Italic)}}

bigskip
sffamily
LR{Simple CLM}
medskip

עברית LR{Latin (Upright)}

{itshape עברית LR{Latin (Italic)}}

{bfseries עברית LR{Latin (Bold)}}

{bfseriesitshape עברית LR{Latin (Bold Italic)}}

bigskip
ttfamily
LR{Miriam Mono CLM}
medskip

עברית LR{Latin (Upright)}

{itshape עברית LR{Latin (Italic)}}

{bfseries עברית LR{Latin (Bold)}}

{bfseriesitshape עברית LR{Latin (Bold Italic)}}
end{document}


output







share|improve this answer














share|improve this answer



share|improve this answer








edited yesterday

























answered yesterday









David PurtonDavid Purton

10.3k2938




10.3k2938













  • It's working, thank you!! But I don't understand why at the text I get it italic and at the header not, because it should be the same font, right? what the textenglish doing?

    – heblyx
    22 hours ago













  • @heblyx It's different because the language and therefore font is different. You have begin{english} and end{english} around the text that works in your main document. This changes the font away from David CLM. You don't have this in your header. textenglish{} does the same as begin...end{english} but for short text within a paragraph. Is your document mainly in English or Hebrew?

    – David Purton
    18 hours ago



















  • It's working, thank you!! But I don't understand why at the text I get it italic and at the header not, because it should be the same font, right? what the textenglish doing?

    – heblyx
    22 hours ago













  • @heblyx It's different because the language and therefore font is different. You have begin{english} and end{english} around the text that works in your main document. This changes the font away from David CLM. You don't have this in your header. textenglish{} does the same as begin...end{english} but for short text within a paragraph. Is your document mainly in English or Hebrew?

    – David Purton
    18 hours ago

















It's working, thank you!! But I don't understand why at the text I get it italic and at the header not, because it should be the same font, right? what the textenglish doing?

– heblyx
22 hours ago







It's working, thank you!! But I don't understand why at the text I get it italic and at the header not, because it should be the same font, right? what the textenglish doing?

– heblyx
22 hours ago















@heblyx It's different because the language and therefore font is different. You have begin{english} and end{english} around the text that works in your main document. This changes the font away from David CLM. You don't have this in your header. textenglish{} does the same as begin...end{english} but for short text within a paragraph. Is your document mainly in English or Hebrew?

– David Purton
18 hours ago





@heblyx It's different because the language and therefore font is different. You have begin{english} and end{english} around the text that works in your main document. This changes the font away from David CLM. You don't have this in your header. textenglish{} does the same as begin...end{english} but for short text within a paragraph. Is your document mainly in English or Hebrew?

– David Purton
18 hours ago











0














Try this:



lhead{textit{aaemph{aa}}}



textit is to command to put text in italic.






share|improve this answer








New contributor




Vinccool96 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • why would you make a text italic which is already emphasised? May be could you add a complete solution if possible?

    – Raaja
    yesterday













  • Emphasis depends of how the text is. It will now be in bold.

    – Vinccool96
    yesterday











  • I am not sure about that. Please check tex.stackexchange.com/questions/1980/emph-or-textit

    – Raaja
    yesterday






  • 3





    Did you actually check this? I do not think it works.

    – David Purton
    yesterday






  • 1





    Not working.... :(

    – heblyx
    23 hours ago
















0














Try this:



lhead{textit{aaemph{aa}}}



textit is to command to put text in italic.






share|improve this answer








New contributor




Vinccool96 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • why would you make a text italic which is already emphasised? May be could you add a complete solution if possible?

    – Raaja
    yesterday













  • Emphasis depends of how the text is. It will now be in bold.

    – Vinccool96
    yesterday











  • I am not sure about that. Please check tex.stackexchange.com/questions/1980/emph-or-textit

    – Raaja
    yesterday






  • 3





    Did you actually check this? I do not think it works.

    – David Purton
    yesterday






  • 1





    Not working.... :(

    – heblyx
    23 hours ago














0












0








0







Try this:



lhead{textit{aaemph{aa}}}



textit is to command to put text in italic.






share|improve this answer








New contributor




Vinccool96 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.










Try this:



lhead{textit{aaemph{aa}}}



textit is to command to put text in italic.







share|improve this answer








New contributor




Vinccool96 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this answer



share|improve this answer






New contributor




Vinccool96 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









answered yesterday









Vinccool96Vinccool96

558




558




New contributor




Vinccool96 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Vinccool96 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Vinccool96 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • why would you make a text italic which is already emphasised? May be could you add a complete solution if possible?

    – Raaja
    yesterday













  • Emphasis depends of how the text is. It will now be in bold.

    – Vinccool96
    yesterday











  • I am not sure about that. Please check tex.stackexchange.com/questions/1980/emph-or-textit

    – Raaja
    yesterday






  • 3





    Did you actually check this? I do not think it works.

    – David Purton
    yesterday






  • 1





    Not working.... :(

    – heblyx
    23 hours ago



















  • why would you make a text italic which is already emphasised? May be could you add a complete solution if possible?

    – Raaja
    yesterday













  • Emphasis depends of how the text is. It will now be in bold.

    – Vinccool96
    yesterday











  • I am not sure about that. Please check tex.stackexchange.com/questions/1980/emph-or-textit

    – Raaja
    yesterday






  • 3





    Did you actually check this? I do not think it works.

    – David Purton
    yesterday






  • 1





    Not working.... :(

    – heblyx
    23 hours ago

















why would you make a text italic which is already emphasised? May be could you add a complete solution if possible?

– Raaja
yesterday







why would you make a text italic which is already emphasised? May be could you add a complete solution if possible?

– Raaja
yesterday















Emphasis depends of how the text is. It will now be in bold.

– Vinccool96
yesterday





Emphasis depends of how the text is. It will now be in bold.

– Vinccool96
yesterday













I am not sure about that. Please check tex.stackexchange.com/questions/1980/emph-or-textit

– Raaja
yesterday





I am not sure about that. Please check tex.stackexchange.com/questions/1980/emph-or-textit

– Raaja
yesterday




3




3





Did you actually check this? I do not think it works.

– David Purton
yesterday





Did you actually check this? I do not think it works.

– David Purton
yesterday




1




1





Not working.... :(

– heblyx
23 hours ago





Not working.... :(

– heblyx
23 hours ago











0














I've compiled using your source code. The solution is:
you can change the family font using in header.



a) try this line:



lhead{textrm{ aaemph{aa}}}


the textrm is to set serif (roman).



b) you can use textsf to set sans serif family, try this line:



lhead{textrm{ aaemph{aa}}}


c) you can use texttt to set typewriter (monospace) family, try this line:



lhead{texttt{ aaemph{aa}}}





share|improve this answer





















  • 1





    Are you sure textrm works? It does not work for me and I wouldn't expect different output since this is the default font family in use. The other two do work, but this changes the font which the OP might not want.

    – David Purton
    yesterday
















0














I've compiled using your source code. The solution is:
you can change the family font using in header.



a) try this line:



lhead{textrm{ aaemph{aa}}}


the textrm is to set serif (roman).



b) you can use textsf to set sans serif family, try this line:



lhead{textrm{ aaemph{aa}}}


c) you can use texttt to set typewriter (monospace) family, try this line:



lhead{texttt{ aaemph{aa}}}





share|improve this answer





















  • 1





    Are you sure textrm works? It does not work for me and I wouldn't expect different output since this is the default font family in use. The other two do work, but this changes the font which the OP might not want.

    – David Purton
    yesterday














0












0








0







I've compiled using your source code. The solution is:
you can change the family font using in header.



a) try this line:



lhead{textrm{ aaemph{aa}}}


the textrm is to set serif (roman).



b) you can use textsf to set sans serif family, try this line:



lhead{textrm{ aaemph{aa}}}


c) you can use texttt to set typewriter (monospace) family, try this line:



lhead{texttt{ aaemph{aa}}}





share|improve this answer















I've compiled using your source code. The solution is:
you can change the family font using in header.



a) try this line:



lhead{textrm{ aaemph{aa}}}


the textrm is to set serif (roman).



b) you can use textsf to set sans serif family, try this line:



lhead{textrm{ aaemph{aa}}}


c) you can use texttt to set typewriter (monospace) family, try this line:



lhead{texttt{ aaemph{aa}}}






share|improve this answer














share|improve this answer



share|improve this answer








edited yesterday

























answered yesterday









Rogelio PrietoRogelio Prieto

11




11








  • 1





    Are you sure textrm works? It does not work for me and I wouldn't expect different output since this is the default font family in use. The other two do work, but this changes the font which the OP might not want.

    – David Purton
    yesterday














  • 1





    Are you sure textrm works? It does not work for me and I wouldn't expect different output since this is the default font family in use. The other two do work, but this changes the font which the OP might not want.

    – David Purton
    yesterday








1




1





Are you sure textrm works? It does not work for me and I wouldn't expect different output since this is the default font family in use. The other two do work, but this changes the font which the OP might not want.

– David Purton
yesterday





Are you sure textrm works? It does not work for me and I wouldn't expect different output since this is the default font family in use. The other two do work, but this changes the font which the OP might not want.

– David Purton
yesterday


















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%2f477952%2fwhy-i-cant-see-italic-font-at-the-header%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

Why does my Macbook overheat and use so much CPU and energy when on YouTube?Why do so many insist on using...

How to prevent page numbers from appearing on glossaries?How to remove a dot and a page number in the...

Puerta de Hutt Referencias Enlaces externos Menú de navegación15°58′00″S 5°42′00″O /...