Guest User

Untitled

a guest
Jan 23rd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. \usepackage{amssymb,amsmath}
  2. \usepackage{ifxetex,ifluatex}
  3. \ifxetex
  4. \usepackage{fontspec,xltxtra,xunicode}
  5. \defaultfontfeatures{Mapping=tex-text,Scale=MatchLowercase}
  6. \newcommand{\euro}{€}
  7. \else
  8. \ifluatex
  9. \usepackage{fontspec}
  10. \defaultfontfeatures{Mapping=tex-text,Scale=MatchLowercase}
  11. \newcommand{\euro}{€}
  12. \else
  13. \usepackage[utf8]{inputenc}
  14. \usepackage{eurosym}
  15. \fi
  16. \fi
  17. \usepackage{color}
  18. \usepackage{fancyvrb}
  19. \DefineShortVerb[commandchars=\\\{\}]{\|}
  20. \DefineVerbatimEnvironment{Highlighting}{Verbatim}{commandchars=\\\{\}}
  21. % Add ',fontsize=\small' for more characters per line
  22. \newenvironment{Shaded}{}{}
  23. \newcommand{\KeywordTok}[1]{\textcolor[rgb]{0.00,0.44,0.13}{\textbf{{#1}}}}
  24. \newcommand{\DataTypeTok}[1]{\textcolor[rgb]{0.56,0.13,0.00}{{#1}}}
  25. \newcommand{\DecValTok}[1]{\textcolor[rgb]{0.25,0.63,0.44}{{#1}}}
  26. \newcommand{\BaseNTok}[1]{\textcolor[rgb]{0.25,0.63,0.44}{{#1}}}
  27. \newcommand{\FloatTok}[1]{\textcolor[rgb]{0.25,0.63,0.44}{{#1}}}
  28. \newcommand{\CharTok}[1]{\textcolor[rgb]{0.25,0.44,0.63}{{#1}}}
  29. \newcommand{\StringTok}[1]{\textcolor[rgb]{0.25,0.44,0.63}{{#1}}}
  30. \newcommand{\CommentTok}[1]{\textcolor[rgb]{0.38,0.63,0.69}{\textit{{#1}}}}
  31. \newcommand{\OtherTok}[1]{\textcolor[rgb]{0.00,0.44,0.13}{{#1}}}
  32. \newcommand{\AlertTok}[1]{\textcolor[rgb]{1.00,0.00,0.00}{\textbf{{#1}}}}
  33. \newcommand{\FunctionTok}[1]{\textcolor[rgb]{0.02,0.16,0.49}{{#1}}}
  34. \newcommand{\RegionMarkerTok}[1]{{#1}}
  35. \newcommand{\ErrorTok}[1]{\textcolor[rgb]{1.00,0.00,0.00}{\textbf{{#1}}}}
  36. \newcommand{\NormalTok}[1]{{#1}}
  37. \newcommand{\OperatorTok}[1]{\textcolor[rgb]{0.00,0.44,0.13}{\textbf{{#1}}}}
  38. \newcommand{\ControlFlowTok}[1]{\textcolor[rgb]{0.44,0.00,0.13}{\textbf{{#1}}}}
Add Comment
Please, Sign In to add comment