Advertisement
diaaa

Untitled

Jan 8th, 2020
680
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.82 KB | None | 0 0
  1. \documentclass{exam}
  2. \usepackage{luacode}
  3. \usepackage[draft]{graphicx}
  4. \usepackage{chickenize}
  5. \begin{luacode*}
  6.    chickenizefraction = 100000
  7.    chickenstring[1] = "ayyyy"
  8.    chickenstring[2] = "lol"
  9.    chickenstring[3] = "lmao"
  10.    chickenstring[4] = "haha"
  11. \end{luacode*}
  12. \begin{document}
  13. %Delete chickenize or use \unchickenize to get normal text
  14. \chickenize
  15. \begin{questions}
  16.     \question[7]
  17.     SOME   \textbf{very long question body} to be replaced by a very long dummy text.
  18.     SOME VERY LONG QUESTION \textbf{body to be replaced by a very long dummy text.}
  19.     \begin{parts}
  20.         \part[5]
  21.         \begin{tabular}[t]{p{0.65\linewidth}@{\hspace{0.01\linewidth}}p{0.34\linewidth}}
  22.             1258 89529 2523629 & \includegraphics[width=\linewidth,align=t]{example-image-a}
  23.         \end{tabular}
  24.     \end{parts}
  25. \end{questions}
  26. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement