Skip to content

Commit 5a6a9cc

Browse files
committed
Lay summary environment.
This commit adds an environment for a lay summary akin to the environment for the abstract.
1 parent d5c15f4 commit 5a6a9cc

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/infthesis.cls

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -559,16 +559,16 @@ Processing}}
559559
560560
\newenvironment{acknowledgements}
561561
{\renewcommand{\abstractname}{Acknowledgements}\begin{mainabs}}
562-
{\end{mainabs}\renewcommand{\abstractname}{Abstract}}
562+
{\end{mainabs}\renewcommand{\abstractname}{Abstract}}
563563
564564
\newenvironment{declaration}
565565
{\renewcommand{\abstractname}{Declaration}\begin{mainabs}}
566-
{\end{mainabs}\renewcommand{\abstractname}{Abstract}}
566+
{\end{mainabs}\renewcommand{\abstractname}{Abstract}}
567567
568568
\newcommand{\standarddeclaration}{
569569
\begin{declaration}
570570
I declare that this thesis was composed by myself,
571-
that the work contained herein is my own
571+
that the work contained herein is my own
572572
except where explicitly stated otherwise in the text,
573573
and that this work has not been submitted for any other degree or
574574
professional qualification except as specified.\par
@@ -580,6 +580,10 @@ Processing}}
580580
{\renewcommand{\abstractname}{Preface}\begin{mainabs}}
581581
{\end{mainabs}\renewcommand{\abstractname}{Abstract}}
582582
583+
\newenvironment{laysummary}
584+
{\renewcommand{\abstractname}{Lay summary}\begin{mainabs}}
585+
{\end{mainabs}\renewcommand{\abstractname}{Abstract}}
586+
583587
%%
584588
%% Now let's look at the format for the title page of the
585589
%% thesis. This is done by redefining \maketitle, and allowing

0 commit comments

Comments
 (0)