Start adding style file for cours
This commit is contained in:
parent
b9ab23cedd
commit
dc0a6b23dc
2 changed files with 12 additions and 5 deletions
|
@ -1,8 +1,5 @@
|
||||||
\documentclass{article}
|
\documentclass[a4paper,french,12pt]{article}
|
||||||
|
\usepackage{../cours}
|
||||||
\usepackage{amsmath}
|
|
||||||
|
|
||||||
\everymath{\displaystyle}
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
\section{Rappel sur les dérivées}
|
\section{Rappel sur les dérivées}
|
||||||
|
|
10
cours.sty
Normal file
10
cours.sty
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
\ProvidesPackage{cours}
|
||||||
|
|
||||||
|
\usepackage[
|
||||||
|
%showframe,
|
||||||
|
a4paper,includeheadfoot,margin=1in
|
||||||
|
]{geometry}
|
||||||
|
\usepackage{color}
|
||||||
|
|
||||||
|
\usepackage{amsmath}
|
||||||
|
\everymath{\displaystyle}
|
Loading…
Reference in a new issue