chris1234567
30-03-2009, 11:02
Ich benutze fuer meinen Lebenslauf eine Tabelle. Jezt möchte ich rechts neben der Tabelle ein Bild einfügen. Ich hab es mit minipage versucht aber es klappt nicht das Bild daneben zu platzieren. Das Minimalbeispiel soll das Problem verdeutlichen.
\documentclass[10pt,german]{article}
\begin{document}
\begin{tabular}[htbp]{p{4.87cm}|l}%\rule{4.2cm}{0.2pt}
\small& \small \\
\vspace{0.05mm}
\hfill \small \textbf{Personal Information}\\ & \\
\hfill \small First name / Surname & \small \textbf{Name Name}\\
\hfill \small Post Noun & \small \textbf{Text}\\
\small& \small \\
\hfill \small E-Mail& \small text text text
\end{tabular}
\end{document}
der zeilenabstand den ich mit \small\\ erzeuge soll eben auch small sein, ist er aber nicht sondern bleibt interessanterweise gleich.
bg
c
\documentclass[10pt,german]{article}
\begin{document}
\begin{tabular}[htbp]{p{4.87cm}|l}%\rule{4.2cm}{0.2pt}
\small& \small \\
\vspace{0.05mm}
\hfill \small \textbf{Personal Information}\\ & \\
\hfill \small First name / Surname & \small \textbf{Name Name}\\
\hfill \small Post Noun & \small \textbf{Text}\\
\small& \small \\
\hfill \small E-Mail& \small text text text
\end{tabular}
\end{document}
der zeilenabstand den ich mit \small\\ erzeuge soll eben auch small sein, ist er aber nicht sondern bleibt interessanterweise gleich.
bg
c