--- a/graphics.sty Sat Nov 07 21:37:03 2015 +0000
+++ b/graphics.sty Tue Nov 10 22:27:46 2015 +0000
@@ -9,9 +9,11 @@
\usepackage{graphicx}
\usepackage{pgfplots}
+
\newenvironment{bubble}[1][]{%
-\begin{tikzpicture}%
+\addtolength{\leftmargini}{4mm}%
+\begin{tikzpicture}[baseline=(current bounding box.north)]%
\draw (0,0) node[inner sep=2mm,fill=cream,ultra thick,draw=red,rounded corners=2mm]%
\bgroup\begin{minipage}{#1}\raggedright{}}
{\end{minipage}\egroup;%
-\end{tikzpicture}}
+\end{tikzpicture}\bigskip}