Ajout des bureaux graphiques
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -21,6 +21,3 @@ run_lualatex "$current_dir-print-portrait" "\PassOptionsToClass{handout}{beamer}
|
||||
rm -f *.aux *.log *.toc *.out *.lof *.lot *.bbl *.blg *.fls *.fdb_latexmk *.synctex.gz *.nav *.snm
|
||||
run_lualatex "$current_dir-print-landscape" "\PassOptionsToClass{handout}{beamer}\def\printlandscape{1}\input{main.tex}"
|
||||
rm -f *.aux *.log *.toc *.out *.lof *.lot *.bbl *.blg *.fls *.fdb_latexmk *.synctex.gz *.nav *.snm
|
||||
|
||||
# Wait for all background jobs to complete
|
||||
wait
|
||||
|
||||
58
main.tex
58
main.tex
@@ -74,7 +74,7 @@ version={4.0},
|
||||
\uni{Université de Moncton}
|
||||
\location{Université de Moncton}
|
||||
\background{background.jpg}
|
||||
\date{27 novembre 2024}
|
||||
\date{20 mars 2025}
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
@@ -537,10 +537,62 @@ version={4.0},
|
||||
|
||||
\section{Installation d'un bureau graphique}
|
||||
|
||||
\begin{frame} \frametitle{Installation d'un bureau graphique}
|
||||
\begin{frame} \frametitle{KDE}
|
||||
\begin{wide}
|
||||
\centering
|
||||
\includegraphics[height=6.1cm]{media/kde.jpg}
|
||||
|
||||
\begin{itemize}
|
||||
\item \ldots
|
||||
\item \command{pacman -S networkmanager plasma kde-applications sddm}
|
||||
\item \command{systemctl enable NetworkManager sddm}
|
||||
\end{itemize}
|
||||
\end{wide}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame} \frametitle{Gnome}
|
||||
\begin{wide}
|
||||
\centering
|
||||
\includegraphics[height=6.1cm]{media/gnome.jpg}
|
||||
|
||||
\begin{itemize}
|
||||
\item \command{pacman -S networkmanager gnome gnome-extra}
|
||||
\item \command{systemctl enable NetworkManager gdm}
|
||||
\end{itemize}
|
||||
\end{wide}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame} \frametitle{Xfce}
|
||||
\begin{wide}
|
||||
\centering
|
||||
\includegraphics[height=5.6cm]{media/xfce.jpg}
|
||||
|
||||
\begin{itemize}
|
||||
\item \command{pacman -S networkmanager network-manager-applet xfce4 xfce4-goodies lightdm lightdm-gtk-greeter}
|
||||
\item \command{systemctl enable NetworkManager lightdm}
|
||||
\end{itemize}
|
||||
\end{wide}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame} \frametitle{Cinnamon}
|
||||
\begin{wide}
|
||||
\centering
|
||||
\includegraphics[height=5.6cm]{media/cinnamon.jpg}
|
||||
|
||||
\begin{itemize}
|
||||
\item \command{pacman -S networkmanager cinnamon lightdm lightdm-gtk-greeter}
|
||||
\item \command{systemctl enable NetworkManager lightdm}
|
||||
\end{itemize}
|
||||
\end{wide}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame} \frametitle{MATE}
|
||||
\begin{wide}
|
||||
\centering
|
||||
\includegraphics[height=5.6cm]{media/mate.jpg}
|
||||
|
||||
\begin{itemize}
|
||||
\item \command{pacman -S networkmanager network-manager-applet mate mate-extra lightdm lightdm-gtk-greeter}
|
||||
\item \command{systemctl enable NetworkManager lightdm}
|
||||
\end{itemize}
|
||||
\end{wide}
|
||||
\end{frame}
|
||||
|
||||
BIN
media/cinnamon.jpg
Normal file
BIN
media/cinnamon.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 132 KiB |
BIN
media/gnome.jpg
Normal file
BIN
media/gnome.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 172 KiB |
BIN
media/kde.jpg
Normal file
BIN
media/kde.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 237 KiB |
BIN
media/mate.jpg
Normal file
BIN
media/mate.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 155 KiB |
BIN
media/xfce.jpg
Normal file
BIN
media/xfce.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 175 KiB |
Reference in New Issue
Block a user