25 lines
481 B
TeX
25 lines
481 B
TeX
\documentclass[a4paper,french,12pt]{article}
|
|
|
|
\title{Communications Numériques}
|
|
\author{}
|
|
\date{Dernière compilation~: \today{} à \currenttime}
|
|
|
|
\usepackage{styles}
|
|
\usepackage{tikz}
|
|
\usetikzlibrary{shapes.multipart}
|
|
|
|
\DeclareFontFamily{U}{wncy}{}
|
|
\DeclareFontShape{U}{wncy}{m}{n}{<->wncyr10}{}
|
|
\DeclareSymbolFont{mcy}{U}{wncy}{m}{n}
|
|
\DeclareMathSymbol{\Sh}{\mathord}{mcy}{"58}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
\tableofcontents
|
|
|
|
\clearpage
|
|
|
|
\section{Présentation}
|
|
|
|
\end{document}
|