updated Project template
This commit is contained in:
@@ -1,21 +1,60 @@
|
|||||||
\documentclass[12pt,a4paper]{article}
|
\documentclass[12pt,a4paper]{article}
|
||||||
\usepackage[margin=2.5cm]{geometry}
|
\usepackage[margin=2.5cm]{geometry}
|
||||||
|
|
||||||
|
\usepackage{fancyhdr}
|
||||||
|
\setlength{\headheight}{15pt}
|
||||||
|
\pagestyle{fancy}
|
||||||
|
\fancyhf{}
|
||||||
|
\lhead{\textbf{Université de Bretagne Occidentale}}
|
||||||
|
\rhead{\textbf{Master M1 TIIL-A}}
|
||||||
|
\renewcommand{\headrulewidth}{0.4pt}
|
||||||
|
\cfoot{\thepage}
|
||||||
|
\fancypagestyle{plain}{
|
||||||
|
\fancyhf{}
|
||||||
|
\lhead{\textbf{Université de Bretagne Occidentale}}
|
||||||
|
\rhead{\textbf{Master M1 TIIL-A}}
|
||||||
|
\renewcommand{\headrulewidth}{0.4pt}
|
||||||
|
\cfoot{\thepage}
|
||||||
|
}
|
||||||
|
|
||||||
|
\usepackage{fontspec}
|
||||||
|
\setmainfont{Linux Libertine O}
|
||||||
|
\usepackage{microtype}
|
||||||
|
\usepackage[french]{babel}
|
||||||
|
\usepackage[autostyle]{csquotes}
|
||||||
|
\MakeOuterQuote{"}
|
||||||
\usepackage{enumitem}
|
\usepackage{enumitem}
|
||||||
\usepackage[dvipsnames]{xcolor}
|
\usepackage[dvipsnames]{xcolor}
|
||||||
\usepackage{graphicx}
|
\usepackage{graphicx}
|
||||||
\usepackage{hyperref}
|
|
||||||
\usepackage{titlesec}
|
\usepackage{titlesec}
|
||||||
\usepackage{lmodern}
|
\usepackage{booktabs}
|
||||||
|
\usepackage{array}
|
||||||
|
\usepackage{caption}
|
||||||
\usepackage[
|
\usepackage[
|
||||||
hyperref,
|
pdfusetitle,
|
||||||
backend=biber,
|
colorlinks=true,
|
||||||
style=numeric,
|
citecolor=purple,
|
||||||
% sorting=none,
|
filecolor=black,
|
||||||
% maxcitenames=1,
|
linkcolor=blue,
|
||||||
% maxbibnames=3,
|
urlcolor=blue,
|
||||||
% backref=true
|
linktoc=page,
|
||||||
]{biblatex}
|
]{hyperref}
|
||||||
\addbibresource{main.bib}
|
\usepackage{biblatex}
|
||||||
|
% \addbibresource{main.bib}
|
||||||
|
|
||||||
|
\usepackage{framed}
|
||||||
|
\definecolor{bgtitle}{RGB}{85,85,85}
|
||||||
|
\definecolor{bgbox}{RGB}{232,232,232}
|
||||||
|
\definecolor{shadecolor}{RGB}{232,232,232}
|
||||||
|
\newcommand*{\simplebox}[1]{%
|
||||||
|
\begin{center}
|
||||||
|
\begin{minipage}{12cm}
|
||||||
|
\begin{shaded}
|
||||||
|
#1
|
||||||
|
\end{shaded}
|
||||||
|
\end{minipage}
|
||||||
|
\end{center}
|
||||||
|
}
|
||||||
|
|
||||||
\titleformat{\section}{\Large\bfseries}{\thesection.}{0.5em}{}
|
\titleformat{\section}{\Large\bfseries}{\thesection.}{0.5em}{}
|
||||||
\titleformat{\subsection}{\large\bfseries}{\thesubsection.}{0.5em}{}
|
\titleformat{\subsection}{\large\bfseries}{\thesubsection.}{0.5em}{}
|
||||||
|
|||||||
Reference in New Issue
Block a user