Advertisement
mathletic

Untitled

May 17th, 2015
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. \documentclass[a4paper,10pt]{article}
  2. \usepackage[english,greek]{babel}
  3. %A Few Useful Packages
  4. \usepackage{marvosym}
  5. \usepackage{fontspec} %for loading fonts
  6. \usepackage{xunicode,xltxtra,url,parskip} %other packages for formatting
  7. \RequirePackage{color,graphicx}
  8. \usepackage[usenames,dvipsnames]{xcolor}
  9. \usepackage[big]{layaureo} %better formatting of the A4 page
  10. % an alternative to Layaureo can be ** \usepackage{fullpage} **
  11. \usepackage{supertabular} %for Grades
  12. \usepackage{titlesec} %custom \section
  13.  
  14. %Setup hyperref package, and colours for links
  15. \usepackage{hyperref}
  16. \definecolor{linkcolour}{rgb}{0,0.2,0.6}
  17. \hypersetup{colorlinks,breaklinks,urlcolor=linkcolour, linkcolor=linkcolour}
  18.  
  19. %FONTS
  20. \defaultfontfeatures{Mapping=tex-text}
  21. %\setmainfont[SmallCapsFont = Fontin SmallCaps]{Fontin}
  22. %%% modified for Karol Kozioล‚ for ShareLaTeX use
  23. \setmainfont[
  24. SmallCapsFont = Fontin-SmallCaps.otf,
  25. BoldFont = Fontin-Bold.otf,
  26. ItalicFont = Fontin-Italic.otf
  27. ]
  28. {Fontin.otf}
  29. %%%
  30.  
  31. %CV Sections inspired by:
  32. %http://stefano.italians.nl/archives/26
  33. \titleformat{\section}{\Large\scshape\raggedright}{}{0em}{}[\titlerule]
  34. \titlespacing{\section}{0pt}{3pt}{3pt}
  35. %Tweak a bit the top margin
  36. %\addtolength{\voffset}{-1.3cm}
  37.  
  38. %Italian hyphenation for the word: ''corporations''
  39. \hyphenation{im-pre-se}
  40.  
  41. %-------------WATERMARK TEST [**not part of a CV**]---------------
  42. \usepackage[absolute]{textpos}
  43.  
  44. \setlength{\TPHorizModule}{30mm}
  45. \setlength{\TPVertModule}{\TPHorizModule}
  46. \textblockorigin{2mm}{0.65\paperheight}
  47. \setlength{\parindent}{0pt}
  48.  
  49. %--------------------BEGIN DOCUMENT----------------------
  50. \begin{document}
  51.  
  52. \pagestyle{empty} % non-numbered pages
  53.  
  54. %\font\fb=''[cmr10]'' %for use with \LaTeX command
  55.  
  56. %--------------------TITLE-------------
  57. \par{\centering
  58. {\Huge ฮš. ฮœ.
  59. }\bigskip\par}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement