You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes we have bad interaction between two commands resulting in the removal of the whole argument as shown in this example:
\documentclass{minimal}
\usepackage{lettrine}
\usepackage{xcolor}
\begin{document}
\lettrine{\textcolor{red}{T}}{his is the dropcap} in a text...
\end{document}
where the T is gone and we are left with:
his is the dropcap in a text...
only.
The text was updated successfully, but these errors were encountered:
Sometimes we have bad interaction between two commands resulting in the removal of the whole argument as shown in this example:
where the
T
is gone and we are left with:only.
The text was updated successfully, but these errors were encountered: