From 0c0dc3d61295415072ea529ccb0c02b43332d866 Mon Sep 17 00:00:00 2001 From: Ivan Ukhov <ivan.ukhov@gmail.com> Date: Thu, 29 Jun 2017 09:56:37 +0200 Subject: [PATCH] Remove an unused length --- liuthesis.cls | 6 ------ 1 file changed, 6 deletions(-) diff --git a/liuthesis.cls b/liuthesis.cls index 08938ea..5b4afbd 100644 --- a/liuthesis.cls +++ b/liuthesis.cls @@ -373,12 +373,6 @@ \RequirePackage{calc} \RequirePackage{ragged2e} -\newlength{\marginboxlength} -\setlength{\marginboxlength}{\paperwidth} -\addtolength{\marginboxlength}{-\textwidth} -\addtolength{\marginboxlength}{-\spinemargin} -\addtolength{\marginboxlength}{-2mm} - \definecolor{nicered}{rgb}{.647,.129,.149} \newsavebox{\feline@article} \newcommand\feline@article@marker[1][4cm]{% -- GitLab