-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
49 lines (41 loc) · 1014 Bytes
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
\documentclass{template/tp}
\usepackage[utf8x]{inputenc}
\usepackage[frenchb]{babel}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{wasysym} %smiley
\usepackage{hyperref}% hyperliens
\usepackage{tikz}
\usetikzlibrary{babel,positioning,calc}
\usepackage[]{circuitikz}
\usepackage{textcomp}
% \usepackage{minted}
\usepackage[long]{datetime}
\usepackage{gensymb} % \ohm, celsius
\usepackage{framed}
\usepackage{pdfpages}
\usepackage{todo}
\usepackage{paralist}
\usepackage{multicol}
\usepackage{mathastext} % math as standfard text : units are respecting typography conventions.
\usepackage{fancyhdr} %en-tête
\usepackage{qrcode}
% \langexam{frenchb}
\newboolean{koriG}
\ifx\koriG\undefined
\correction{false}
\else
\correction{true}
\fi
\author{Raoul Sommeillier}
%Corrigé ou non?
\correction{false}
% \correction{true}
% Quel TP en pdf output?
\input{TP1/tp1.tex}
% \input{TP2/tp2.tex}
% \input{TP3/tp3.tex}
% \input{TP4/tp4.tex}
% \input{TP5/tp5.tex}