Minor changes.
This commit is contained in:
@@ -55,3 +55,6 @@
|
|||||||
\newcommand{\code}[1]{\mono{\small{}#1}}
|
\newcommand{\code}[1]{\mono{\small{}#1}}
|
||||||
|
|
||||||
\newcommand{\objref}[1]{{\sans{\strong{#1}}}}
|
\newcommand{\objref}[1]{{\sans{\strong{#1}}}}
|
||||||
|
|
||||||
|
|
||||||
|
\RequirePackage{amssymb}
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
\newcommand{\centerfig}[4][]{
|
\newcommand{\centerfig}[4][]{
|
||||||
\begin{figure}[htp]%
|
\begin{figure}[htpb]%
|
||||||
\centering%
|
\centering%
|
||||||
\includegraphics[keepaspectratio,#1]{#2}%
|
\includegraphics[keepaspectratio,#1]{#2}%
|
||||||
\caption{#4}%
|
\caption{#4}%
|
||||||
@@ -53,7 +53,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
\newcommand{\bigfig}[4][\bigfloatoverhang]{%
|
\newcommand{\bigfig}[4][\bigfloatoverhang]{%
|
||||||
\bigfloat[#1]{figure}{htp}{%
|
\bigfloat[#1]{figure}{htpb}{%
|
||||||
\captionsetup{type=figure}%
|
\captionsetup{type=figure}%
|
||||||
\includegraphics[keepaspectratio,width=\textwidth]{#2}%
|
\includegraphics[keepaspectratio,width=\textwidth]{#2}%
|
||||||
\centering\captionof{figure}{#4}\par%
|
\centering\captionof{figure}{#4}\par%
|
||||||
@@ -83,7 +83,7 @@
|
|||||||
]{\twinfigwidth}
|
]{\twinfigwidth}
|
||||||
|
|
||||||
\newcommand{\twinfig}[7][\bigfloatoverhang]{%
|
\newcommand{\twinfig}[7][\bigfloatoverhang]{%
|
||||||
\bigfloat[#1]{figure}{htp}{%
|
\bigfloat[#1]{figure}{htpb}{%
|
||||||
\begin{tblr}{%
|
\begin{tblr}{%
|
||||||
colspec = {%
|
colspec = {%
|
||||||
*{2}{Q[c,m,wd=\twinfigwidth]}%
|
*{2}{Q[c,m,wd=\twinfigwidth]}%
|
||||||
|
|||||||
@@ -5,10 +5,14 @@
|
|||||||
\RequirePackage{tabularray}
|
\RequirePackage{tabularray}
|
||||||
|
|
||||||
% Enable putting a list in a tabularray
|
% Enable putting a list in a tabularray
|
||||||
%\UseTblrLibrary{varwidth}
|
\UseTblrLibrary{varwidth}
|
||||||
|
|
||||||
\DeclareTblrTemplate{note-tag}{default}{\textsuperscript{\InsertTblrNoteTag}}
|
\DeclareTblrTemplate{note-tag}{default}{
|
||||||
\DeclareTblrTemplate{remark-tag}{default}{\strong{\InsertTblrRemarkTag}}
|
\textsuperscript{\textrm{\InsertTblrNoteTag}}
|
||||||
|
}
|
||||||
|
\DeclareTblrTemplate{remark-tag}{default}{
|
||||||
|
\strong{\InsertTblrRemarkTag}
|
||||||
|
}
|
||||||
|
|
||||||
\NewTblrEnviron{tblrBoxout}
|
\NewTblrEnviron{tblrBoxout}
|
||||||
\SetTblrInner[tblrBoxout]{
|
\SetTblrInner[tblrBoxout]{
|
||||||
|
|||||||
Reference in New Issue
Block a user