summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/factura
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
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')
-rw-r--r--Master/texmf-dist/tex/latex/factura/factura.cls6
-rw-r--r--Master/texmf-dist/tex/latex/factura/factura.def13
2 files changed, 10 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/factura/factura.cls b/Master/texmf-dist/tex/latex/factura/factura.cls
index 29bf5f523f3..950c5ec1a5d 100644
--- a/Master/texmf-dist/tex/latex/factura/factura.cls
+++ b/Master/texmf-dist/tex/latex/factura/factura.cls
@@ -36,7 +36,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesClass{factura}
-[2017/03/11 v3.00
+[2017/07/16 v3.02
Clase para elaborar facturas legales
en la República Bolivariana de Venezuela.
]
@@ -1597,7 +1597,7 @@ en la República Bolivariana de Venezuela.
\if@factura
\expandafter\newgeometry\expandafter{\@GeometriaReporte}\cleardoublepage% La geometría debe aplicarse aquí cuando también hay factura, pero no se puede cambiar el tamaño del papel.
\fi
- \fancy@setoffs
+ \let\headwidth\textwidth
\@CargaFondoReporte
\@EncabezadoReporte
\ifdefvoid{\@EstiloPagReporteResto}{%
@@ -1860,8 +1860,6 @@ en la República Bolivariana de Venezuela.
\fi
\fi}
-\let\headrulebak\headrule% Para poder volver a poner la línea de fancyhdr si algún estilo de página la quitó.
-
\endinput
%%
%% End of file `factura.cls'.
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