Add figure and update author name; enhance class file for package handling

- Added new figure: EspecificacionesML_Final_eng.png. - Updated author name from J. Gonzalez to J. M. Gonzalez in the manuscript. - Modified WileyNJDv5.cls to conditionally load packages and provide commands if not found, improving compatibility and avoiding errors related to missing packages.
parent 2cd2fabe
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
\author[1]{J. Irazabal} \author[1]{J. Irazabal}
\author[1,2]{J. Ramirez} \author[1,2]{J. Ramirez}
\author[1,2]{J. Gonzalez} \author[1,2]{J. M. Gonzalez}
\author[1]{L. Lazaro} \author[1]{L. Lazaro}
\author[1,2]{F. Rastellini} \author[1,2]{F. Rastellini}
\author[2,3]{G. Bozzo} \author[2,3]{G. Bozzo}
......
...@@ -353,17 +353,21 @@ ...@@ -353,17 +353,21 @@
\LoadClass[twoside,fleqn,onecolumn]{article}% \LoadClass[twoside,fleqn,onecolumn]{article}%
\usepackage{etex}% \usepackage{etex}%
\providecommand{\reserveinserts}[1]{}%
\reserveinserts{28}% included etex package and \reserveinserts{...} to avoid no room for \newinserts, \newcounts or \newskips etc. \reserveinserts{28}% included etex package and \reserveinserts{...} to avoid no room for \newinserts, \newcounts or \newskips etc.
\RequirePackage{graphicx,multicol}% \RequirePackage{graphicx,multicol}%
\RequirePackage{multirow}% \RequirePackage{multirow}%
\RequirePackage{cuted}% \IfFileExists{cuted.sty}{\RequirePackage{cuted}}{\newdimen\stripsep}%
\RequirePackage{ifpdf}% \RequirePackage{ifpdf}%
\RequirePackage{url}\def\UrlFont{}%\urlstyle{sf} \RequirePackage{url}\def\UrlFont{}%\urlstyle{sf}
\RequirePackage[strict]{changepage}% \RequirePackage[strict]{changepage}%
\RequirePackage{calc}% \RequirePackage{calc}%
\RequirePackage{xcolor}% \RequirePackage{xcolor}%
\RequirePackage{float}% \RequirePackage{float}%
\RequirePackage{floatpag}% \IfFileExists{floatpag.sty}{\RequirePackage{floatpag}}{%
\providecommand{\floatpagestyle}[1]{}%
\providecommand{\rotfloatpagestyle}[1]{}%
}%
\floatpagestyle{headings}% \floatpagestyle{headings}%
\rotfloatpagestyle{headings}%modified from plain to headings to get header and footer for sidewaystable% \rotfloatpagestyle{headings}%modified from plain to headings to get header and footer for sidewaystable%
\RequirePackage{dblfloatfix}% \RequirePackage{dblfloatfix}%
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment