You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have changed the theme for the book but the front page still has the same orange stripe. Is there a way to change this. Below is the pre-amble to the book
\documentclass[color=green]{elegantbook}
\title{This is Us}
\subtitle{A Personal Narrative Collection: \
Perspectives from English Language Learning Students}
\institute{Roseville Area High School}
\author{RAHS EL Students}
\version{2021-22}
\date{\today}
\extrainfo{“"We are never truly loved, until we are loved for WHO and not WHAT we are”” --― Olaotan Fawehinmi}
\cover{IMG_20200711_130227.jpg}
\begin{document}
\maketitle
The text was updated successfully, but these errors were encountered:
You specified color=green, the cover color has changed from \definecolor{structurecolor}{RGB}{60,113,183} to \definecolor{structurecolor}{RGB}{0,120,2}.
If you want to customize the colors, please select nocolor or use color=none and declare the main, second, and third colors in the preamble section as follows:
I have changed the theme for the book but the front page still has the same orange stripe. Is there a way to change this. Below is the pre-amble to the book
\documentclass[color=green]{elegantbook}
\usepackage{suffix}
\newcommand\chapterauthor[1]{\authortoc{#1}\printchapterauthor{#1}}
\WithSuffix\newcommand\chapterauthor*[1]{\printchapterauthor{#1}}
\makeatletter
\newcommand{\printchapterauthor}[1]{%
{\parindent0pt\vspace*{-25pt}%
\linespread{1.1}\large\scshape#1%
\par\nobreak\vspace*{35pt}}
@afterheading%
}
\newcommand{\authortoc}[1]{%
\addtocontents{toc}{\vskip-10pt}%
\addtocontents{toc}{%
\protect\contentsline{chapter}%
{\hskip1.3em\mdseries\scshape\protect\scriptsize#1}{}{}}
\addtocontents{toc}{\vskip5pt}%
}
\makeatother
\newenvironment{dedication}
{
\cleardoublepage
\thispagestyle{empty}
\vspace*{\stretch{1}}
\hfill\begin{minipage}[t]{0.66\textwidth}
\raggedright
}%
{
\end{minipage}
\vspace*{\stretch{3}}
\clearpage
}
\title{This is Us}
\subtitle{A Personal Narrative Collection: \
Perspectives from English Language Learning Students}
\institute{Roseville Area High School}
\author{RAHS EL Students}
\version{2021-22}
\date{\today}
\extrainfo{“"We are never truly loved, until we are loved for WHO and not WHAT we are”” --― Olaotan Fawehinmi}
\cover{IMG_20200711_130227.jpg}
\begin{document}
\maketitle
The text was updated successfully, but these errors were encountered: