LaTeX colorbox and text alignment

Today I found out that when you use a colorbox statement in your LaTeX code, you have to put comments at the end of the lines inside all text environments where you want to keep offsest and text alignment right. Just like this:

begin{center}
includegraphics[width=.5textwidth]{logo.png}
vspace{10ex}
begin{Huge}
texttt{%
textbf{%
colorbox[rgb]{0.137255, 0.137255, 0.862745}%
{textcolor[rgb]{1, 1, 1}{g}}ruppo%
colorbox[rgb]{0.137255, 0.137255, 0.862745}%
{textcolor[rgb]{1, 1, 1}{r}}icerche%
}%
}%
end{Huge}
vspace{2ex}
Istituto Internazionale di Studi LiguriSezione di Genova
vspace{10ex}
end{center}

Otherwise, the line that contains the colorbox(es) will have a wrong offset.


Commenti

Lascia un commento

Il tuo indirizzo email non sarà pubblicato. I campi obbligatori sono contrassegnati *

Questo sito usa Akismet per ridurre lo spam. Scopri come i tuoi dati vengono elaborati.