Ignasi
Ignasi
Following code shows a forest-tree where nodes has to be circles instead of rectangles. The code fails with error "Dimension too large". As soon as a `minimum size` is fixed...
I've been using mdframed with thmtools to type exams and problems lists with next code: ``` LaTeX %----------------------------------------------------------------- \documentclass[a4paper,12pt]{article} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %\usepackage[catalan]{babel} \usepackage{lmodern} \usepackage{amsmath,amsthm} \usepackage{thmtools} \usepackage{xcolor} \usepackage{comment} \usepackage{mdframed} \usepackage{enumitem} \mdfdefinestyle{stylesolucio}{%...