Refact: reorganize style and make examples
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
BIN
tools/examples/presentation.pdf
Normal file
BIN
tools/examples/presentation.pdf
Normal file
Binary file not shown.
49
tools/examples/presentation.tex
Executable file
49
tools/examples/presentation.tex
Executable file
@@ -0,0 +1,49 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flashs}
|
||||
\begin{center}
|
||||
\vfill
|
||||
Terminale ES-L
|
||||
\vfill
|
||||
30 secondes par calcul
|
||||
\vfill
|
||||
\tiny \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 1}
|
||||
Un ordinateur coûte 400\euro. On a une remise de 5\%. \\
|
||||
Combien va-t-il nous coûter?
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
Sur une totale de recette de \np{2400}\euro, 40\% ont été réalisée par des paiement en espèce. \\
|
||||
Quelle est le montant des paiements réalisé en espèce?
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 3}
|
||||
\[
|
||||
4x + 5 = 25
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
\[
|
||||
f(x) = 3x^2 + 4x - 10
|
||||
\]
|
||||
Calculer $f(3)$
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
BIN
tools/examples/shortcuts_settings.pdf
Normal file
BIN
tools/examples/shortcuts_settings.pdf
Normal file
Binary file not shown.
152
tools/examples/shortcuts_settings.tex
Normal file
152
tools/examples/shortcuts_settings.tex
Normal file
@@ -0,0 +1,152 @@
|
||||
\documentclass[a4paper,10pt]{article}
|
||||
\usepackage{myXsim}
|
||||
|
||||
\title{TITRE}
|
||||
\tribe{TRIBU}
|
||||
\date{DATE}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
|
||||
\section{Raccourcis}%
|
||||
|
||||
\begin{itemize}
|
||||
\item \verb+\ds+ $\ds \frac{1}{2}$
|
||||
|
||||
\item \verb+\N+ $\N$
|
||||
\item \verb+\Z+ $\Z$
|
||||
\item \verb+\Q+ $\Q$
|
||||
\item \verb+\R+ $\R$
|
||||
\item \verb+\C+ $\C$
|
||||
|
||||
\item \verb+\intOO+ $\intOO{\#1}{\#2}$
|
||||
\item \verb+\intFO+ $\intOO{\#1}{\#2}$
|
||||
\item \verb+\intOF+ $\intOO{\#1}{\#2}$
|
||||
\item \verb+\intFF+ $\intOO{\#1}{\#2}$
|
||||
|
||||
\item \verb+\vect+ $\vect{\#1}$
|
||||
\item \verb+\norme+ $\norme{\#1}$
|
||||
\item \verb+\scal+ $\scal{\#1}{\#2}$
|
||||
\item \verb+\vectCoord+ $\vectCoord{\#1}{\#2}$
|
||||
|
||||
\item \verb+\e+ $\e$
|
||||
\item \verb+\i+ $\i$
|
||||
|
||||
\item \verb+\coefBino+ $\coefBino{\#1}{\#2}$
|
||||
|
||||
\item \verb+\equiv+ $\equiv$
|
||||
|
||||
\item \verb+\calc+ $\calc{\#1}$
|
||||
\end{itemize}
|
||||
|
||||
\section{Compétences}
|
||||
\begin{itemize}
|
||||
|
||||
\item \verb+\Cher+ \Cher
|
||||
\item \verb+\Mod+ \Mod
|
||||
\item \verb+\Rep+ \Rep
|
||||
\item \verb+\Rai+ \Rai
|
||||
\item \verb+\Cal+ \Cal
|
||||
\item \verb+\Com+ \Com
|
||||
\item \verb+\Con+ \Con
|
||||
|
||||
\item \verb+\RepLevel+ \RepLevel{.}\RepLevel{0}\RepLevel{1}\RepLevel{2}\RepLevel{3}
|
||||
|
||||
\item \verb+\SignalBar+ \SignalBar{2}
|
||||
\item \verb+\Assesment+ \Assesment{3}
|
||||
\item \verb+\competencesStatement+ \competencesStatement
|
||||
\end{itemize}
|
||||
|
||||
\section{tikzpicture}
|
||||
\begin{verbatim}
|
||||
\begin{tikzpicture}[scale=1]
|
||||
...
|
||||
\end{tikzpicture}
|
||||
\end{verbatim}
|
||||
\begin{itemize}
|
||||
\item \verb+\cercleTrigo+
|
||||
\begin{tikzpicture}[scale=1]
|
||||
\cercleTrigo
|
||||
\end{tikzpicture}
|
||||
\item \verb+\cercleTrigoNoOIJ+
|
||||
\begin{tikzpicture}[scale=1]
|
||||
\cercleTrigoNoOIJ
|
||||
\end{tikzpicture}
|
||||
\item \verb+\repere+
|
||||
\begin{tikzpicture}[scale=1]
|
||||
\repere{-2}{2}{-2}{2}
|
||||
\end{tikzpicture}
|
||||
\item \verb+\repereNoGrid+
|
||||
\begin{tikzpicture}[scale=1]
|
||||
\repereNoGrid{-2}{2}{-2}{2}
|
||||
\end{tikzpicture}
|
||||
\item \verb+\boxplot+
|
||||
\begin{tikzpicture}[scale=1]
|
||||
\boxplot{2}{0}{1}{2}{3}{4}{5}
|
||||
\end{tikzpicture}
|
||||
\item \verb+\boxplotNoNames+
|
||||
\begin{tikzpicture}[scale=1]
|
||||
\boxplotNoNames{2}{0}{1}{2}{3}{4}{5}
|
||||
\end{tikzpicture}
|
||||
\end{itemize}
|
||||
|
||||
\section{Mise en avant}
|
||||
\begin{itemize}
|
||||
\item \verb+\afaire+
|
||||
\afaire{\#1}
|
||||
\item \verb+\envideo+
|
||||
\envideo{\#linktaget}{\#linkname}
|
||||
\item \verb+\enclasse+
|
||||
\enclasse{\#1}
|
||||
\item \verb+\arediger+
|
||||
\arediger{\#1}
|
||||
\end{itemize}
|
||||
|
||||
\section{Algo}
|
||||
\begin{verbatim}
|
||||
\begin{algorithm}[H]
|
||||
\SetAlgoLined
|
||||
\Entree{n}
|
||||
\Deb{
|
||||
$u \leftarrow 3$ \;
|
||||
\Pour{$i$ de 1 à 3}{
|
||||
$u \leftarrow u+2$ \;
|
||||
}
|
||||
}
|
||||
\Sortie{u}
|
||||
\end{algorithm}
|
||||
\end{verbatim}
|
||||
|
||||
\begin{algorithm}[H]
|
||||
\SetAlgoLined
|
||||
\Entree{n}
|
||||
\Deb{
|
||||
$u \leftarrow 3$ \;
|
||||
\Pour{$i$ de 1 à 3}{
|
||||
$u \leftarrow u+2$ \;
|
||||
}
|
||||
}
|
||||
\Sortie{u}
|
||||
\end{algorithm}
|
||||
|
||||
\section{Programmation}
|
||||
\begin{verbatim}
|
||||
\begin{lstlisting}[language=Python, basicstyle=\small, frame=]
|
||||
x = ("Nombre de tirage?")
|
||||
if x < 200:
|
||||
print("Le tarif est ", x*0.11)
|
||||
else:
|
||||
print("Le tarif est ", x*0.8)
|
||||
\end{lstlisting}
|
||||
\end{verbatim}
|
||||
\begin{lstlisting}[language=Python, basicstyle=\small, frame=]
|
||||
x = ("Nombre de tirage?")
|
||||
if x < 200:
|
||||
print("Le tarif est ", x*0.11)
|
||||
else:
|
||||
print("Le tarif est ", x*0.8)
|
||||
\end{lstlisting}
|
||||
|
||||
\end{document}
|
||||
|
Reference in New Issue
Block a user