We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383e205 commit 32088ccCopy full SHA for 32088cc
sty/open-logic-book.cls
@@ -116,6 +116,10 @@
116
\def\captionnamefont{\small\sffamily\color{OLPcolor}}
117
\def\captiontitlefont{\small\itfamily}
118
119
+ % change cref references to appendix after \appendix
120
+ \crefname{appendix}{appendix}{appendices}
121
+ \apptocmd{\appendix}{\crefalias{chapter}{appendix}}{}{}
122
+
123
\def\figurename{Fig.}
124
125
% Make justification a bit sloppy to avoid overfull lines
@@ -637,4 +641,3 @@ from \emph{Open Logic Text} revision
637
641
\currentpdfbookmark{Table of Contents}{name}
638
642
\tableofcontents*
639
643
}
640
-
0 commit comments