paldepind

LaTeX

Feb 7th, 2014
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.35 KB | None | 0 0
  1. \documentclass[pagesize]{scrartcl}
  2. \usepackage[T1]{fontenc}
  3. \usepackage[utf8]{inputenc}
  4. \usepackage{scrlayer-notecolumn, scrlayer-scrpage, graphicx, calc, longtable}
  5.  
  6. \DeclareNewNoteColumn[font=\sffamily\footnotesize, width=4cm,
  7. position=\oddsidemargin+1in+\textwidth-3cm+\marginparsep]{randnot}
  8.  
  9. \begin{document}
  10.  
  11. \title{Titel}
  12. \date{\today}
  13. \author{Forfatter}
  14. \maketitle
  15.  
  16. \begin{addmargin}[0cm]{4cm}
  17.   \makenote[randnot]{%
  18.     \protect\begin{longtable}{p{1.5cm}p{2cm} }
  19.      Key & Value \\
  20.      Another key & 56.1481049 \\
  21.      Ipsum bla & Lorem tutasee \\
  22.      Kvalatit & Tip top \\
  23.      Fordus tius & Lorem ipsum bla supresium vitales ektum eksaput doktinus mit dei fyrte granikus.\\
  24.      Estimat is & 1337 \\
  25.      Lokale & Viktualierum \\
  26.      \protect\end{longtable} }
  27.  \includegraphics[width=.4\textwidth]{image}%
  28. \end{addmargin}
  29.  
  30. \begin{addmargin}[0cm]{4cm}
  31.   \makenote[randnot]{%
  32.     \protect\begin{longtable}{p{1.5cm}p{2cm} }
  33.      Key & Value \\
  34.      Another key & 56.1481049 \\
  35.      Ipsum bla & Lorem tutasee \\
  36.      Kvalatit & Tip top \\
  37.      Fordus tius & Lorem ipsum bla supresium vitales ektum eksaput doktinus mit dei fyrte granikus.\\
  38.      Estimat is & 1337 \\
  39.      Lokale & Viktualierum \\
  40.      \protect\end{longtable} }
  41.  \includegraphics[width=.4\textwidth]{image}%
  42. \end{addmargin}
  43. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment