fancyheader가 실행 중인 헤더를 굵은 글꼴로 표시하는 것을 원하지 않습니다.

fancyheader가 실행 중인 헤더를 굵은 글꼴로 표시하는 것을 원하지 않습니다.

실행 중인 헤더를 제공하는 아래 코드를 사용하고 있습니다.용감한폰트.

하지만 나는 일반 글꼴을 원합니다.

\documentclass[11pt,letterpaper, twoside]{article}
\usepackage[english]{babel}
\usepackage[margin=1in,footskip=0.25in]{geometry}
\usepackage{amsmath,amssymb,authblk,eurosym,fancyhdr,float,footmisc,graphics,graphicx,pdflscape,pslatex,rotating,setspace,subfig,tabularx,url,xargs} 
\usepackage[pdftex,dvipsnames]{xcolor}  %

\title{Your Paper}
\author{You}

\begin{document}
\maketitle
\begin{abstract}
Your abstract.
\end{abstract}
\clearpage
\pagestyle{fancy}
\fancyhead{} % clear all header fields
\fancyhead[RO]{\textbf{Header text}}
\fancyhead[LE]{\textbf{Tom \& Jerry}}
\renewcommand{\headrulewidth}{0pt}
\section{Introduction}
Your introduction goes here! Simply start writing your document and use the Recompile button to view the updated PDF preview. Examples of commonly used commands and features are listed below, to help you get started.
\end{document}

그러나 실행 중인 헤더는 굵은 글씨로 표시됩니다. 그냥 일반 글꼴로 하고 싶습니다.

답변1

John의 답변을 참조하십시오.

\fancyhead[RO]{Header text}
\fancyhead[LE]{Tom \& Jerry}

관련 정보