Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion conf/snippets/hardcopyThemes/oneColumn/hardcopyPreamble.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@
\usepackage{epsfig}
\usepackage{pslatex}
\usepackage{fullpage}
\usepackage[utf8x]{inputenc}

\usepackage[utf8]{inputenc}

\usepackage{eurosym} % the euro symbol
\DeclareUnicodeCharacter{20AC}{\euro} % make it possible to use the UTF-8 character for the euro symbol in problems


\pagestyle{plain}
\def\endline{\bigskip\hrule width \hsize height 0.8pt }
\newcommand{\lt}{<}
Expand Down
7 changes: 6 additions & 1 deletion conf/snippets/hardcopyThemes/twoColumn/hardcopyPreamble.tex
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@
\usepackage{epsf}
\usepackage{epsfig}
\usepackage{pslatex}
\usepackage[utf8x]{inputenc}

\usepackage[utf8]{inputenc}

\usepackage{eurosym} % the euro symbol
\DeclareUnicodeCharacter{20AC}{\euro} % make it possible to use the UTF-8 character for the euro symbol in problems

\pagestyle{plain}
\textheight 9in
\oddsidemargin = -0.42in
Expand Down