Add Emoji font and InlineGraphic command.
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
% Suppress warning about \showhyphens being changed.
|
||||
\let\CheckCommand\providecommand
|
||||
|
||||
\RequirePackage{ifthen}
|
||||
|
||||
\NewDocumentCommand{\providelength}{m O{0pt}}{%
|
||||
\ifdeflength{#1}{% It is already defined!
|
||||
}{% Not defined, so define it!
|
||||
@@ -126,7 +128,7 @@
|
||||
}{%
|
||||
\begin{#1}[#3]% float environment
|
||||
\begin{SmartAdjustWidth}{-#2}{-#2 * \real{#4}}% adjustwidth(*)
|
||||
\begin{minipage}{\linewidth}%#2 * (#4 + 1) + \textwidth}%
|
||||
\begin{minipage}{\linewidth}%{#2 * (#4 + 1) + \textwidth}%
|
||||
\ifthenelse{\boolean{isDraft}}{%
|
||||
{\color{layoutColor}\rule{\textwidth}{1pt}\zws}%
|
||||
#5%
|
||||
@@ -135,6 +137,6 @@
|
||||
#5%
|
||||
}%
|
||||
\end{minipage}%
|
||||
\end{#5}%
|
||||
\end{SmartAdjustWidth}%
|
||||
\end{#1}%
|
||||
}{}
|
||||
Reference in New Issue
Block a user