Advertisement
Guest User

Untitled

a guest
Oct 18th, 2011
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.86 KB | None | 0 0
  1. \documentclass{proposal}
  2. %\documentclass[11pt,twocolumn]{article}
  3. \usepackage{times}
  4. \usepackage{url}
  5. \usepackage{graphics}
  6. \usepackage{color}
  7. \usepackage[pdftex]{hyperref}
  8. \hypersetup{%
  9. pdftitle={},
  10. pdfauthor={Fabio Varesano},
  11. pdfkeywords={your keywords},
  12. bookmarksnumbered,
  13. pdfstartview={FitH},
  14. colorlinks,
  15. citecolor=black,
  16. filecolor=black,
  17. linkcolor=black,
  18. urlcolor=black,
  19. breaklinks=true,
  20. }
  21. \newcommand{\comment}[1]{}
  22. \definecolor{Orange}{rgb}{1,0.5,0}
  23. \newcommand{\todo}[1]{\textsf{\textbf{\textcolor{Orange}{[[#1]]}}}}
  24.  
  25. \pagenumbering{arabic}  % Arabic page numbers for submission.  Remove this line to eliminate page numbers for the camera ready copy
  26.  
  27. % FABIO
  28.  
  29. \usepackage[utf8]{inputenc}
  30. \usepackage{relsize}
  31.  
  32. % Fine Fabio
  33.  
  34. \begin{document}
  35. % to make various LaTeX processors do the right thing with page size
  36. \special{papersize=8.5in,11in}
  37. \setlength{\paperheight}{11in}
  38. \setlength{\paperwidth}{8.5in}
  39. \setlength{\pdfpageheight}{\paperheight}
  40. \setlength{\pdfpagewidth}{\paperwidth}
  41.  
  42. % use this command to override the default ACM copyright statement
  43. % (e.g. for preprints). Remove for camera ready copy.
  44. %\toappear{Submitted for review to TEI 2012.}
  45.  
  46. \title{Tangible User Interfaces:\\ introduzione, stato dell'arte ed esempio topico}
  47. %\numberofauthors{1}
  48. \author{
  49.  \alignauthor{Fabio Varesano}\\
  50.  \affaddr{Department of Computer Science}\\
  51.  \affaddr{Università degli Studi di Torino}\\
  52.  \email{varesano@di.unito.it}
  53. }
  54.  
  55. \maketitle
  56.  
  57. \section{Traccia}
  58.  
  59. Quando Mark Weiser nel lontano 1991 presentò la propria visione sul concetto di come nuovo modo di pensare l'interazione uomo-macchina in cui le entità di computazione sono talmente integrate nell'ambiente e negli oggetti fino a scomparirvi, l'idea di trasformare l' informazione virtuale in modo che fosse fruibile attraverso il mondo fisico era già presente.
  60. \end{document}
  61.  
  62.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement