Arreglat bug que ajuntava el mes i l'any a la portada
diff --git a/apuntsfme.dtx b/apuntsfme.dtx
index 4674adf..66f67de 100644
--- a/apuntsfme.dtx
+++ b/apuntsfme.dtx
@@ -623,7 +623,7 @@
 \newcommand*{\@otherauthortext}{Other authors}
 \newcommand*{\@reviewertext}{Reviewers}
 \newcommand*{\@lastupdatetext}{Last update}
-\newcommand*{\@titlemonth}{\ifcase \the\month \or January\or February\or March\or April\or May \or June\or July\or August\or September\or October\or November\or December\fi \number \year}
+\newcommand*{\@titlemonth}{\ifcase \the\month \or January \or February \or March \or April \or May  \or June \or July \or August \or September \or October \or November \or December \fi \number \year}
 \newcommand*{\titlemonth}[1]{\gdef\@titlemonth{#1}}
 
 \DeclareOption{spanish}{
@@ -635,7 +635,7 @@
     \renewcommand*{\@otherauthortext}{Otros autores}
     \renewcommand*{\@reviewertext}{Revisores}
     \renewcommand*{\@lastupdatetext}{\'Ultima modificaci\'on}
-    \renewcommand*{\@titlemonth}{\ifcase \the\month \or Enero\or Febrero\or Marzo\or Abril\or Mayo \or Junio\or Julio\or Agosto\or Septiembre\or Octubre\or Noviembre\or Diciembre\fi \number \year}
+    \renewcommand*{\@titlemonth}{\ifcase \the\month \or Enero \or Febrero \or Marzo \or Abril \or Mayo  \or Junio \or Julio \or Agosto \or Septiembre \or Octubre \or Noviembre \or Diciembre \fi \number \year}
 }
 
 \newif\if@puntvolat\@puntvolatfalse
@@ -648,7 +648,7 @@
     \renewcommand*{\@otherauthortext}{Altres autors}
     \renewcommand*{\@reviewertext}{Revisors}
     \renewcommand*{\@lastupdatetext}{\'Ultima modificaci\'o}
-    \renewcommand*{\@titlemonth}{\ifcase \the\month \or Gener\or Febrer\or Mar\c{c}\or Abril\or Maig \or Juny\or Juliol\or Agost\or Setembre\or Octubre\or Novembre\or Desembre\fi \number \year}
+    \renewcommand*{\@titlemonth}{\ifcase \the\month \or Gener \or Febrer \or Mar\c{c} \or Abril \or Maig  \or Juny \or Juliol \or Agost \or Setembre \or Octubre \or Novembre \or Desembre \fi \number \year}
     \@puntvolattrue
 }
 %    \end{macrocode}