summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/factura/factura.def
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-07-17 21:28:03 +0000
committerKarl Berry <karl@freefriends.org>2017-07-17 21:28:03 +0000
commit4efb345fea5a89cba5c023d090b1eec849cec37c (patch)
treebd469c6bd9ec9c932247bcde4ed3c8e77a4d7010 /Master/texmf-dist/tex/latex/factura/factura.def
parentc038b38b0d25e8119f079771ec3028d06a6449f4 (diff)
factura (17jul17)
git-svn-id: svn://tug.org/texlive/trunk@44831 c570f23f-e606-0410-a88d-b1316a301751
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