tex
This commit is contained in:
@@ -199,5 +199,55 @@
|
||||
\fancyhead[L]{\@title}
|
||||
\fancyhead[R]{\@section}
|
||||
|
||||
\newcommand{\specialquote}[2]
|
||||
{
|
||||
\begin{flushright}
|
||||
|
||||
\begin{tikzpicture}
|
||||
\draw (0,0) node [right,text width=8.75cm] {
|
||||
\begin{mdframed}[
|
||||
linecolor=RoyalPurple,
|
||||
rightline=false,
|
||||
topline=false,
|
||||
bottomline=false,
|
||||
backgroundcolor=RoyalPurple!5,
|
||||
linewidth=2pt
|
||||
]
|
||||
``#1''
|
||||
\vspace{1mm}
|
||||
|
||||
\hfill-- \small{#2}
|
||||
\end{mdframed}
|
||||
};
|
||||
\end{tikzpicture}
|
||||
\end{flushright}
|
||||
}
|
||||
|
||||
\newcommand{\specialnoquote}[2]
|
||||
{
|
||||
\begin{flushright}
|
||||
|
||||
\begin{tikzpicture}
|
||||
\draw (0,0) node [right,text width=8.75cm] {
|
||||
\begin{mdframed}[
|
||||
linecolor=RoyalPurple,
|
||||
rightline=false,
|
||||
topline=false,
|
||||
bottomline=false,
|
||||
backgroundcolor=RoyalPurple!5,
|
||||
linewidth=2pt
|
||||
]
|
||||
|
||||
{#1}
|
||||
\vspace{1mm}
|
||||
|
||||
\hfill-- \small{#2}
|
||||
\end{mdframed}
|
||||
};
|
||||
\end{tikzpicture}
|
||||
\end{flushright}
|
||||
}
|
||||
|
||||
|
||||
\makeatother
|
||||
|
||||
|
||||
Reference in New Issue
Block a user