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.def13
1 files changed, 8 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/factura/factura.def b/Master/texmf-dist/tex/latex/factura/factura.def
index c5bce1afa81..6950af34021 100644
--- a/Master/texmf-dist/tex/latex/factura/factura.def
+++ b/Master/texmf-dist/tex/latex/factura/factura.def
@@ -35,7 +35,7 @@
%% and factura-beispiel-rechnung.tex.
%%
\ProvidesFile{factura.def}
-[2017/03/11 v3.00
+[2017/07/16 v3.02
Archivo valores iniciales y condiciones de borde para factura.cls
]
@@ -131,6 +131,9 @@ Archivo valores iniciales y condiciones de borde para factura.cls
%% Separación entre el inicio de una columna en la tabla y el inicio del texto.
\tabcolsep=0.15cm
+%% Grosor de la línea de 'fancyhdr' para las cabeceras, en aquellas donde haya línea.
+\def\@GrosorLineaInfoPag{0.4pt}
+
%% Posiciones (X,Y) de los objetos: i) fecha, ii) denominación, iii) condiciones, iv) número de control, v) firmas.
\PosFecha{-0cm}{4.3cm}
\PosDenom{0cm}{4.3cm}
@@ -267,14 +270,14 @@ Archivo valores iniciales y condiciones de borde para factura.cls
\fancypagestyle{plain}{%
\expandafter\ps@fancy
\fancyhf{}%
- \renewcommand{\headrule}{\headrulebak}%
+ \renewcommand{\headrulewidth}{\@GrosorLineaInfoPag}%
\fancyhead[LEO]{\@InfoPagina}%
\fancyfoot[C]{\thepage}}
\fancypagestyle{soloarriba}{%
\expandafter\ps@fancy
\fancyhf{}%
- \renewcommand{\headrule}{\headrulebak}%
+ \renewcommand{\headrulewidth}{\@GrosorLineaInfoPag}%
\fancyhead[LO]{\@InfoPagina}%
\fancyhead[RO]{\thepage}%
\if@twoside
@@ -285,7 +288,7 @@ Archivo valores iniciales y condiciones de borde para factura.cls
\fancypagestyle{soloabajo}{%
\expandafter\ps@fancy
\fancyhf{}%
- \renewcommand{\headrule}{}%
+ \renewcommand{\headrulewidth}{0pt}%
\fancyfoot[LO]{\@InfoPagina}%
\fancyfoot[RO]{\thepage}%
\if@twoside
@@ -296,7 +299,7 @@ Archivo valores iniciales y condiciones de borde para factura.cls
\fancypagestyle{solonumpag}{%
\expandafter\ps@fancy
\fancyhf{}%
- \renewcommand{\headrule}{}%
+ \renewcommand{\headrulewidth}{0pt}%
\fancyfoot[C]{\thepage}}
\endinput