#52 better design for quote environment

This commit is contained in:
Dominik Becker 2021-04-15 13:18:23 +02:00
parent a9cabfe3e7
commit e6e06e15ff

View File

@ -81,6 +81,9 @@
% Für die Befehle \toprule, \midrule und \bottomrule, z.B. in Tabellen % Für die Befehle \toprule, \midrule und \bottomrule, z.B. in Tabellen
\usepackage{booktabs} \usepackage{booktabs}
\usepackage[table]{xcolor}
\definecolor{tableshadow}{RGB}{240,240,240}
% Erlaubt die Benutzung von Farben % Erlaubt die Benutzung von Farben
\usepackage{color} \usepackage{color}
@ -229,3 +232,18 @@
% Pandoc Integration % Pandoc Integration
\providecommand{\tightlist}{% \providecommand{\tightlist}{%
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}} \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
% schickere \quotes
\usepackage{framed}
\renewenvironment{quote}{
\FrameSep3pt
\def\FrameCommand{%
\hspace{12pt} % defaults to font size
{\color{black}\vrule width \heavyrulewidth}%
{\color{tableshadow}\vrule width 3pt}%
\colorbox{tableshadow}%
}
\vspace{-.25\topsep}
\MakeFramed{\advance\hsize-\width\FrameRestore}
}
{\endMakeFramed \vspace{-.75\topsep}}