rubook became ruthesis

This commit is contained in:
2022-02-02 15:15:11 +00:00
parent 6eeb072db1
commit 0df7917922

View File

@@ -46,7 +46,7 @@
% Generalized settings % Generalized settings
\DeclareOption{debug}{% \DeclareOption{debug}{%
\booltrue{debug} \booltrue{debug}
\typeout{rubook option: debug}% \typeout{ruthesis option: debug}%
\typeout{DEBUG MODE ENABLED! PREPARE FOR VERBOSITY!}} \typeout{DEBUG MODE ENABLED! PREPARE FOR VERBOSITY!}}
\DeclareOption{draft}{\booltrue{draftbool}} \DeclareOption{draft}{\booltrue{draftbool}}
@@ -55,7 +55,7 @@
\DeclareOption{online}{ \DeclareOption{online}{
\setbool{online}{true} \setbool{online}{true}
\typeout{rubook option: online} \typeout{ruthesis option: online}
} }
\DeclareOption{forcegraphics}{% \DeclareOption{forcegraphics}{%
@@ -64,7 +64,7 @@
\PassOptionsToPackage{final}{hyperref} \PassOptionsToPackage{final}{hyperref}
%% add any other elements that should be included in draft %% add any other elements that should be included in draft
\finalifforcegraphics{graphicx}%We have to catch graphicx early \finalifforcegraphics{graphicx}%We have to catch graphicx early
\setbool{forcegraphics}{true}\typeout{rubook option: forcegraphics}% \setbool{forcegraphics}{true}\typeout{ruthesis option: forcegraphics}%
}% }%
%%% Memoir test: Memoir Manual 21.2 p.367 %%% Memoir test: Memoir Manual 21.2 p.367
@@ -88,10 +88,10 @@
%% Any boolean testing must be after the \LoadClass otherwise the Option execution %% Any boolean testing must be after the \LoadClass otherwise the Option execution
%% has not completed. %% has not completed.
\ifbool{debug}{% \ifbool{debug}{%
\ifbool{online}{\typeout{rubook bool: online}}{} \ifbool{online}{\typeout{ruthesis bool: online}}{}
\ifbool{forcegraphics}{\typeout{rubook bool: forcegraphics}}{} \ifbool{forcegraphics}{\typeout{ruthesis bool: forcegraphics}}{}
\ifbool{proof}{\typeout{rubook bool: proof}}{} \ifbool{proof}{\typeout{ruthesis bool: proof}}{}
\ifbool{debug}{\typeout{rubook bool: debug}}{} \ifbool{debug}{\typeout{ruthesis bool: debug}}{}
}{} }{}
%% ---------------- Internationalization ----------------------------- %% ---------------- Internationalization -----------------------------
@@ -432,7 +432,7 @@
%%%%%%%%%%%%%%%%%%%% Addional Font Adjustments%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%% Addional Font Adjustments%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% rubook sets up some reasonable fonts, but we may need further adjustments %% ruthesis sets up some reasonable fonts, but we may need further adjustments
%% Note that you can leave off elements and it will use the last value set (or default??) %% Note that you can leave off elements and it will use the last value set (or default??)
% \def\myfont{\fontencoding{T1}\fontfamily{lm}\fontseries{m}\fontshape{n}\fontsize{14pt}{16pt}\selectfont} % \def\myfont{\fontencoding{T1}\fontfamily{lm}\fontseries{m}\fontshape{n}\fontsize{14pt}{16pt}\selectfont}
% \fontsize{SIZE}{BASELINESKIP} % \fontsize{SIZE}{BASELINESKIP}