Quantcast
Channel: User sorry - TeX - LaTeX Stack Exchange
Viewing all articles
Browse latest Browse all 28

How to omit the title bar of a block?

$
0
0

I want to omit the title bar of a block:So to go from enter image description here

this to just that enter image description here

I know there is the \usepackage{framed, color} but I do not know how to get the exact same color that is provided in the theme that I`m using

\documentclass{beamer}\usepackage{multicol}\usepackage{framed, color}\definecolor{shadecolor}{rgb}{1,0.8,0.3}%Zitate und todos\usepackage{url}\usepackage{todonotes}\usetheme[progressbar=frametitle]{metropolis} %wie weit man ist\setbeamertemplate{frame numbering}[fraction]\useoutertheme{metropolis}\useinnertheme{metropolis}\usecolortheme{spruce}\setbeamercolor{background canvas}{bg=white}%ShortTitle wird nicht angezeigt\title[]{title}%\subtitle{Subtitle Here}\author{author}\institute{}\date{}\begin{document}    \metroset{block=fill}\begin{frame}    \frametitle{Wdhlg: Das Pumping-Lemma}    \begin{block}{}        Sei L regulär. Dann gibt es eine Zahl $n \geq 1$, sodass jedes Wort $w \in L$ mit $|w| \geq n$ zerlegbar ist in Wörter $x,y,z$ mit $w=xyz$, die die folgenden Eigenschaften haben:\\        $y \neq \epsilon$        $\hspace{1.5cm}$        $|xy| \leq n$        $\hspace{1.5cm}$        $xy^kz \in L$ für alle $k \in \N$.    \end{block}\end{frame}\end{document}

Viewing all articles
Browse latest Browse all 28

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>