\documentclass[10pt]{article} %\usepackage{fontspec} % Im Moment ohne LuaLaTex, wegen der Default-Werte in den Textfeldern \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{hyperref} \usepackage{fullpage, graphicx, url, xcolor, setspace} \usepackage[ngerman]{babel} \setlength{\parskip}{1ex} \setlength{\parindent}{0ex} %LuaLaTex %\setmainfont{Latin Modern Sans} \def\DefaultHeightofSubmit{10pt} \def\DefaultHeightofChoiceMenu{0.8\baselineskip} \hypersetup{ pdfinfo={ Title={Praktikumsnachweis für die Bachelorstudiengänge Mathematik und Wirtschaftsmathematik an der Universität Ulm}, author={Prüfungsausschuss Mathematik/Wirtschaftsmathematik/Finance}, } } \begin{document} % % \section*{Praktikumsnachweis} %\label{Anlage} \thispagestyle{empty} % % \begin{onehalfspace} \begin{Form} \ChoiceMenu[combo,borderwidth=0pt,name=Anrede,default=Frau]{}{Frau,Herr,{ }}\TextField[borderwidth=.5pt, borderstyle=U, backgroundcolor=white, bordercolor=black, charsize=10pt, width=.895\textwidth, name=Name]{}\\[.15em] \TextField[borderwidth=.5pt, borderstyle=U, backgroundcolor=white, bordercolor=black, charsize=10pt, width=.25\textwidth, name=Geburt]{{geb. am }} \TextField[borderwidth=.5pt, borderstyle=U, backgroundcolor=white, bordercolor=black, charsize=10pt, width=.62\textwidth, name=GebOrt]{{ in }}\\[.15em] \TextField[borderwidth=.5pt, borderstyle=U, backgroundcolor=white, bordercolor=black, charsize=10pt, width=.5\textwidth, name=Zeitraum]{{hat im Zeitraum }} \ in unserem Betrieb \\[.15em] \TextField[borderwidth=.5pt, borderstyle=U, multiline=true, donotscroll=true, backgroundcolor=white, bordercolor=black, charsize=10pt, width=\textwidth, height=4.5\baselineskip, name=Betrieb]{}\\[.5em] erfolgreich ein Praktikum für den Studiengang Bachelor \ChoiceMenu[combo=true,borderwidth=.0pt]{}{Mathematik,Mathematische Biometrie,Wirtschaftsmathematik} \ absolviert.\\[.15em] Darin sind \TextField[borderwidth=.5pt, borderstyle=U, backgroundcolor=white, bordercolor=black, charsize=10pt, width=1cm, name=Fehltage]{ } \ Fehltage enthalten, davon \TextField[borderwidth=.5pt, borderstyle=U, backgroundcolor=white, bordercolor=black, charsize=10pt, width=1cm, name=Urlaub]{ } \ Tage Urlaub, \TextField[borderwidth=.5pt, borderstyle=U, backgroundcolor=white, bordercolor=black, charsize=10pt, width=1cm, name=Krankheit]{ } \ Tage Krankheit, \TextField[borderwidth=.5pt, borderstyle=U, backgroundcolor=white, bordercolor=black, charsize=10pt, width=1cm, name=SonstigeAbwesenheit]{ } \ Tage sonstige Abwesenheit.\\[.4cm] Die Ausbildung unterteilt sich unter Abzug der Fehltage folgendermaßen:\\ % \textbf{Tätigkeit} \hfill\textbf{Abteilung/Werkstatt}\hfill\textbf{Tage}\\ \TextField[borderwidth=.5pt, borderstyle=U, multiline=true, donotscroll=true, backgroundcolor=white, bordercolor=black, charsize=10pt, width=\textwidth, height=5.5\baselineskip, name=Taetigkeit]{} \begin{flushright} \TextField[borderwidth=.5pt, borderstyle=U, backgroundcolor=white, bordercolor=black, charsize=10pt, width=2cm, name=Summe]{{Summe: }}\\[.5cm] \end{flushright} % \textbf{Bewertung:}\\ \TextField[borderwidth=.5pt, borderstyle=U, multiline=true, donotscroll=true, backgroundcolor=white, bordercolor=black, charsize=10pt, width=\textwidth, height=4.5\baselineskip, name=Bewertung]{}\\[2.5em] \TextField[borderwidth=0pt, backgroundcolor=white, charsize=10pt, width=.5\textwidth, name=OrtDatum,default={Ort und Datum}]{} \hfill Stempel und Unterschrift\hspace*{1cm}\\[.2em] \hrule \vspace*{.4cm} \textbf{Bestätigung durch den Prüfungsausschuss}\\[.3em] Als Praktikum mit \TextField[borderwidth=.5pt, borderstyle=U, backgroundcolor=white, bordercolor=black, charsize=10pt, width=1.25cm, name=Zeit]{ } \ \ChoiceMenu[combo=true, borderwidth=0pt,name=Dauer,default=Wochen]{}{Wochen,Monaten} (11 Leistungspunkten) anerkannt.\\[2em] Ulm, den \hrulefill \hfill Unterschrift: \hrulefill\hrulefill\\ \mbox{} \hfill Vorsitzende(r) des Prüfungsausschusses \end{Form} \end{onehalfspace} \end{document}