Skip to content

Commit

Permalink
Fix latex conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
ascholer committed Jan 30, 2021
1 parent 523783d commit 97c7156
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions CS205Outline.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
\documentclass[12pt,letterpaper]{article}

\PassOptionsToPackage{hyphens}{url}\usepackage{hyperref} %%allow urls to line-break on hyphens

\input{common_includes.tex} %% put includes here. They tend to get reused a lot

\usepackage{lmodern}
Expand Down
3 changes: 1 addition & 2 deletions common_includes.tex
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
\usepackage{fancyvrb}
\usepackage{float}
\usepackage{graphicx}
\usepackage[linktoc=all]{hyperref}
\PassOptionsToPackage{hyphens}{url}\usepackage[linktoc=all]{hyperref}
\usepackage[latin1]{inputenc}
\usepackage{listings}
\usepackage{longtable}
Expand All @@ -32,7 +32,6 @@
\usepackage{ulem}
%% includes
% \include{emoticons}
%

%\newcommand{\LF}{} % turn on to display large format
\ifdefined \LF
Expand Down

0 comments on commit 97c7156

Please sign in to comment.