Version pour CCN/CNESER, pour relecture
This commit is contained in:
parent
f334de8970
commit
5264a87c7c
5
build.sh
5
build.sh
@ -27,7 +27,10 @@ cd latex || die "repertoire manquant: latex"
|
||||
lualatex pn_formation
|
||||
lualatex pn_formation
|
||||
|
||||
lualatex pn_formation_ccn
|
||||
lualatex pn_formation_ccn
|
||||
|
||||
echo "Done."
|
||||
echo "Resultat: latex/pn_formation.pdf"
|
||||
echo "Resultat: latex/pn_formation.pdf, latex/pn_formation_ccn.pdf"
|
||||
|
||||
|
||||
|
BIN
latex/img/RT_BUT_Competences_Parcours_Cybersecurite_V.pdf
Normal file
BIN
latex/img/RT_BUT_Competences_Parcours_Cybersecurite_V.pdf
Normal file
Binary file not shown.
BIN
latex/img/RT_BUT_Competences_Parcours_DevCloud_V.pdf
Normal file
BIN
latex/img/RT_BUT_Competences_Parcours_DevCloud_V.pdf
Normal file
Binary file not shown.
BIN
latex/img/RT_BUT_Competences_Parcours_IOM_V.pdf
Normal file
BIN
latex/img/RT_BUT_Competences_Parcours_IOM_V.pdf
Normal file
Binary file not shown.
BIN
latex/img/RT_BUT_Competences_Parcours_PilPro_V.pdf
Normal file
BIN
latex/img/RT_BUT_Competences_Parcours_PilPro_V.pdf
Normal file
Binary file not shown.
BIN
latex/img/RT_BUT_Competences_Parcours_ROM_V.pdf
Normal file
BIN
latex/img/RT_BUT_Competences_Parcours_ROM_V.pdf
Normal file
Binary file not shown.
@ -45,26 +45,28 @@
|
||||
\hline
|
||||
\end{tabular}
|
||||
|
||||
\begin{tabular}[t]{|P|T|}
|
||||
\hline
|
||||
{ \setlength{\extrarowheight}{0pt}
|
||||
\begin{tabular}[t]{@{}P@{}}
|
||||
\textcolor{exempleC}{\bfseries Formes} \\
|
||||
\textcolor{exempleC}{\bfseries pédagogiques} \\
|
||||
\end{tabular}
|
||||
}
|
||||
& \tableauChampLong{\csname ESformes\EXEMPLE\endcsname} \\
|
||||
\hline
|
||||
{ \setlength{\extrarowheight}{0pt}
|
||||
\begin{tabular}[t]{@{}P@{}}
|
||||
\textcolor{exempleC}{\bfseries Modalités} \\
|
||||
\textcolor{exempleC}{\bfseries d'évaluation} \\
|
||||
\textcolor{exempleC}{\bfseries assurant l'acquisition} \\
|
||||
\textcolor{exempleC}{\bfseries du niveau de} \\
|
||||
\textcolor{exempleC}{\bfseries compétence visée} \\
|
||||
\end{tabular}
|
||||
}
|
||||
& \tableauChampLong{\csname ESmodalite\EXEMPLE\endcsname} \\
|
||||
\hline
|
||||
\end{tabular}
|
||||
% CCN => suppression de la section "forme pédagogique"
|
||||
% \begin{tabular}[t]{|P|T|}
|
||||
% \hline
|
||||
% { \setlength{\extrarowheight}{0pt}
|
||||
% \begin{tabular}[t]{@{}P@{}}
|
||||
% \textcolor{exempleC}{\bfseries Formes} \\
|
||||
% \textcolor{exempleC}{\bfseries pédagogiques} \\
|
||||
% \end{tabular}
|
||||
% }
|
||||
% & \tableauChampLong{\csname ESformes\EXEMPLE\endcsname} \\
|
||||
% \hline
|
||||
% { \setlength{\extrarowheight}{0pt}
|
||||
% \begin{tabular}[t]{@{}P@{}}
|
||||
% \textcolor{exempleC}{\bfseries Modalités} \\
|
||||
% \textcolor{exempleC}{\bfseries d'évaluation} \\
|
||||
% \textcolor{exempleC}{\bfseries assurant l'acquisition} \\
|
||||
% \textcolor{exempleC}{\bfseries du niveau de} \\
|
||||
% \textcolor{exempleC}{\bfseries compétence visée} \\
|
||||
% \end{tabular}
|
||||
% }
|
||||
% & \tableauChampLong{\csname ESmodalite\EXEMPLE\endcsname} \\
|
||||
% \hline
|
||||
% \end{tabular}
|
||||
|
||||
}
|
@ -160,14 +160,38 @@ Référentiel de formation}
|
||||
% ------ TABLE DES MATIERES (en version draft seulement)
|
||||
%\ifdef{\draft}{
|
||||
%\section*{Table des matières}
|
||||
\tableofcontents % [sections={1-3}]
|
||||
%\tableofcontents % [sections={1-3}]
|
||||
|
||||
% \newpage
|
||||
%}
|
||||
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% PRESENTATION FORMATION %%
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\section{La formation BUT R\'eseaux \& T\'el\'ecommunications et ses parcours}
|
||||
\input{presentation_formation.tex}
|
||||
|
||||
% CCN: Inclure référentiel de compétences (5 parcours)
|
||||
\includepdf[landscape,pages=-]{img/RT_BUT_Competences_Parcours_Cybersecurite_V.pdf}
|
||||
\includepdf[landscape,pages=-]{img/RT_BUT_Competences_Parcours_DevCloud_V.pdf}
|
||||
\includepdf[landscape,pages=-]{img/RT_BUT_Competences_Parcours_IOM_V.pdf}
|
||||
\includepdf[landscape,pages=-]{img/RT_BUT_Competences_Parcours_PilPro_V.pdf}
|
||||
\includepdf[landscape,pages=-]{img/RT_BUT_Competences_Parcours_ROM_V.pdf}
|
||||
|
||||
|
||||
% Annexe A: tableau du semestre 1 et semestre 2
|
||||
\includepdf[pages=1, landscape]{img/ANNEXE-A-RT-S1.pdf}
|
||||
\includepdf[pages=1, landscape]{img/ANNEXE-A-RT-S2.pdf}
|
||||
|
||||
% Texte sur les SAE et le portfolio
|
||||
\input{intro-sae-porfolio}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% TABLES D'INDEX %%
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% liste des SAE et ressources avec numéros de pages
|
||||
\clearpage
|
||||
\section*{Index des SAÉs et ressources}
|
||||
\subsection*{Semestre 1}
|
||||
@ -177,36 +201,16 @@ Référentiel de formation}
|
||||
\listeTitreSAEIndex{B}
|
||||
\listeTitreRessourceIndex{B}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% PRESENTATION FORMATION %%
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\section{La formation BUT R\'eseaux \& T\'el\'ecommunications et ses parcours}
|
||||
\input{presentation_formation.tex}
|
||||
|
||||
% XXX Inclure référentiel de compétences (5 parcours)
|
||||
|
||||
% Annexe A: tableau du semestre 1 et semestre 2
|
||||
\includepdf[pages=1, landscape]{img/ANNEXE-A-RT-S1.pdf}
|
||||
\includepdf[pages=1, landscape]{img/ANNEXE-A-RT-S2.pdf}
|
||||
|
||||
% XXX Texte sur les SAE et le portfolio
|
||||
\input{intro-sae-porfolio}
|
||||
|
||||
% XXX liste des SAE et ressources avec numéros de pages
|
||||
|
||||
% XXX => ajouter à la fin le réf. d'évaluation
|
||||
|
||||
% XXX => dans les exemples de SAE, supprimer "forme pédagogique"
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% RAPPEL DES COMPETENCES %%
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\section{Compétences du tronc commun}
|
||||
% Supprimé pour version CCN
|
||||
% \section{Compétences du tronc commun}
|
||||
|
||||
\foreach \CNOM/\CTYPE/\CLETTRE [count=\COUXX] in {CCA/C/A, CCB/C/B, CCC/C/C} {
|
||||
\subsection{ {\csname compcoderef\CNOM\endcsname} - {\csname compname\CNOM\endcsname} }
|
||||
\tableauCompetence{\CNOM}{\CTYPE}{\CLETTRE}
|
||||
}
|
||||
% \foreach \CNOM/\CTYPE/\CLETTRE [count=\COUXX] in {CCA/C/A, CCB/C/B, CCC/C/C} {
|
||||
% \subsection{ {\csname compcoderef\CNOM\endcsname} - {\csname compname\CNOM\endcsname} }
|
||||
% \tableauCompetence{\CNOM}{\CTYPE}{\CLETTRE}
|
||||
% }
|
||||
|
||||
%%%%%%%%%%%%%%%%
|
||||
%% SEMESTRE 1 %%
|
||||
@ -281,4 +285,13 @@ Référentiel de formation}
|
||||
\input{synthese/abbreviations.tex}
|
||||
\end{multicols}
|
||||
|
||||
% CCN => ajouter à la fin le réf. d'évaluation
|
||||
\clearpage
|
||||
\subsection*{Référentiel d'évaluation}
|
||||
{
|
||||
\setlength{\parindent}{0cm}
|
||||
\setlength{\parskip}{1ex}
|
||||
Les dispositions relatives à l'évaluation sont décrites dans l'annexe 1 de l'arrêté relatif aux programmes nationaux de la licence professionnelle-bachelor universitaire de technologie.
|
||||
}
|
||||
|
||||
\end{document}
|
||||
|
@ -33,10 +33,10 @@
|
||||
3h & 14h & 12h & & & 18\\
|
||||
\hline \hyperlink{sae:SAÉ24}{\textcolor{saeC}{SAÉ24}} &
|
||||
\begin{tabular}{p{5.7cm}} \tiny{Projet intégratif} \end{tabular} &
|
||||
8h & & 54h & 22 & 18 & 17\\
|
||||
8h & & 48h & 22 & 18 & 17\\
|
||||
\hline \hyperlink{sae:SAÉ25}{\textcolor{saeC}{SAÉ25}} &
|
||||
\begin{tabular}{p{5.7cm}} \tiny{Portfolio} \end{tabular} &
|
||||
& & & 1 & 1 & 1\\
|
||||
& 6h & & 1 & 1 & 1\\
|
||||
\hline \multicolumn{5}{|l}{\textcolor{ressourceC}{\bfseries Ressources}}
|
||||
\\
|
||||
\hline \hyperlink{res:R201}{\textcolor{ressourceC}{R201}} &
|
||||
@ -83,7 +83,7 @@
|
||||
24h & 6h & & 3 & 8 & \\
|
||||
\hline \hline \multicolumn{5}{|l|}{\bfseries Total}
|
||||
\\
|
||||
\hline \multicolumn{2}{|r|}{\textit{SAÉs}} & \textit{13h} & \textit{32h} & \textit{90h} & \textit{46} & \textit{38} & \textit{36}\\ \hline \multicolumn{2}{|r|}{\textit{Ressources}} & \textit{198h} & \textit{222h} & \textit{0h} & \textit{69} & \textit{57} & \textit{54}\\ \hline \multicolumn{2}{|r|}{\bfseries SAÉs + Ressources} & {\bfseries 211h} & {\bfseries 254h} & {\bfseries 90h} & {\bfseries 115} & {\bfseries 95} & {\bfseries 90}\\ \hline\multicolumn{5}{l}{~}\\
|
||||
\hline \multicolumn{2}{|r|}{\textit{SAÉs}} & \textit{13h} & \textit{38h} & \textit{84h} & \textit{46} & \textit{38} & \textit{36}\\ \hline \multicolumn{2}{|r|}{\textit{Ressources}} & \textit{198h} & \textit{222h} & \textit{0h} & \textit{69} & \textit{57} & \textit{54}\\ \hline \multicolumn{2}{|r|}{\bfseries SAÉs + Ressources} & {\bfseries 211h} & {\bfseries 260h} & {\bfseries 84h} & {\bfseries 115} & {\bfseries 95} & {\bfseries 90}\\ \hline\multicolumn{5}{l}{~}\\
|
||||
\multicolumn{5}{l}{\bfseries Crédits ECTS}\\
|
||||
\hline
|
||||
\multicolumn{5}{|l|}{} & RT1 & RT2 & \multicolumn{1}{c|}{RT3} \\
|
||||
|
BIN
python/import/ressources_4mai21.docx
Normal file
BIN
python/import/ressources_4mai21.docx
Normal file
Binary file not shown.
BIN
python/import/saes_4mai21.docx
Normal file
BIN
python/import/saes_4mai21.docx
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user