summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/factura/factura-modelo-ya.tex
blob: ac1822dd22c3f36d7309c0b99d18edb2c56fcc85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
%%
%% This is file `factura-modelo-ya.tex',
%% *NOT* generated with the docstrip utility.
%%
%% Copyright 2013 Emilio Lazo Zaia
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
%% The latest version of this license is in
%%   http://www.latex-project.org/lppl.txt
%% and version 1.3 or later is part of all distributions of LaTeX
%% version 2005/12/01 or later.
%%
%% This work has the LPPL maintenance status "maintained".
%%
%% This Current Maintainer of this work is Emilio Lazo Zaia.
%%
%% This work consists of the files factura.cls, factura.def,
%% and factura-modelo.tex, factura-modelo-ya.tex and README.
%%
%% Emilio Lazo Zaia <emiliolazozaia@gmail.com>
%%
%% This file is in UTF-8 format with Unix-like line breaks (LF only).
%% Commands and commentaries are in spanish.
%%
\documentclass[%
denom,
sinlineasv,
% separado,
% filas,
% centrado,
linea,
% lineaitem,
csv,
]{factura}

\usepackage[utf8]{inputenc}

\Fecha{05-03-2013}
\RS{El cliente}
% \Nombre{El cliente}
\RIF{El RIF}
\Direccion{La dirección}
\Tel{El teléfono}
\Email{El email}
\Emisor{El emisor}
\Num{1}
\Condiciones{Condiciones de pago: ¡De inmediato!}
\Lineas{3}
\Resumen{El resumen}

\makeatletter
\def\@@Fecha{Fecha:}
\def\@@Conforme{El cliente}
\makeatother

\begin{document}

\begin{factura}
 \Item{1}{ítem con IVA general}{1000}
 \ItemR{1}{ítem con IVA reducido}{1000}
 \ItemA{1}{ítem con IVA adicional}{1000}
 \ItemE{1}{ítem exento}{1000}
\end{factura}

\desc{La descripción}

\end{document}