因此,我正在尝试为必须完成的工作定义一种样式,我想在每页的页脚中放置两个图像作为页眉和页码。我的代码似乎如此,但第一页的显示与其他页面不同。在第一页中,页眉比其他页面更靠近文本,并且页码显示在比其他页面更高的位置。如果我对所有页面使用相同的页面样式,为什么会出现这种情况?提前谢谢您。任何答案都非常感谢。我将在下面粘贴我的代码:
\documentclass[12pt,a4paper, notitlepage]{article}
\usepackage[utf8]{inputenc}
\usepackage[spanish]{babel}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{float}
\usepackage[
top=2cm,
bottom=2cm,
left=2.5cm,
right=2.5cm,
headheight=1cm,
includehead,includefoot,
heightrounded,
]{geometry}
%\usepackage{multicol}
\usepackage{lscape}
\usepackage{hyperref}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{fancyhdr}
%definimos un estilo de página para usarlo luego (le ponemos nombre):
\fancypagestyle{myfancy}{%
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
\fancyhead[L]{\includegraphics[width=4cm, height=1.5cm]{seccion-fisica-original.png}}
\fancyhead[R]{\includegraphics[width=3cm, height=1.5cm]{logotipo-IEO.Captura-web.png}}
\fancyfoot[R]{\thepage}
}
%abrimos el documento y hacemos la portada:
\begin{document}
\begin{titlepage}
\centering
\begin{figure}[!tbp]
\begin{subfigure}[b]{5cm}
\includegraphics[width=8cm, height=3cm]{seccion-fisica-original.png}
\end{subfigure}
\hfill
\begin{subfigure}[b]{5cm}
\includegraphics[width=5cm, height=2.5cm]{logotipo-IEO.Captura-web.png}
\end{subfigure}
\end{figure}
{\bfseries\LARGE Universidad de La Laguna\par}
\vspace{0.5cm}
{\scshape\Large Facultad de Ciencias: Sección de Física \par}
\vspace{3cm}
\rule{\linewidth}{0.4mm}
{\scshape\Huge Memoria pr\'acticas externas \par}
\rule{\linewidth}{0.4mm}
\vspace{8cm}
{\Large José María Ramos Fernández \par}
{\Large Junio 2021 \par}
\end{titlepage}
\newpage
\pagestyle{myfancy}
\section*{ALBERTO}