Skip to content
Snippets Groups Projects
Unverified Commit 653d8194 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

remove old makeat statements

parent 3c07e48b
No related branches found
No related tags found
No related merge requests found
......@@ -124,10 +124,8 @@ bookmarks=true]%
\newtoggle{#1}
\iftoggle{verbose}{
\IfFileExists{../#1/main.aux}{
\makeatletter
\@addtofilelist{../#1/main.tex}
\@addtofilelist{../#1/main.aux}%
\makeatother
\externaldocument{../#1/main}%
\settoggle{#1}{true}
}%
......@@ -141,12 +139,10 @@ bookmarks=true]%
%%%%%%%%%% Section Headers %%%%%%%%%%
%%% Allow quotes under part headers
\makeatletter
\let\old@endpart\@endpart
\renewcommand\@endpart[1][]{%
\begin{quote}#1\end{quote}%
\old@endpart}
\makeatother
%%%%%%%%%% Give higher penalty to ~
% The ~ character usually functions as a space with a high penalty for line breaks.
......@@ -159,7 +155,6 @@ bookmarks=true]%
%%%%% Make table of contents two column
\makeatletter
\renewcommand\tableofcontents{%
\begin{multicols}{2}
......@@ -188,7 +183,6 @@ bookmarks=true]%
\def\@@Repeat#1#2{%
\@Repeat{#1}{#2}#2%
}
\makeatother
\newcommand{\chapnumfont}{
......@@ -259,7 +253,6 @@ bookmarks=true]%
% Define the 'ornamentedbox' environment
% Wiggly Borders
\makeatletter
\tikzset{
use path for main/.code={%
\tikz@addmode{%
......@@ -274,7 +267,6 @@ bookmarks=true]%
use path for actions=#1,
}
}
\makeatother
\colorlet{ornamentedFrameInner}{white}
\colorlet{ornamentedFrameOuter}{gray}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment