Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. documentclass[justified]{tufte-handout}
  2.  
  3. usepackage{geometry}
  4. geometry{a4paper,left=.9cm,top=1cm,bottom=1cm,textwidth=10.5cm,marginparwidth=8.5cm,marginparsep=.2cm}
  5. usepackage[utf8]{inputenc}
  6. usepackage[T1]{fontenc}
  7.  
  8. usepackage{dialogue}
  9.  
  10. usepackage{hyperref}
  11. tolerance=1000
  12. % usepackage{mathptmx}
  13. %usepackage{pifont}
  14.  
  15. usepackage{csquotes}
  16. usepackage[mla]{ellipsis}
  17.  
  18. parindent = 0em
  19. setlengthparskip{.5baselineskip}
  20.  
  21. usepackage{filecontents}
  22. begin{filecontents}{ejemplo.bib}
  23. @phdthesis{kaz-thesis,
  24. title={Interpretation-driven association in design},
  25. author={Grace, Kazjon},
  26. year={2012},
  27. school={University of Sydney},
  28. note={Design Lab of the Faculty of Architecture, Design and Planning},
  29. annote={A computational model of situated analogy making based on the transformation of conceptual spaces.}
  30. }
  31. end{filecontents}
  32.  
  33. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  34.  
  35. begin{document}
  36. section{Panel session}
  37.  
  38. begin{dialogue}
  39. speak{Robert} Experimental film maker started to do video installations
  40. bringing abstract worlds back into reality.
  41. %%%
  42. speak{Mitu} Indie game developer but also a PhD student.
  43. %%%
  44. speak{Kaz} I came to CC from design cognition. PhD was in ``How do we
  45. look at a model of analogy making''cite{kaz-thesis}
  46. speak{JC} direct{To refer{himself}.} This seems very interesting!
  47. speak{JC} direct{To refer{sxe}.} Oh wait, it's teh broak.
  48. end{dialogue}
  49.  
  50. bibliographystyle{plain}
  51. bibliography{ejemplo}
  52.  
  53. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement