summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/factura/factura.def
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/factura/factura.def')
-rw-r--r--Master/texmf-dist/tex/latex/factura/factura.def14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/factura/factura.def b/Master/texmf-dist/tex/latex/factura/factura.def
index 87c237dd224..f594b6396b8 100644
--- a/Master/texmf-dist/tex/latex/factura/factura.def
+++ b/Master/texmf-dist/tex/latex/factura/factura.def
@@ -36,7 +36,7 @@
%% factura-ejemplo-reporte3.tex and factura-beispiel-rechnung.tex.
%%
\ProvidesFile{factura.def}
-[2017/12/11 v3.40
+[2018/03/13 v3.44
Archivo de valores iniciales y condiciones de borde para factura.cls
]
@@ -137,8 +137,8 @@ Archivo de valores iniciales y condiciones de borde para factura.cls
\def\flechaCR{%
\raisebox{-0.4ex}{%
\begin{tikzpicture}
- \draw[line width=0.075ex] (0,0) arc (20:70:0.75ex) + (0,0) arc (-70:-20:0.75ex) ++ (0.8ex,0.55ex) arc (0:-100:1ex);
- \end{tikzpicture}}}
+ \draw[line width=0.075ex] (0,0) arc (20:70:0.75ex) + (0,0) arc (-70:-20:0.75ex) ++ (0.8ex,0.55ex) arc (0:-100:1ex);
+ \end{tikzpicture}}}
%% Separación entre el inicio de una columna en la tabla y el inicio del texto.
\tabcolsep=0.15cm
@@ -302,7 +302,7 @@ Archivo de valores iniciales y condiciones de borde para factura.cls
%% El diseño de las distintas partes de la hoja.
\newcommand{\@EstiloFirmas}{
\@LetraFirmas
- \if@unafirma
+ \ifnum \value{@Firmas}=1
\else
\parbox{\@TamLineaFirmas}{
\rule{\@TamLineaFirmas}{\@GrosorLineaFirmas}
@@ -311,7 +311,7 @@ Archivo de valores iniciales y condiciones de borde para factura.cls
\hfill
\parbox{\@TamLineaFirmas}{
\rule{\@TamLineaFirmas}{\@GrosorLineaFirmas}
- \centering \ifdefvoid{\@Emisor}{\if@cotizacion \@@Emisor \else \@@Pagado \fi}{\@Emisor}}}
+ \centering \ifdefvoid{\@Emisor}{\ifcotizacion \@@Emisor \else \@@Pagado \fi}{\@Emisor}}}
\newcommand{\@EstiloNotaPrevia}{\@LetraNotaPrevia \@NotaPrevia}
@@ -326,7 +326,7 @@ Archivo de valores iniciales y condiciones de borde para factura.cls
\newcommand{\@EstiloDenom}{%
\@LetraDenom\@Denominacion
- \if@sinnumero
+ \ifsinnumero
\else
\space\space{\@LetraNumeracion N\textordmasculine\space\@Num}%
\fi}
@@ -336,7 +336,7 @@ Archivo de valores iniciales y condiciones de borde para factura.cls
\setlength{\tabcolsep}{0pt}%
\@LetraFecha\begin{tabular}{r@{\extracolsep{1ex}}l@{\extracolsep{0pt}}}
\@@Fecha & \ttfamily\@Fecha \\[.3em]
- \if@vencimiento \@@FechaVencimiento & \ttfamily\@FechaVencimiento \\ \else \vspace*{-.3em}\fi
+ \ifvencimiento \@@FechaVencimiento & \ttfamily\@FechaVencimiento \\ \else \vspace*{-.3em}\fi
\end{tabular}}
\newcommand{\@InfoPaginaNoTitulo}{\@LetraInfoPagina Reporte correspondiente a la factura n\'umero \@Num \space de fecha \@Fecha}