Fix bold stmaryrd warning. Fix a typo or two
diff --git a/apuntsfme.dtx b/apuntsfme.dtx
index 6980f7d..4674adf 100644
--- a/apuntsfme.dtx
+++ b/apuntsfme.dtx
@@ -135,15 +135,15 @@
 %
 % It's interesting to note that we load TiKz and PGF because we bet for making
 % the figures inside \LaTeX\ and not with another external tool. However, this
-% has a drawback and is that it reduces compilation times by quite a lot. To
-% mitigate that effect we also use \texttt{external} with TiKz. This library,
+% has a drawback and is that it increases compilation times by quite a lot. To
+% mitigate this effect we also use \texttt{external} with TiKz. This library,
 % makes the first computation very very slow and creates a directory with all
 % the figures generated from the code. Then, the rest of the compilations just
 % need to import that precomputed figure so they are a lot faster. This
 % behaviour can be turned off by the \texttt{noexternal} option.
 %
-% You also can controll the output folder of these figures with the option
-% \texttt{externalfolder}. Here's an example in how to put the figures in the
+% You can also control the output folder of these figures with the option
+% \texttt{externalfolder}. Here's an example of how to put the figures in the
 % folder myfigures. But remember that this option will be ignored if you use 
 % \texttt{noexternal}.
 %
@@ -199,6 +199,14 @@
 }
 %    \end{macrocode} 
 %
+% \subsection{Conflict fixes}
+% In this section we fix conflicts between loaded packages. As of now, we only
+% fix a spurious warning when using boldsymbol and stmaryrd. See
+% \url{https://tex.stackexchange.com/questions/106714/stmaryrd-and-boldsymbol-avoid-warnings}
+%    \begin{macrocode}
+\SetSymbolFont{stmry}{bold}{U}{stmry}{m}{n}
+%    \end{macrocode}
+%
 % \subsection{Useful commands}
 % In this section we provide some useful commands.
 %
@@ -862,6 +870,7 @@
 % \subsection{Parche punt volat}
 
 %Definició de la ela geminada per tal que accepti el punt volat del teclat
+%    \begin{macrocode}
 \if@puntvolat
     \def·#1{%
         \ifmmode
@@ -906,6 +915,7 @@
         \fi
     } 
 \fi
+%    \end{macrocode}
 
 % \iffalse
 %</class>