在 Yathesis 课程中,如何更改封面顶部徽标的大小?两个徽标中的一个看起来比第二个小得多。我尝试从我保存的 .jpg 文件中更改徽标大小方向,但没有任何变化。有没有办法改善这里的对称性?
非常感谢您的帮助
答案1
Yathesis 类将均衡徽标的高度。您可以使用logoheight
以下命令更改特定徽标的高度:\institute[logoheight=1cm, logo=images/ulco]{ULCO}
在此示例中,徽标位于子目录中images
。如您所见,它们的高度差异很大,但它们在标题页的顶部和底部对齐。
UE.jpg (140x119)
研究所.jpg(688x190)
研究所.jpg (942x264)
images
下载工作目录子目录中的三幅图像,更改其名称并尝试此代码。
\documentclass{yathesis}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{kpfonts}
\begin{document}
\author[[email protected]]{Alphonse}{Allais}\title[Laugh’s Chaos]{Le chaos du rire}
\subtitle[Chaos’ Laugh]{Le rire du chaos}
\academicfield[Mathematics]{Mathématiques}
\speciality[Dynamical systems]{Systèmes dynamiques}
\date{15}{8}{2021}
\submissiondate{1}{10}{2020}
\subject[Chaotic Laugh]{Rire chaotique}
\doctoralschool[url=http://edspi.univ-lille1.fr/]{ED Régionale SPI 72}
\comue[logo=images/ComUE,url=]{ComUE Lille Nord de France} % <<<<<<<<<<<<<<
\institute[logo=images/Institut,url=]{ULCO}% <<<<<<<<<<<<<<
\coinstitute[logo=images/CoInstitut]{Université de Paris~13}% <<<<<<<<<<<<<<
\laboratory[
logo=,
telephone=,
fax=,
email=,
url=
]{{LMPA Joseph Liouville}}{%
\\
\\
\\
\\
\\
}
\maketitle
\end{document}