Justify bug fixed

This commit is contained in:
Krishna Kumar 2014-06-29 12:26:45 +01:00
parent b818b8ab34
commit 142f34fc6b
2 changed files with 6 additions and 6 deletions

View File

@ -123,8 +123,8 @@
}
% ************************* Header / Footer Styling ****************************
\newif\ifPHD@textJustify\PHD@textJustifyfalse % Set No Justification false
\DeclareOption{justify}{\PHD@textJustifytrue}
\newif\ifPHD@textJustify\PHD@textJustifytrue % Set Justification true
\DeclareOption{flushleft}{\PHD@textJustifyfalse}
% ************************* Header / Footer Styling ****************************
@ -640,13 +640,13 @@ supported!}
% ******************************** Justification *******************************
% Left aligned as per University identity guidelines
\ifPHD@textJustify
\AtBeginDocument{
\raggedright
}
\else
\message{PhDThesisPSnPDF: The University identity guidelines recommend using
left aligned text. Please use `flushleft' in the documentclass option, if you
wish to left align your text}
\else
\AtBeginDocument{
\raggedright
}
\fi

Binary file not shown.