commit 19224e9085526b2d01e2ad0c17f505ab0ef743cb
Author: Uwe Stöhr <[email protected]>
Date:   Mon Oct 26 03:42:33 2015 +0100

    moderncv.layout: updates
    
    - suffix.sty is no longer used, hyperref and color are included and basic 
LaTeX
    - fix 2 Argument definitions

diff --git a/lib/layouts/moderncv.layout b/lib/layouts/moderncv.layout
index 11e013f..bae8009 100644
--- a/lib/layouts/moderncv.layout
+++ b/lib/layouts/moderncv.layout
@@ -1,5 +1,5 @@
 #% Do not delete the line below; configure depends on this
-#  
\DeclareLaTeXClass[moderncv,color.sty,ebgaramond.sty,fancyhdr.sty,fontawesome.sty,hyperref.sty,ifpdf.sty,marvosym.sty,suffix.sty]{Modern
 CV}
+#  
\DeclareLaTeXClass[moderncv,ebgaramond.sty,fancyhdr.sty,fontawesome.sty,ifpdf.sty,marvosym.sty]{Modern
 CV}
 #  \DeclareCategory{Curricula Vitae}
 # textclass definition file for modernCV 2.0.x
 # (also works with modernCV 1.5.x)
@@ -110,16 +110,14 @@ Style Address
        BottomSep       0.3
        TopSep          0
        Argument 1
-         LeftDelim     {
-         RightDelim    }
          LabelString   "Line 1"
          Tooltip       "Optional address line"
+         Mandatory     1
        EndArgument
        Argument 2
-         LeftDelim     {
-         RightDelim    }
          LabelString   "Line 2"
          Tooltip       "Optional address line"
+         Mandatory     1
        EndArgument
 End
 

Reply via email to