Further changes to tex snippets
This commit is contained in:
parent
269232fbca
commit
b202113132
|
@ -407,7 +407,7 @@ endsnippet
|
||||||
snippet def "Box with definition"
|
snippet def "Box with definition"
|
||||||
\\framebox{
|
\\framebox{
|
||||||
\\colorbox{blue!25}{
|
\\colorbox{blue!25}{
|
||||||
\\begin{minipage}{1.0\\textwidth}
|
\\begin{minipage}{0.90\\textwidth}
|
||||||
\\textbf{Definition: $1}\\\\
|
\\textbf{Definition: $1}\\\\
|
||||||
$2
|
$2
|
||||||
\\end{minipage}}}
|
\\end{minipage}}}
|
||||||
|
@ -417,7 +417,7 @@ endsnippet
|
||||||
snippet attention "Box for attention"
|
snippet attention "Box for attention"
|
||||||
\\framebox{
|
\\framebox{
|
||||||
\\colorbox{red!25}{
|
\\colorbox{red!25}{
|
||||||
\\begin{minipage}{1.0\\textwidth}
|
\\begin{minipage}{0.90\\textwidth}
|
||||||
\\textbf{Achtung: $1}\\\\
|
\\textbf{Achtung: $1}\\\\
|
||||||
$2
|
$2
|
||||||
\\end{minipage}}}
|
\\end{minipage}}}
|
||||||
|
@ -483,7 +483,7 @@ endsnippet
|
||||||
snippet colorbox "color box: set own caption and content"
|
snippet colorbox "color box: set own caption and content"
|
||||||
\\framebox{
|
\\framebox{
|
||||||
\\colorbox{${1:green}!20}{
|
\\colorbox{${1:green}!20}{
|
||||||
\\begin{minipage}{1.0\\textwidth}
|
\\begin{minipage}{0.90\\textwidth}
|
||||||
\\textbf{$2}\\\\
|
\\textbf{$2}\\\\
|
||||||
$3
|
$3
|
||||||
\\end{minipage}}}
|
\\end{minipage}}}
|
||||||
|
|
Loading…
Reference in New Issue