Advertisement
Hirwanto

exam01

May 9th, 2015
1,359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.48 KB | None | 0 0
  1. \documentclass[10pt,addpoints,twocolumn]{exam}
  2. \usepackage{graphicx,lastpage}
  3. \usepackage{mathpazo} % jenis huruf matematis
  4. \renewcommand{\rmdefault}{put} % jenis huruf teks
  5. \unframedsolutions
  6. \renewcommand{\solutiontitle}{\noindent\textbf{Penyelesaian :}\par\noindent}
  7. %\usepackage{fullpage}
  8. \usepackage{amsmath,amssymb,xspace} % rumus
  9. \newcommand\mylog[1]{\mathop{{}^{#1}\mathrm{log}}}
  10. \renewcommand{\deg}{\ensuremath{^{\circ}}\xspace}
  11. \hyphenpenalty 10000
  12. \usepackage{geometry}
  13. \flushbottom
  14. \usepackage[normalem]{ulem}
  15. \renewcommand\ULthickness{2pt}   %%---> For changing thickness of underline
  16. \setlength\ULdepth{1.5ex}%\maxdimen ---> For changing depth of underline
  17. \renewcommand{\baselinestretch}{1}
  18. \pagestyle{empty}
  19.  
  20. \pagestyle{headandfoot}
  21. \headrule
  22. \newcommand{\continuedmessage}{%
  23. \ifcontinuation{\footnotesize Question \ContinuedQuestion\ continues\ldots}{}%
  24. }
  25. \firstpageheader{
  26. \includegraphics[width=.115\textwidth]{logougm}}{\textbf{KUMPULAN SOAL-SOAL \\UJIAN MASUK\\ UNIVERSITAS GADJAH MADA}}
  27. {\includegraphics[width=.115\textwidth]{sma03}}
  28. %\runningheader{}
  29. %{}
  30. %{}
  31. \footrule
  32. \footer{hirwanto(\footnotesize texmarble.blogspot.com)}{}
  33. {Halaman \thepage\ dari \numpages\ halaman}
  34. %{\ifincomplete{\footnotesize Question \IncompleteQuestion\ continues
  35. %on the next page\ldots}{\iflastpage{\footnotesize End of exam}{\footnotesize Please go on to the next page\ldots}}}
  36. %
  37. \usepackage{cleveref}
  38. \crefname{figure}{figure}{figures}
  39. \crefname{question}{question}{questions}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement