Skip to content

Commit

Permalink
avoid non-base texlive
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Jan 14, 2024
1 parent b707d94 commit 0938e03
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/report/easychair.cls
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
\expandafter\@tempa\@currnamestack{}{}{}\@nil
\ifx\@classname\@empty \edef\@classname{\@currname}\fi

\RequirePackage{xcolor}
%\RequirePackage{xcolor}

%
% Debug
Expand Down Expand Up @@ -379,13 +379,14 @@

% TOC/thumbnail LHS preview in the PDFs as well as active URLs and other cross-refs
% Newer versions of hyperref declare a4paper or letterpaper as obsolete and issue warnings
\definecolor{linkcolor}{RGB}{170,0,0} % aa0000
\definecolor{citecolor}{RGB}{44,160,46} % 2ca02d
\definecolor{urlcolor}{RGB}{0,51,153} % 003399
\RequirePackage[linktocpage,pdfcreator=easychair.cls-3.4,colorlinks=True,urlcolor=urlcolor,citecolor=citecolor,linkcolor=linkcolor]{hyperref}
%\definecolor{linkcolor}{RGB}{170,0,0} % aa0000
%\definecolor{citecolor}{RGB}{44,160,46} % 2ca02d
%\definecolor{urlcolor}{RGB}{0,51,153} % 003399
%\RequirePackage[linktocpage,pdfcreator=easychair.cls-3.4,colorlinks=True,urlcolor=urlcolor,citecolor=citecolor,linkcolor=linkcolor]{hyperref}
\RequirePackage[linktocpage,pdfcreator=easychair.cls-3.4,colorlinks=False]{hyperref}

% Traditional graphics processing
\RequirePackage{graphicx}
%\RequirePackage{graphicx}
%\RequirePackage{pdflscape}
%\RequirePackage{lscape}

Expand Down

0 comments on commit 0938e03

Please sign in to comment.