Page MenuHomeWolfplex

package.tex
No OneTemporary

package.tex

\documentclass[12pt]{article}
\usepackage[french]{babel}
%\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{amsmath}
\usepackage{graphicx}
%\usepackage[colorinlistoftodos]{todonotes}
\usepackage{verbatim}
\usepackage{xcolor}
%\usepackage{hyperref}
%\usepackage{array}
%\usepackage{adjustbox}
\usepackage{letltxmacro}
%\usepackage{movie15}
\usepackage{float}
\usepackage{geometry}
\geometry{top=3cm, bottom=3cm, left=3cm, right=3cm}
\usepackage{multicol}
\setlength{\columnseprule}{0pt}
\usepackage[bottom]{footmisc}
%\usepackage{steinmetz} % z = 2 * L-24,5°
\usepackage{soul} % pour souligner # phaseurs
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}}
\usepackage{enumitem}
\usepackage{pdfpages}
%\usetikzlibrary{arrows}
%\usetikzlibrary{calc}
\usepackage{tabularx}
\usepackage{afterpage}
\newcommand\blankpage{%
\null
\thispagestyle{empty}%
\addtocounter{page}{-1}%
\newpage}
\newdimen\xorig
\newdimen\yorig
\newcommand{\sumphasor}[4]% origin, a, b, style; (for z=a+bi)
{ \path (#1);
\pgfgetlastxy{\xorig}{\yorig}
\pgfmathsetmacro{\xfirst}{\xorig/28.453}
\pgfmathsetmacro{\yfirst}{\yorig/28.453}
\pgfmathsetmacro{\xsecond}{\xorig/28.453+#2}
\pgfmathsetmacro{\ysecond}{\yorig/28.453+#3}
\draw[#4] (\xfirst,\yfirst) -- (\xsecond,\ysecond);
}
\newcommand{\expphasorpi}[4]% origin, r, phi(pi), style
{ \path (#1);
\pgfgetlastxy{\xorig}{\yorig}
\pgfmathsetmacro{\xfirst}{\xorig/28.453}
\pgfmathsetmacro{\yfirst}{\yorig/28.453}
\pgfmathsetmacro{\xsecond}{\xorig/28.453+#2*cos(#3/pi*180)}
\pgfmathsetmacro{\ysecond}{\yorig/28.453+#2*sin(#3/pi*180)}
\draw[#4] (\xfirst,\yfirst) -- (\xsecond,\ysecond);
}
\newcommand{\expphasordeg}[4]% origin, r, phi(pi), style
{ \path (#1);
\pgfgetlastxy{\xorig}{\yorig}
\pgfmathsetmacro{\xfirst}{\xorig/28.453}
\pgfmathsetmacro{\yfirst}{\yorig/28.453}
\pgfmathsetmacro{\xsecond}{\xorig/28.453+#2*cos(#3)}
\pgfmathsetmacro{\ysecond}{\yorig/28.453+#2*sin(#3)}
\draw[#4] (\xfirst,\yfirst) -- (\xsecond,\ysecond);
}
\setlength\parindent{0pt}
\PassOptionsToPackage{hyphens}{url}
\usepackage{hyperref}
\usepackage{color}
\usepackage{titlesec}
\setcounter{secnumdepth}{4}
\titleformat{\paragraph}
{\normalfont\normalsize\bfseries}{\theparagraph}{1em}{}
\titlespacing*{\paragraph}
{0pt}{3.25ex plus 1ex minus .2ex}{1.5ex plus .2ex}
\usepackage{enumitem}
%\usepackage{slashbox}

File Metadata

Mime Type
text/x-tex
Expires
Wed, Aug 6, 3:02 PM (18 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
64884
Default Alt Text
package.tex (2 KB)

Event Timeline