Skip to content

Commit

Permalink
remove table specific and hyperlink packages
Browse files Browse the repository at this point in the history
  • Loading branch information
e-perl-NOAA committed Jan 8, 2025
1 parent 55a64d1 commit 9093ff8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions SS330_User_Manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@
\usepackage[margin=1in, includefoot]{geometry}
\usepackage{graphicx} % allows for image import
\usepackage{enumerate}
\usepackage{multirow} % multi-row in tables
\usepackage{multicol} % multi-column in tables
% \usepackage{multirow} % multi-row in tables
% \usepackage{multicol} % multi-column in tables
\usepackage{booktabs}
\usepackage{lmodern}
\usepackage[none]{hyphenat}
\usepackage{array}
\usepackage{lscape}
\usepackage{pdflscape}
\usepackage{longtable}
% \usepackage{array}
% \usepackage{lscape}
% \usepackage{pdflscape}
% \usepackage{longtable}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc} % controls font encoding
\usepackage{roboto} % sans serif font for headers
\usepackage{crimson} % serif font
\usepackage[table]{xcolor}
\usepackage{colortbl}
\usepackage{hhline}
\usepackage{dcolumn}
% \usepackage{hhline}
% \usepackage{dcolumn}
\usepackage{tocloft}
\setlength{\cftsubsecnumwidth}{3em}
\setlength{\cftsubsubsecnumwidth}{4em}
Expand All @@ -41,8 +41,8 @@
\usepackage[parfill]{parskip}
\usepackage[nottoc,numbib]{tocbibind}
\usepackage[all]{nowidow} % Widow Control
\usepackage{hyperref}
\usepackage{hypcap}
% \usepackage{hyperref}
% \usepackage{hypcap}

% For tagging the pdf: https://github.com/jgm/pandoc/issues/5409#issuecomment-770417614
\ifluatex
Expand Down

0 comments on commit 9093ff8

Please sign in to comment.