fix: babel to english + bugfix
This commit is contained in:
parent
6a4f298f28
commit
4d8823fc1f
2 changed files with 12 additions and 12 deletions
|
@ -1,13 +1,13 @@
|
||||||
\tikzset{every picture/.style={execute at begin picture={
|
% \tikzset{every picture/.style={execute at begin picture={
|
||||||
\shorthandoff{:;!?};}
|
% \shorthandoff{:;!?};}
|
||||||
}}
|
% }}
|
||||||
|
|
||||||
\tikzset{
|
\tikzset{
|
||||||
boxnode/.style={ % requires library shapes.misc
|
boxnode/.style={ % requires library shapes.misc
|
||||||
draw,
|
draw,
|
||||||
rectangle,
|
rectangle,
|
||||||
text centered,
|
text centered,
|
||||||
align=center,
|
align=center,
|
||||||
fill=gray!5!white
|
fill=gray!5!white
|
||||||
},
|
},
|
||||||
}
|
}
|
|
@ -11,7 +11,7 @@
|
||||||
\usepackage{hyperref}
|
\usepackage{hyperref}
|
||||||
\usepackage{titlesec}
|
\usepackage{titlesec}
|
||||||
\usepackage{eurosym}
|
\usepackage{eurosym}
|
||||||
\usepackage[french]{babel}
|
\usepackage[english]{babel}
|
||||||
\usepackage{eso-pic} % for background on cover
|
\usepackage{eso-pic} % for background on cover
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue