diff --git a/administrativt/medlemslapp/villkor.tex b/administrativt/medlemslapp/villkor.tex index 725f6a3adaf45ed2a36bf35b55757c6e0c9cc159..7ae64bbc58f7fb6cd1f71650a4b8844c7a78f1b8 100644 --- a/administrativt/medlemslapp/villkor.tex +++ b/administrativt/medlemslapp/villkor.tex @@ -3,11 +3,18 @@ \usepackage[latin1]{inputenc} % \usepackage{epsfig} % \usepackage{boxedminipage} + \topmargin=-1.5cm \textheight=25cm \pagestyle{empty} -% \pagestyle{empty} +\usepackage{hyperref} +\usepackage{tabularx} +%\pagestyle{empty} + +\newcommand{\formline}[1]{ + #1 & \TextField[width=\linewidth,height=0pt,borderwidth=0pt,name=#1]{} +} \newcommand{\villkorversion}{(v1.5)} \begin{document} @@ -81,19 +88,22 @@ sk %\mbox{\hspace{8cm} % \vspace{-5cm} % \epsfbox{lyslogo.eps}} +\begin{Form} \section*{Fylls i av anv�ndaren} \renewcommand{\arraystretch}{2.57} +\begin{center} \fbox{% - \begin{tabular}{@{}ll} - Namn: & \hspace{9.4cm} \\ \cline{2-2} - Adress: \\ \cline{2-2} - \\ \cline{2-2} - Telefon: \\ \cline{2-2} - LiU-ID: \\ \cline{2-2} - \end{tabular} + \begin{tabularx}{.9\textwidth}{@{}l X@{}} + \formline{Namn}\\ + \formline{Gatuadress}\\ + \formline{Postnr \& ort}\\ + \formline{Telefon}\\ + \formline{Liu-ID} + \end{tabularx} } +\end{center} \section*{Datum och underskrift} Jag har tagit del av villkoren i pappret "Villkor f�r konto @@ -107,19 +117,19 @@ Datum & \hspace{3cm} & Underskrift & \hspace{4.2cm} \\ \cline{2-2}\cline{4-4} \section*{Fylls i av rooten} +\begin{center} \fbox{% - \begin{tabular}{@{}ll} - Anv�ndaridentitet: & \hspace{7.7cm} \\ \cline{2-2} - UID: \\ \cline{2-2} - Personnummer: \\ \cline{2-2} - Skapande root: \\ \cline{2-2} - Betals�tt: \\ \cline{2-2} - LiU-kort? \\ \cline{2-2} - \end{tabular} + \begin{tabularx}{.9\textwidth}{@{}l X@{}} + \formline{Anv�ndaridentitet}\\ + \formline{UID}\\ + \formline{Personnummer}\\ + \formline{Skapande root}\\ + \formline{Betals�tt}\\ + \formline{Liu-kort?} + \end{tabularx} } - +\end{center} \vspace{1cm} - Klipp h�r! V�nstra till kass�ren och h�gra till medlemmen. \hrule\ @@ -132,4 +142,7 @@ Klipp h Rootunderskrift: & \hspace{3cm} & Rootunderskrift: & \hspace{3cm} \\[-0.6cm] \end{tabular} +\end{Form} + \end{document} +