This time I would like to share with code which will create below nice quotes in LaTeX of course ;)
![]() |
| LaTeX fancy quotes |
So, kindly add this snippet to your LaTeX project :
\makeatletter
\newif\if@right
\def\shadequote{\@righttrue\shadequote@i}
\def\shadequote@i{\begin{snugshade}\begin{quote}\openquote}
\def\endshadequote{%
\if@right\hfill\fi\closequote\end{quote}\end{snugshade}}
\@namedef{shadequote*}{\@rightfalse\shadequote@i}
\@namedef{endshadequote*}{\endshadequote}
\makeatother
and after all just use it :
\begin{shadequote}
\textit{Hello everybody!}
\par\emph{Tom Alexander - dyrektor generalny}
\end{shadequote}
Reference :
[1] Block quote with big quotation marks (TeX.StackExchange.com)
LaTeX fancy quotes
2012-07-09T21:49:00+01:00
GarciaPL
LaTeX|

