shading and framed text box example
This commit is contained in:
parent
2078211ae0
commit
3dc3e2ce8d
26
latex_examples/color_shade_and_frame.tex
Normal file
26
latex_examples/color_shade_and_frame.tex
Normal file
@ -0,0 +1,26 @@
|
||||
\documentclass{article}
|
||||
\usepackage[table]{xcolor}
|
||||
\usepackage{framed}
|
||||
|
||||
|
||||
\begin{document}
|
||||
\begin{table}[h]
|
||||
\centering
|
||||
\colorbox{blue!20}{
|
||||
\begin{minipage}{.5\textwidth}
|
||||
\centering
|
||||
\begin{tabular}{ccc}
|
||||
test & test & test\\
|
||||
test & test & test
|
||||
\end{tabular}
|
||||
\caption{testcaption}
|
||||
\end{minipage}}
|
||||
\end{table}
|
||||
|
||||
|
||||
\begin{framed}
|
||||
This is framed text, I hope. This is framed text, I hope. This is framed text, I hope. This is framed text, I hope. This is framed text, I hope. This is framed text, I hope. This is framed text, I hope. This is framed text, I hope. This is framed text, I hope. This is framed text, I hope. This is framed text, I hope. This is framed text, I hope. This is framed text, I hope. This is framed text, I hope. This is framed text, I hope.
|
||||
This is framed text, I hope. This is framed text, I hope. This is framed text, I hope.
|
||||
\end{framed}
|
||||
|
||||
\end{document}
|
Loading…
Reference in New Issue
Block a user