|
13 | 13 | \RequirePackage{mfirstuc} |
14 | 14 | \RequirePackage{subfiles} |
15 | 15 | \RequirePackage{bussproofs} |
16 | | -%\RequirePackage{bpextra} |
| 16 | +\RequirePackage{graphicx} |
| 17 | + |
| 18 | +\RequirePackage{xcolor} |
| 19 | +\definecolor{dark-gray}{gray}{0.2} |
| 20 | +\definecolor{reflex-blue}{RGB}{12, 28, 140} |
| 21 | +\RequirePackage[pdftex,breaklinks,bookmarks,bookmarksopen,bookmarksopenlevel=1,colorlinks,urlcolor=dark-gray,linkcolor=reflex-blue]{hyperref} |
| 22 | + |
17 | 23 | \RequirePackage{hyperref} |
18 | 24 | \RequirePackage{amsthm} |
19 | 25 | \RequirePackage{thmtools} |
|
106 | 112 | \fi \raise\gnArgHgt\hbox{$\ulcorner$} \box\gnBoxA % |
107 | 113 | \raise\gnArgHgt\hbox{$\urcorner$}} |
108 | 114 |
|
| 115 | +% License boxes |
| 116 | + |
| 117 | +\newcommand*{\ollicense}{% |
| 118 | +\begin{minipage}[b]{1.2cm} |
| 119 | +\includegraphics[width=1.2cm]{\olpath/assets/logos/by} |
| 120 | +\includegraphics[width=1.2cm]{\olpath/assets/logos/cc} |
| 121 | +\end{minipage} |
| 122 | +\hspace{.3cm} |
| 123 | +\begin{minipage}[b]{3.5cm} |
| 124 | +\sffamily |
| 125 | +\textit{\href{https://github.com/OpenLogicProject/OpenLogic}{The Open |
| 126 | + Logic Text}} by the \href{http://openlogicproject.org/}{Open Logic |
| 127 | + Project} is licensed under a |
| 128 | +\href{http://creativecommons.org/licenses/by/4.0/}{Creative Commons |
| 129 | + Attribution 4.0 International License}. |
| 130 | +\end{minipage} |
| 131 | +\hfill |
| 132 | +\href{http://openlogicproject.org/}{\includegraphics[width=2.4cm]{\olpath/assets/logos/openlogic-logo-bw}}} |
| 133 | + |
| 134 | + |
| 135 | +\newcommand*{\oluselicense}[2]{% |
| 136 | +\begin{minipage}[b]{.9cm} |
| 137 | +\includegraphics[width=.9cm]{\olpath/assets/logos/by} |
| 138 | +\includegraphics[width=.9cm]{\olpath/assets/logos/cc} |
| 139 | +\includegraphics[width=.9cm]{\olpath/assets/logos/remix} |
| 140 | +\end{minipage} |
| 141 | +\hspace{.3cm} |
| 142 | +\begin{minipage}[b]{5cm} |
| 143 | +\sffamily\small |
| 144 | +\textit{#1} by #2 is licensed under a |
| 145 | +\href{http://creativecommons.org/licenses/by/4.0/}{Creative Commons |
| 146 | + Attribution 4.0 International License}. It is based on |
| 147 | +\textit{\href{https://github.com/OpenLogicProject/OpenLogic}{The Open |
| 148 | + Logic Text}} by the \href{http://openlogicproject.org/}{Open Logic |
| 149 | + Project}, used under a |
| 150 | +\href{http://creativecommons.org/licenses/by/4.0/}{Creative Commons |
| 151 | + Attribution 4.0 International License}. |
| 152 | +\end{minipage} |
| 153 | +\hfill |
| 154 | +\href{http://openlogicproject.org/}{\includegraphics[width=2.7cm]{\olpath/assets/logos/openlogic-logo-bw}}} |
| 155 | + |
| 156 | + |
109 | 157 | \makeatother |
0 commit comments