Skip to content

Commit

Permalink
add xcolor package and define fgcolor again to fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
andrearaithel authored Jul 21, 2024
1 parent 7e19fb5 commit a0c126a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/OUTRIDER.Rnw
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
%\VignetteEncoding{UTF-8}

\documentclass[11pt]{article}
%\usepackage{xcolor}
%\definecolor{fgcolor}{rgb}{0,0,0}
\usepackage{xcolor}
\definecolor{fgcolor}{rgb}{0,0,0}

<<style-knitr, eval=TRUE, echo=FALSE, cache=FALSE, results="asis">>=
BiocStyle::latex()
Expand Down

0 comments on commit a0c126a

Please sign in to comment.