사용자 정의 머리글 및 바닥글이 나타나지 않음

사용자 정의 머리글 및 바닥글이 나타나지 않음

Lyx의 새 문서에서 사용자 정의 머리글/바닥글 모듈을 사용하고 있는데 머리글과 바닥글이 문서에 나타나지도 않습니다.

나는 이전 문서에서 이 모듈을 사용하고 있었는데 잘 작동합니다. 그러나 머리글과 바닥글은 모두 동일한 설정(페이지 레이아웃이 팬시로 설정된 경우 포함)이 적용되어도 새 항목에서는 표시되지 않습니다.

문서 간의 유일한 차이점은 새 문서에 사용자 정의 제목 스크립트가 포함되어 있다는 것입니다(%이전 코드 이전의 모든 것). 아마도 graphicx 또는 svgnames 패키지가 Customer Header/Footerlines 모듈과 충돌하는 것 같습니다. 확실하지 않습니다.

이 문제를 해결하는 데 도움을 주시면 대단히 감사하겠습니다.

감사합니다

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Stylish Colored Title Page 
% LaTeX Template
% Version 1.0 (27/12/12)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Original author:
% Peter Wilson ([email protected])
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
% 
% Instructions for using this template:
% This title page compiles as is. If you wish to include this title page in 
% another document, you will need to copy everything before 
% \begin{document} into the preamble of your document. The title page is
% then included using \titleBC within your document.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%---------------------------------------------------------------------------
-------------
%   PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%---------------------------------------------------------------------------

\usepackage[svgnames]{xcolor}% Required to specify font color

\newcommand*{\plogo}{\fbox{$\mathcal{PL}$}} % Generic publisher logo

\usepackage{graphicx}% Required for box manipulation

%---------------------------------------------------------------------------
%   TITLE PAGE
%---------------------------------------------------------------------------

\newcommand*{\rotrt}[1]{\rotatebox{90}{#1}} % Command to rotate right 90 
degrees
\newcommand*{\rotlft}[1]{\rotatebox{-90}{#1}} % Command to rotate left 90 
degrees

\newcommand*{\titleBC}{\begingroup % Create the command for including the 
title page in the document
\centering % Center all text

\def\CP{\textit{\Huge Building Brands By Building Links}} % Title

 % Set the width of the curly brackets to the width of the title
{\color{LightGoldenrod}\resizebox*{\unitlength}{\baselineskip}
{\rotrt{$\}$}}} \\[\baselineskip] % Print top curly bracket
\textcolor{Sienna}{\CP} \\[\baselineskip] % Print title
{\color{RosyBrown}\Large AN ILLUSTRATED COLLECTION} \\ % Tagline or further 
description
{\color{LightGoldenrod}\resizebox*{\unitlength}{\baselineskip}
{\rotlft{$\}$}}} % Print bottom curly bracket

\vfill % Whitespace between the title and the author name

{\Large\textbf{Author}}\\ % Author name

\vfill % Whitespace between the author name and the publisher logo

\plogo\\[0.5\baselineskip] % Publisher logo
2012 % Year published

\endgroup}

%Old Code
\date{}
\usepackage{wallpaper}
\CenterWallPaper{1}{PDF_Background_1.png} 

관련 정보