Skip to content

Commit

Permalink
Merge overleaf-2023-11-09-1519 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
mlindauer committed Nov 9, 2023
2 parents 6f9f789 + 79ed9e3 commit ce84fb3
Show file tree
Hide file tree
Showing 63 changed files with 2,533 additions and 1,099 deletions.
4 changes: 4 additions & 0 deletions latex_main/preamble.tex
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,7 @@

% Adds a frame with the current page layout. Just call \layout inside of a frame.
\usepackage{layout}


\usepackage{algorithm}
\usepackage{algorithmic}
1 change: 0 additions & 1 deletion latex_main/tntbeamer.cls
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,6 @@
%...........................................
\usepackage{url}
\usepackage{dsfont}
\usepackage{algorithmic}

\mode<presentation>

Expand Down
18 changes: 9 additions & 9 deletions latex_main_old/macros.tex
Original file line number Diff line number Diff line change
Expand Up @@ -207,15 +207,15 @@
\newcommand{\rewardRL}[0]{r}
\newcommand{\rewardfuncRL}[0]{\mathcal{R}}

\RestyleAlgo{algoruled}
\DontPrintSemicolon
\LinesNumbered
\SetAlgoVlined
\SetFuncSty{textsc}

\SetKwInOut{Input}{Input}
\SetKwInOut{Output}{Output}
\SetKw{Return}{return}
%\RestyleAlgo{algoruled}
%\DontPrintSemicolon
%\LinesNumbered
%\SetAlgoVlined
%\SetFuncSty{textsc}

%\SetKwInOut{Input}{Input}
%\SetKwInOut{Output}{Output}
%\SetKw{Return}{return}

%\newcommand{\changed}[1]{{\color{red}#1}}

Expand Down
Loading

0 comments on commit ce84fb3

Please sign in to comment.