Skip to content

Commit

Permalink
Removed csquotes to prevent default latex commands from breaking and …
Browse files Browse the repository at this point in the history
…reordered optional packages
  • Loading branch information
MariusStuber committed Feb 22, 2022
1 parent 81375db commit 908bbff
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions format.tex
Original file line number Diff line number Diff line change
Expand Up @@ -374,15 +374,15 @@
%----------------------------------------------------------

%-----------------------------
% Draw
% Extra symbols and notations

\usepackage{tikz}
\usetikzlibrary{shapes,calc,positioning}
\usepackage{amsmath, amssymb}

%-----------------------------
% More control over positioning of floats
% Draw

%\usepackage{float}
\usepackage{tikz}
\usetikzlibrary{arrows.meta,calc,positioning,shapes}

%-----------------------------
% More table options
Expand Down Expand Up @@ -436,15 +436,17 @@
\usepackage{enumitem}

%-----------------------------
% Enable use of regular quotation marks
% More control over positioning of floats

\usepackage{csquotes}
\MakeOuterQuote{"}
%\usepackage{float}

%-----------------------------
% Extra symbols and notations
% Enable use of regular quotation marks in text
% This might break some commands like "= for breakable hyphens
% Consider using a custom style command like \name{...} (see style.tex)

\usepackage{amsmath, amssymb}
%\usepackage{csquotes}
%\MakeOuterQuote{"}

%-----------------------------
% Blindtext
Expand Down

0 comments on commit 908bbff

Please sign in to comment.