Skip to content

Commit

Permalink
Fixed inputenc and hyperrefs
Browse files Browse the repository at this point in the history
  • Loading branch information
psmsmets committed Jan 13, 2020
1 parent 09bf577 commit db1a418
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions thesis.sty
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% LaTeX2e style file for Ph.D. Thesis
%
% Usage:
% Useage:
% \usepackage[screen]{thesis}
%
% Shortcuts:
%
% screen enables options : booklet
% print enable options : booklet scaled, cmyk, bindingoffset
%
% All options
% All optios
% booklet papersize 17x24cm
% bookletscaled papersize 17x24cm on a regular a4paper with crop marks
% bindingoffset set 6.5mm binding offset
Expand Down Expand Up @@ -98,6 +98,9 @@
% colorbox with rounded edges
\usepackage[framemethod=tikz]{mdframed}

\usepackage[latin1]{inputenc}
\usepackage[hidelinks]{hyperref}

% Fonts
\ifthesis@newfonts
\usepackage{lmodern}
Expand All @@ -106,7 +109,6 @@
\usepackage[vvarbb,cmbraces]{newtxmath} % [garamondx,cmbraces]
\usepackage[scaled=1.1]{CormorantGaramond} % [light,scaled=1.1] ?
\else
% \usepackage{inputenc} % original Läslo
\usepackage{lmodern}
\usepackage[T1]{fontenc} % computer modern
\fi
Expand Down

0 comments on commit db1a418

Please sign in to comment.