Unverified Commit e7006ff4 authored by xvrabcov's avatar xvrabcov Committed by GitHub
Browse files

Merge pull request #35 from xvrabcov/misc-fixes

Misc fixes
parents 5245e695 ead36af3
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -15,8 +15,6 @@
%%  color,   %% Uncomment these lines (by removing the %% at the
%%           %% beginning) to use color in the digital version of your
%%           %% document
  table,   %% The `table` option causes the coloring of tables.
           %% Replace with `notable` to restore plain LaTeX tables.
  twoside, %% The `twoside` option enables double-sided typesetting.
           %% Use at least 120 g/m² paper to prevent show-through.
           %% Replace with `oneside` to use one-sided typesetting;
+4 −4
Original line number Diff line number Diff line
@@ -11,10 +11,10 @@
% files generally unsuitable for printing.
%    \begin{macrocode}
\thesis@color@setup{
  links={HTML}{F58E76},
  tableEmph={HTML}{FF9D85},
  tableOdd={HTML}{FFF5F6},
  tableEven={HTML}{FFDEDF}}
  links={HTML}{A0B9C5},
  tableEmph={HTML}{B0C3CF},
  tableOdd={HTML}{EFF3F6},
  tableEven={HTML}{D6E1E6}}
%    \end{macrocode}
% The bibliography support is enabled. The |authoryear| citations
% are used and the bibliography is sorted by name, title, and year.