Backward compatibility - setMargin
This commit is contained in:
parent
f39856f764
commit
93723653ee
@ -131,6 +131,7 @@
|
|||||||
|
|
||||||
% ***************************** Custom Margins ********************************
|
% ***************************** Custom Margins ********************************
|
||||||
\newif\ifsetCustomMargin\setCustomMarginfalse % Set Custom Margin
|
\newif\ifsetCustomMargin\setCustomMarginfalse % Set Custom Margin
|
||||||
|
\newif\ifsetMargin\setMarginfalse % Set Custom Margin
|
||||||
\DeclareOption{custommargin}{\setCustomMargintrue}
|
\DeclareOption{custommargin}{\setCustomMargintrue}
|
||||||
|
|
||||||
% **************************** Separate Abstract ******************************
|
% **************************** Separate Abstract ******************************
|
||||||
@ -584,6 +585,12 @@ supported!}
|
|||||||
\hypersetup{pdfpagelayout=OneColumn}
|
\hypersetup{pdfpagelayout=OneColumn}
|
||||||
\fi
|
\fi
|
||||||
|
|
||||||
|
% Backward compatibility - setMargin is now replaced with customMargin
|
||||||
|
\ifsetCustomMargin
|
||||||
|
\setMarginfalse
|
||||||
|
\else
|
||||||
|
\setMargintrue
|
||||||
|
\fi
|
||||||
|
|
||||||
% ************************ URL Package and Definition **************************
|
% ************************ URL Package and Definition **************************
|
||||||
\RequirePackage{url}
|
\RequirePackage{url}
|
||||||
|
BIN
thesis.pdf
BIN
thesis.pdf
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
%!PS-Adobe-2.0
|
%!PS-Adobe-2.0
|
||||||
%%Creator: dvips(k) 5.98 Copyright 2009 Radical Eye Software
|
%%Creator: dvips(k) 5.98 Copyright 2009 Radical Eye Software
|
||||||
%%Title: thesis.dvi
|
%%Title: thesis.dvi
|
||||||
%%CreationDate: Mon Jun 9 16:12:46 2014
|
%%CreationDate: Mon Jun 9 17:47:56 2014
|
||||||
%%Pages: 39
|
%%Pages: 39
|
||||||
%%PageOrder: Ascend
|
%%PageOrder: Ascend
|
||||||
%%BoundingBox: 0 0 596 842
|
%%BoundingBox: 0 0 596 842
|
||||||
@ -12,7 +12,7 @@
|
|||||||
%DVIPSWebPage: (www.radicaleye.com)
|
%DVIPSWebPage: (www.radicaleye.com)
|
||||||
%DVIPSCommandLine: dvips -z -o thesis.ps.temp -ta4 thesis.dvi
|
%DVIPSCommandLine: dvips -z -o thesis.ps.temp -ta4 thesis.dvi
|
||||||
%DVIPSParameters: dpi=600
|
%DVIPSParameters: dpi=600
|
||||||
%DVIPSSource: TeX output 2014.06.09:1612
|
%DVIPSSource: TeX output 2014.06.09:1747
|
||||||
%%BeginProcSet: tex.pro 0 0
|
%%BeginProcSet: tex.pro 0 0
|
||||||
%!
|
%!
|
||||||
/TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S
|
/TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S
|
||||||
|
Loading…
Reference in New Issue
Block a user