如何创建新的页面样式以使页脚匹配

如何创建新的页面样式以使页脚匹配

我的页脚有问题。它们不匹配。有人建议我为两个页脚创建一个新的页面样式。但我没有成功。我只是不明白我做错了什么。

\documentclass[10pt]{article}
\date{}
\usepackage[margin=1.15in]{geometry}
    \geometry{
        a4paper,
        tmargin=1.8cm,
        lmargin=1.5cm,
        rmargin=1.5cm,
        bmargin=1.8cm
 }
\usepackage{anyfontsize}
\usepackage{fontspec}
\setmainfont{Calibri}
\usepackage{sectsty}
    \sectionfont{\fontsize{28}{31}\selectfont}
    \subsectionfont{\fontsize{21}{24}\selectfont}
\usepackage{titlesec}
    \titleformat*{\subsubsection}{\large\bfseries}
\usepackage{ifthen}       
        \newif\IfCloudAlly
        \CloudAllytrue
\usepackage{algpseudocode}
\linespread{1.5}
\usepackage{tcolorbox}
\newtcolorbox{mybox}[3][]
{
  colframe = #2!25,
  colback  = #2!10,
  arc=0pt,auto outer arc,left=1pt, boxsep=10pt, boxrule=1pt,width=\columnwidth,right=1 pt
  #1,
}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancypagestyle{fancy}
\fancyhf{}
\fancyhead[L]{MS Exchange User Manual} % левый верхний колонтитул
\fancyhead[R]{{\includegraphics[height=0.96cm, width=4.74cm]{CloudAlly/Screenshots/CloudAlly_aZIXcompany_fin_GRB.png}}} % правый верхний
\fancyfoot[L]{{CloudAlly - Visit our Customer Support Hub: \href{https://support.cloudally.com}{https://support.cloudally.com}}} % левый нижний
\renewcommand{\headrulewidth}{0pt} % линия под верхним к.
\renewcommand{\footrulewidth}{0pt} % линия над нижним к.
\usepackage[dvipsnames]{xcolor}
    \definecolor{links}{HTML}{16e5fe}
\usepackage{hyperref}
 \hypersetup{
        colorlinks,
        linkcolor=16e5fe,
        urlcolor=links
}
\usepackage{graphicx}
\begin{document}
\section*{Preface}
\subsection*{Welcome}
\subsubsection*{About this Guide}
    Thank you for selecting Www Backup for MS. Www ensures that your organization’s data is well protected and always available for swift restore to keep your business operational and your employees productive. We empower end users to correct their own mistakes, and give application administrators, IT leadership and audit teams the confidence and proof that your data is appropriately backed up, safe and ready for recovery. Www strives to build real relationships with our customers and deliver exceptional service. 
    We hope this User Guide will help your organization to utilize cloud advancements, aimed at preventing critical business data loss. Our mission is to develop & support advanced software, and to provide better service to our customers. If you ever have a question or need additional help, please contact us at \href{[email protected]}{[email protected]} or search our Knowledge Base at \href{https://support.www.com}{https://support.www.com}.

\linespread{1}\subsection*{Audience}
    This guide is intended for individuals who administer www Backup for MS.
\subsection*{What’s in this Guide }
    This guide is organized to help you find the information you need to manage www Backup for MS. It is divided into functional parts intended to support you as you manage your environment.

\subsection*{Configuration}
\subsubsection*{Prerequisites}
    To administer the www Backup for MS environment, the following is required:
\begin{itemize}
    \item Microsoft for Business 
    \item Global Administrator account in Microsoft online services (Microsoft, SharePoint Online or Microsoft Azure)
    \item www Backup for MS subscription 
\end{itemize}

\section*{Create and Access Your www Account}
\subsection*{Sign Up/Sign In from the Www Home Page }
\begin{enumerate}
    \item In your Internet browser open \href{www.www.com}{www.www.com} and click \textbf{Log In} link.

    The \textsl{Sign In} page is displayed. 

    \item Click \textbf{Don't have an account link.}

    The \textsl{Sign Up} page is displayed. 

\includegraphics[width=380]{Www/Screenshots/Sign up for 14 Day Free Trial.png}

    \item Fill-in the form and click the \textbf{SIGN UP} button.
\begin{mybox}{red}[left=1.07cm, right=1.11cm]
    \textbf{Note}: In addition to the primary AWS data centers available in the dropdown menu "Location", we also offer a “Bring Your Own Storage” (BYOS) option on request. This allows you to store backups in your own AWS S3 buckets, S3 compatible storage service, Azure or Google Cloud Platform. Please contact \href{[email protected]}{[email protected]} for more information.
\end{mybox}

    \item Your trial account is created and an email containing your activation link is sent to your email address. Click on the activation link contained in the email you receive, to activate your account. If you sign up with Google, Azure, Okta the activation link will not be sent to you.
    \item Once your account is activated, you are redirected to the Www login page. Enter your email address/password and click the \textbf{SIGN IN} button to login and access your Www account.
\end{enumerate}
\end{document} 

在此处输入图片描述

它在 pdf 中看起来如何。我需要它们彼此相似。用于测试的图像在此处输入图片描述

相关内容