Justify bug fixed
This commit is contained in:
parent
b818b8ab34
commit
142f34fc6b
@ -123,8 +123,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
% ************************* Header / Footer Styling ****************************
|
% ************************* Header / Footer Styling ****************************
|
||||||
\newif\ifPHD@textJustify\PHD@textJustifyfalse % Set No Justification false
|
\newif\ifPHD@textJustify\PHD@textJustifytrue % Set Justification true
|
||||||
\DeclareOption{justify}{\PHD@textJustifytrue}
|
\DeclareOption{flushleft}{\PHD@textJustifyfalse}
|
||||||
|
|
||||||
|
|
||||||
% ************************* Header / Footer Styling ****************************
|
% ************************* Header / Footer Styling ****************************
|
||||||
@ -640,13 +640,13 @@ supported!}
|
|||||||
% ******************************** Justification *******************************
|
% ******************************** Justification *******************************
|
||||||
% Left aligned as per University identity guidelines
|
% Left aligned as per University identity guidelines
|
||||||
\ifPHD@textJustify
|
\ifPHD@textJustify
|
||||||
\AtBeginDocument{
|
|
||||||
\raggedright
|
|
||||||
}
|
|
||||||
\else
|
|
||||||
\message{PhDThesisPSnPDF: The University identity guidelines recommend using
|
\message{PhDThesisPSnPDF: The University identity guidelines recommend using
|
||||||
left aligned text. Please use `flushleft' in the documentclass option, if you
|
left aligned text. Please use `flushleft' in the documentclass option, if you
|
||||||
wish to left align your text}
|
wish to left align your text}
|
||||||
|
\else
|
||||||
|
\AtBeginDocument{
|
||||||
|
\raggedright
|
||||||
|
}
|
||||||
\fi
|
\fi
|
||||||
|
|
||||||
|
|
||||||
|
BIN
thesis.pdf
BIN
thesis.pdf
Binary file not shown.
Loading…
Reference in New Issue
Block a user