%% %% This is file `colorist/colorbook.cls', %% generated with the docstrip utility. %% Copyright (C) 2021 by Jinwen XU %% %% This is part of the colorist class series. %% %% This work may be distributed and/or modified under the conditions of the %% LaTeX Project Public License, either version 1.3c of this license or (at %% your option) any later version. The latest version of this license is in %% %% http://www.latex-project.org/lppl.txt %% %% and version 1.3c or later is part of all distributions of LaTeX version %% 2005/12/01 or later. %% \NeedsTeXFormat{LaTeX2e}[2020-10-01] \ProvidesClass{colorbook} [2021/05/24 A colorful book style] \def\colorclass@baseclass{book} \RequirePackage{kvoptions} \RequirePackage{etoolbox} \SetupKeyvalOptions{ family = @colorclass, prefix = @colorclass@, } \DeclareBoolOption[false]{draft} \DeclareBoolOption[false]{fast} \newif\if@colorclass@bfivepaper\@colorclass@bfivepaperfalse \DeclareVoidOption{b5paper}{\@colorclass@bfivepapertrue} \newif\if@colorclass@afourpaper\@colorclass@afourpaperfalse \DeclareVoidOption{a4paper}{\@colorclass@afourpapertrue} \DeclareDefaultOption{\PassOptionsToClass{\CurrentOption}{\colorclass@baseclass}} \ProcessKeyvalOptions*\relax \LoadClass{\colorclass@baseclass} \if@colorclass@draft \@colorclass@fasttrue \fi %%================================ %% Page layout %%================================ \RequirePackage{silence} \WarningFilter{geometry}{Over-specification in} \RequirePackage[heightrounded]{geometry} \geometry{ papersize={8.5in,11in}, total={47em,66em}, hmarginratio=1:1, vmarginratio=1:1, footnotesep=2em plus 2pt minus 2pt, } \if@colorclass@bfivepaper \geometry{ b5paper, total={40em,59em}, hmarginratio=1:1, vmarginratio=1:1, footnotesep=2em plus 2pt minus 2pt, } \fi \if@colorclass@afourpaper \geometry{ a4paper, total={47em,70em}, hmarginratio=1:1, vmarginratio=1:1, footnotesep=2em plus 2pt minus 2pt, } \fi \RequirePackage{indentfirst} \if@colorclass@fast \PassOptionsToPackage{fast}{colorist} \RequirePackage{draftwatermark} \DraftwatermarkOptions{text={\normalfont DRAFT},colorspec=0.95} \fi \RequirePackage{colorist} %%================================ %% Fonts %%================================ \RequirePackage{iftex} \ifPDFTeX \RequirePackage[T1]{fontenc} \RequirePackage{inputenc} \fi \RequirePackage{mathpazo} \RequirePackage{newpxtext} \RequirePackage{amssymb} \def\PJL@font@alreadyset{} \RequirePackage[verbose=silent]{microtype} %%================================ %% Graphics %%================================ \RequirePackage{graphicx} \graphicspath{{images/}} \RequirePackage{wrapfig} \RequirePackage{float} \RequirePackage{caption} \captionsetup{font=small} %%================================ %% Index %%================================ \RequirePackage{imakeidx} \endinput %% %% End of file `colorist/colorbook.cls'.