Guest User

Untitled

a guest
Jun 25th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. documentclass[a4paper,onesided,12pt]{report}
  2.  
  3. usepackage{styles/fbe_tez}
  4. usepackage[utf8x]{inputenc} % To use Unicode (e.g. Turkish) characters
  5. renewcommand{labelenumi}{(roman{enumi})}
  6. usepackage{amsmath, amsthm, amssymb}
  7. % Some extra symbols
  8. usepackage[bottom]{footmisc}
  9. usepackage{cite}
  10. usepackage{graphicx}
  11. usepackage{longtable}
  12. usepackage{multirow}
  13. usepackage{subfigure}
  14. usepackage{algorithm}
  15. usepackage{algorithmic}
  16. newlength{mycolumnwidth}
  17. setlength{mycolumnwidth}{textwidth-9cm-4tabcolsep}
  18.  
  19. begin{longtable}{|m{9cm}|m{mycolumnwidth}|}
  20. caption{Tarık's emergent codes and corresponding themes}\
  21. toprule
  22. RELEVANT CODES & THEME \
  23. toprule
  24. endfirsthead
  25.  
  26. caption{Tarık's emergent codes and corresponding themes (continued)}\
  27. toprule
  28. RELEVANT CODES & THEME \
  29. hline
  30. endhead
  31.  
  32. Graph representation & multirow{1}{*}{Interpretation of graph} \
  33. Graph completion & \
  34. midrule
  35. Thinking about quadratic functions & \
  36. Thinking about quadratic functions in real life
  37. & multirow{1}{*}{Interpretation of function} \
  38. Thinking about quadratic functions in physics & \
  39. midrule
  40. Finding a satisfactory answer to what question requires
  41. &multirow{1}{*}{Make sense of model repr.} \
  42. midrule
  43. pagebreak
  44. Looking interaction between his drawn model and given graph
  45. &multirow{1}{*}{Alignment of model-graph} \
  46. Finding conflict when matching his graph and his model & \
  47. bottomrule
  48.  
  49. end{longtable}
  50.  
  51. end{document}
Add Comment
Please, Sign In to add comment