Compare commits

...

4 Commits

Author SHA1 Message Date
David JULIEN 9bbbd9f23c cleanup: no need for pdf 2021-11-21 01:58:44 +01:00
David JULIEN 57cf5694a1 cleanup: move format file to its own dir 2021-11-21 01:58:38 +01:00
David JULIEN def13dfaaf feat: add dirtytalk package + note env + parindent = 0 2021-11-21 01:54:37 +01:00
David JULIEN 8001440155 fix: use envvar to retrieve files 2021-11-20 16:54:32 +01:00
3 changed files with 10 additions and 3 deletions

View File

@ -81,6 +81,7 @@
\theoremstyle{remark}
\newtheorem*{rmk}{Remark}
\newtheorem*{note}{Note}
% ------------------------------------ %
@ -104,11 +105,17 @@
{0em}
{\setstretch{0.4}}
\setlength{\parindent}{0em}
% ------------------------------------ %
%
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\lhead{\nouppercase{\leftmark}}
\rfoot{Page \thepage}
% ------------------------------------ %
\usepackage{dirtytalk}

View File

@ -4,7 +4,7 @@
\author{David JULIEN}
\title{Cours}
\input{~/documents/ens/templates/format_def.tex}
\input{$LATEX_RESOURCES/format/math.tex}
\begin{document}

View File

@ -4,7 +4,7 @@
\author{David JULIEN}
\title{Exercices}
\input{~/documents/ens/templates/format_def.tex}
\input{$LATEX_RESOURCES/format/math.tex}
\begin{document}