repos/TB067

Apuntes y resueltos de la materia Redes de Comunicaciones (TB067)
Commits Files Refs README
commit 52dbbe8dd1e0738247f021e353b83ef1cc3f113a
parent c49b808115afd293f43b4c10676af4e3266362d9
Author: Martin Kloeckner <mjkloeckner@gmail.com>
Date:   Sat, 19 Oct 2024 23:16:46 -0300

do not split quote blocks on different pages

Diffstat:
Mguias/style.tex | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guias/style.tex b/guias/style.tex
@@ -187,7 +187,7 @@ BoldFont        =   *-Bold,
 % change left margin: https://tex.stackexchange.com/a/457936/114857
 \newtcolorbox{myquote}[1][]{%
     enhanced,
-    breakable,
+    unbreakable,
     size=minimal,
     left=18pt,
     top=12pt,