mirror of
https://github.com/lleene/LLEENE-Latex-Templates.git
synced 2025-01-23 02:42:21 +01:00
Fixed bug in letter when not using logo
This commit is contained in:
parent
15caab74de
commit
2615bee1c8
@ -7,9 +7,10 @@
|
|||||||
|
|
||||||
% Define logo
|
% Define logo
|
||||||
\RequirePackage{graphicx}
|
\RequirePackage{graphicx}
|
||||||
\newcommand{\placelogocmd}{\includegraphics{\placelogo}}
|
|
||||||
\ifx\placelogo\undefined
|
\ifx\placelogo\undefined
|
||||||
\renewcommand{\placelogocmd}{}
|
\newcommand{\placelogocmd}{ }
|
||||||
|
\else
|
||||||
|
\newcommand{\placelogocmd}{\includegraphics{\placelogo}}
|
||||||
\fi
|
\fi
|
||||||
|
|
||||||
% Define colors
|
% Define colors
|
||||||
|
@ -120,13 +120,18 @@ Last Updated on \today } % Last Updated text
|
|||||||
%----------------------------------------------------------------------------------------
|
%----------------------------------------------------------------------------------------
|
||||||
% FOOT NOTE COMMAND
|
% FOOT NOTE COMMAND
|
||||||
%----------------------------------------------------------------------------------------
|
%----------------------------------------------------------------------------------------
|
||||||
|
\ifx\noheader\undefined
|
||||||
|
\pagestyle{fancy}
|
||||||
|
\fancyhf{}
|
||||||
|
\renewcommand{\headrulewidth}{0pt}
|
||||||
|
\lfoot{\Salutation~\FirstName~\LastName --- \mainsubject}
|
||||||
|
\rfoot{\hfill Page: \thepage{} | \pageref*{LastPage}}
|
||||||
|
\fancyheadoffset[loh,reh]{20mm}
|
||||||
|
\else
|
||||||
|
\pagestyle{empty}
|
||||||
|
\cfoot{}
|
||||||
|
\fi
|
||||||
|
|
||||||
\pagestyle{fancy}
|
|
||||||
\fancyhf{}
|
|
||||||
\renewcommand{\headrulewidth}{0pt}
|
|
||||||
\lfoot{\Salutation~\FirstName~\LastName --- \mainsubject}
|
|
||||||
\rfoot{\hfill Page: \thepage{} | \pageref*{LastPage}}
|
|
||||||
\fancyheadoffset[loh,reh]{20mm}
|
|
||||||
|
|
||||||
\newcommand{\tailsection}{}
|
\newcommand{\tailsection}{}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user