Skip to content

Commit

Permalink
Update preamble._tex
Browse files Browse the repository at this point in the history
Suggested change that should handle both the new (zi4) and old (inconsolata) names of the style file associated with the `inconsolata` package. For details please refer to the comments for the previous commit.
  • Loading branch information
marufr committed Oct 2, 2013
1 parent fc5d9cf commit e13bdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tex/preamble._tex
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

% for code listings
\usepackage{listings}
\usepackage{zi4} % change default shitty typewriter font
\IfFileExists{inconsolata.sty}{\usepackage{inconsolata}}{\usepackage{zi4}}
\usepackage{color}
\definecolor{codebg}{RGB}{248,248,248} % mimics html code style
\definecolor{codeborder}{RGB}{204,204,204}
Expand Down

0 comments on commit e13bdd8

Please sign in to comment.