diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/factura/factura-ejemplo-membrete.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/factura/factura-ejemplo-membrete.tex | 54 |
1 files changed, 29 insertions, 25 deletions
diff --git a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-membrete.tex b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-membrete.tex index b5f84d47c19..f15dc4ca2c8 100644 --- a/Master/texmf-dist/doc/latex/factura/factura-ejemplo-membrete.tex +++ b/Master/texmf-dist/doc/latex/factura/factura-ejemplo-membrete.tex @@ -35,40 +35,44 @@ %% \documentclass[12pt]{article} \usepackage[utf8]{inputenc} -\usepackage{tikz} +\usepackage{tikz}\usetikzlibrary{positioning} \usepackage{calc} \usepackage[letterpaper,hmargin={1cm,1cm},vmargin={1cm,1cm},footskip=0pt,headsep=0pt,headheight=0pt]{geometry} \parindent0pt \lineskip0pt \pagestyle{empty} \begin{document} - \begin{minipage}[t][\textheight]{\textwidth} + \begin{minipage}[b][\textheight]{\textwidth} \baselineskip13pt \parskip0pt \lineskip0pt - \centering{% - \begin{tikzpicture} - \node [draw=none, fill=gray,rounded corners=4pt]{% - \parbox{0.57\textwidth}{% - \vspace*{0.1cm}% - \centering - \color{white}% - \fontfamily{ppl}\LARGE\bfseries Lázaro de la Vega y San Román}}; - \end{tikzpicture}\par - \begin{tikzpicture} - \node [draw=gray, line width=2pt, rounded corners=9pt]{% - \parbox{0.64\textwidth}{% - \parskip2pt - \centering - \color{gray}% - \fontfamily{ppl}\footnotesize\bfseries Av. Garcilaso de la Vega, Qta. San Román, Santa Mónica, Caracas, Venezuela. - \par - Teléfono: +58 (123) 456.78.90 / email: lázaro@sanrom.án}}; - \end{tikzpicture}}\par - \parbox{0.61\textwidth}{% - \mbox{}\hfill% - \color{gray}% - \fontfamily{aer}\footnotesize\bfseries RIF: V-87.654.321-0}% + \hspace*{\fill}% + \begin{tikzpicture} + \node (Nombre) [draw=none, fill=gray, rounded corners=4pt]{% + \parbox{0.57\textwidth}{% + \vspace*{0.1cm}% + \centering + \color{white}\fontfamily{ppl}\LARGE\bfseries + Lázaro de la Vega y San Román}}; + \node [node distance=0pt, below = of Nombre, outer sep=0pt, draw=gray, line width=2pt, inner sep=3.5pt, rounded corners=8pt]{% + \parbox{0.66\textwidth}{% + \vspace*{3pt}% + \parskip2pt + \centering + \color{gray}\fontfamily{ppl}\footnotesize\bfseries + Av. Garcilaso de la Vega, Qta. San Román, Santa Mónica, Caracas, Venezuela. + \par + Teléfono: +58 (123) 456.78.90 / email: lázaro@sanrom.án + \vspace*{3pt}}}; + \end{tikzpicture} + \hspace*{\fill}\par + \hspace*{\fill}% + \parbox{0.63\textwidth}{% + \color{gray}\fontfamily{aer}\footnotesize\bfseries + \hfill + RIF: V-87.654.321-0}% + \hspace*{\fill}\par + \vfill\mbox{}% \end{minipage} \end{document} %% |