first commit

This commit is contained in:
afoucaultc 2026-06-05 13:11:08 +02:00
commit 205faf4224
5471 changed files with 973850 additions and 0 deletions

View file

@ -0,0 +1,40 @@
\documentclass[10pt,dvips]{article}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage[usenames]{color}
\usepackage{ifxetex}
\usepackage{ifluatex}
% XeLaTeX compiler
\ifxetex
\usepackage{fontspec}
\usepackage{unicode-math}
% Uncomment these lines for alternative fonts
%\setmainfont{FreeSerif}
%\setmathfont{FreeSerif}
% LuaLaTeX compiler
\else\ifluatex
\usepackage{fontspec}
\usepackage{lualatex-math}
% LaTeX compiler
\else
% Uncomment this line for sans-serif maths font
%\everymath{\mathsf{\xdef\mysf{\mathgroup\the\mathgroup\relax}}\mysf}
\fi\fi
% Uncomment this line for custom color
%\definecolor{mycolor}{RGB}{0, 130, 180}
\pagestyle{empty}
\begin{document}
\varepsilon = \frac{RMS-RMS_{mean}}{RMS_{mean}}\times 100
\end{document}