From a164caad0ac3c191ee4df55919d41d0a39d7377d Mon Sep 17 00:00:00 2001 From: Edward Longman <el7g15@soton.ac.uk> Date: Wed, 20 Mar 2019 13:09:23 +0000 Subject: [PATCH] Change the Justification of Text in the whole document Everything after the Copyright statement now should be Left justified. This is based of the requirements for UoS Thesis. There are arguments supporing both sides of the justification debate. [Reading text from computer screens](https://dl.acm.org/citation.cfm?id=46162), [The end of the line: A survey of unjustified typography | John Benjamins](https://www.jbe-platform.com/content/journals/10.1075/idj.8.2.03sti) --- source/latex/uosdocs/uosdocs.dtx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/latex/uosdocs/uosdocs.dtx b/source/latex/uosdocs/uosdocs.dtx index 0ff9f17..d7ce54c 100644 --- a/source/latex/uosdocs/uosdocs.dtx +++ b/source/latex/uosdocs/uosdocs.dtx @@ -1516,6 +1516,8 @@ Data: Author (Year) Title. URI [dataset]} %<*testthesis> \pagenumbering{gobble} % removes page number \copyrightDeclaration{} % !!! Comment this line when printing the hardcopy !!! +\raggedright %% Set the style to Left justification, remove for fill justification + %% Must be done after copyrightDeclaration %</testthesis> \frontmatter \maketitle -- GitLab