init repository
This commit is contained in:
commit
33bc2eb58e
6 changed files with 205 additions and 0 deletions
7
rentree/Tectonic.toml
Normal file
7
rentree/Tectonic.toml
Normal file
|
@ -0,0 +1,7 @@
|
|||
[doc]
|
||||
name = 'Services Informatiques Normaliens'
|
||||
bundle = 'https://data1.fullyjustified.net/tlextras-2021.3r1.tar'
|
||||
|
||||
[[output]]
|
||||
name = 'Services Informatiques Normaliens'
|
||||
type = 'pdf'
|
Binary file not shown.
1
rentree/src/_postamble.tex
Normal file
1
rentree/src/_postamble.tex
Normal file
|
@ -0,0 +1 @@
|
|||
\end{document}
|
143
rentree/src/_preamble.tex
Normal file
143
rentree/src/_preamble.tex
Normal file
|
@ -0,0 +1,143 @@
|
|||
\documentclass[dvipsnames,aspectratio=169]{beamer}
|
||||
|
||||
%% Font sizes
|
||||
\usepackage{anyfontsize}
|
||||
|
||||
%% Image options %%
|
||||
\usepackage{graphicx}
|
||||
\graphicspath{ {./images/} }
|
||||
|
||||
%% Math packages
|
||||
% \usepackage{amsmath}
|
||||
|
||||
%% Change math font
|
||||
\usefonttheme{professionalfonts}
|
||||
\usepackage{mathspec}
|
||||
\setmathsfont(Digits,Greek,Latin){Source Serif Pro}
|
||||
|
||||
%% Different rulers
|
||||
\usepackage{booktabs}
|
||||
|
||||
%% More text options
|
||||
\usepackage{ulem}
|
||||
|
||||
%% Custom commands
|
||||
\renewcommand{\tt}[1]{\texttt{#1}}
|
||||
|
||||
\newcommand{\tb}{\textbf{\textbullet}~}
|
||||
|
||||
\newcommand{\tg}[1]{{\color{Green}#1}}
|
||||
\newcommand{\tr}[1]{{\color{Red}#1}}
|
||||
|
||||
\newcommand{\ob}{[\![}
|
||||
\newcommand{\cb}{]\!]}
|
||||
|
||||
\newfontfamily\sourcemath{Source Serif Pro}
|
||||
\newcommand{\ulp}{\ensuremath{\sourcemath\text{ulp}}}
|
||||
\renewcommand{\exp}{\ensuremath{\sourcemath\text{exp}}}
|
||||
\renewcommand{\log}{\ensuremath{\sourcemath\text{log}}}
|
||||
|
||||
%% Beamer Options %%
|
||||
\usetheme[numbering=fraction,progressbar=foot]{metropolis}
|
||||
|
||||
\setmonofont{Fira Code}
|
||||
|
||||
% Add author name and date in the footer
|
||||
\setbeamertemplate{frame footer}{%
|
||||
\tiny%
|
||||
\insertshortauthor~-~\insertshortdate%
|
||||
}
|
||||
|
||||
% Use custom colors
|
||||
\definecolor{HT_DarkBlue}{RGB}{29, 39, 58}
|
||||
\definecolor{HT_Dark}{RGB}{33, 33, 33}
|
||||
\definecolor{HT_Red}{RGB}{255, 56, 96}
|
||||
\definecolor{HT_Blue}{RGB}{23, 66, 135}
|
||||
|
||||
\definecolor{ENS_Dark}{RGB}{60, 23, 61}
|
||||
\definecolor{ENS_Light}{RGB}{234, 172, 63}
|
||||
|
||||
\setbeamercolor{palette primary}{bg=ENS_Dark}
|
||||
\setbeamercolor{normal text}{fg=HT_Dark}
|
||||
\setbeamercolor{progress bar}{fg=ENS_Light}
|
||||
|
||||
%% Change color of url links
|
||||
\hypersetup{%
|
||||
colorlinks=true,%
|
||||
linkcolor=HT_DarkBlue,%
|
||||
urlcolor=HT_Blue%
|
||||
}
|
||||
|
||||
% Correct Metropolis' title `Overful \vbox` warning
|
||||
\def\titlepage{%
|
||||
\usebeamertemplate{title page}%
|
||||
}
|
||||
|
||||
\setbeamertemplate{itemize items}{\textbf{\textbullet}}
|
||||
|
||||
%% TikZ configuration
|
||||
% \usepackage{tikz}
|
||||
%
|
||||
% \usetikzlibrary{backgrounds}
|
||||
% \usetikzlibrary{arrows}
|
||||
% \usetikzlibrary{shapes,shapes.geometric,shapes.misc}
|
||||
%
|
||||
% % this style is applied by default to any tikzpicture included via \tikzfig
|
||||
% \tikzstyle{tikzfig}=[baseline=-0.25em,scale=0.9]
|
||||
%
|
||||
% % these are dummy properties used by TikZiT, but ignored by LaTex
|
||||
% \pgfkeys{/tikz/tikzit fill/.initial=0}
|
||||
% \pgfkeys{/tikz/tikzit draw/.initial=0}
|
||||
% \pgfkeys{/tikz/tikzit shape/.initial=0}
|
||||
% \pgfkeys{/tikz/tikzit category/.initial=0}
|
||||
%
|
||||
% % standard layers used in .tikz files
|
||||
% \pgfdeclarelayer{edgelayer}
|
||||
% \pgfdeclarelayer{nodelayer}
|
||||
% \pgfsetlayers{background,edgelayer,nodelayer,main}
|
||||
%
|
||||
% % style for blank nodes
|
||||
% \tikzstyle{none}=[inner sep=0mm]
|
||||
%
|
||||
% \input{/home/hubrecht/.config/tikzit/styles/sample.tikzstyles}
|
||||
%
|
||||
% % include a .tikz file
|
||||
% \newcommand{\tikzfig}[1]{%
|
||||
% {\tikzstyle{every picture}=[tikzfig]
|
||||
% \IfFileExists{#1.tikz}
|
||||
% {\input{#1.tikz}}
|
||||
% {%
|
||||
% \IfFileExists{./figures/#1.tikz}
|
||||
% {\input{./figures/#1.tikz}}
|
||||
% {\tikz[baseline=-0.5em]{\node[draw=red,font=\color{red},fill=red!10!white] {\textit{#1}};}}%
|
||||
% }}%
|
||||
% }
|
||||
%
|
||||
% % the same as \tikzfig, but in a {center} environment
|
||||
% \newcommand{\ctikzfig}[1]{%
|
||||
% \begin{center}\rm
|
||||
% \tikzfig{#1}
|
||||
% \end{center}}
|
||||
%
|
||||
% % fix strange self-loops, which are PGF/TikZ default
|
||||
% \tikzstyle{every loop}=[]
|
||||
|
||||
% \definecolor{Light}{RGB}{102, 129, 178}
|
||||
% \usecolortheme[named=Dark]{structure}
|
||||
%% Beamer Options End %%
|
||||
|
||||
% Useful information
|
||||
\title{Services Informatiques à l'ENS}
|
||||
\author{Tom Hubrecht, Ryan Lahfa}
|
||||
\institute{DGNum}
|
||||
\date{Septembre 2022}
|
||||
|
||||
\titlegraphic{\includegraphics[width=.2\textwidth]{logo_ENS}}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
|
||||
\begin{frame}
|
||||
\tableofcontents
|
||||
\end{frame}
|
BIN
rentree/src/images/logo_ENS.png
Normal file
BIN
rentree/src/images/logo_ENS.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
54
rentree/src/index.tex
Normal file
54
rentree/src/index.tex
Normal file
|
@ -0,0 +1,54 @@
|
|||
\section{Accès internet}
|
||||
|
||||
\begin{frame}{Connexion réseau}
|
||||
\begin{itemize}
|
||||
\item Wifi : réseau eduroam (valable dans toutes les universités) ou « Wifi ENS »
|
||||
\item Filaire (dans les thurnes)
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
\section{Matériel informatique}
|
||||
|
||||
\begin{frame}{Matériel disponible}
|
||||
\begin{itemize}
|
||||
\item Postes dans les salles informatiques : Infi / Info 3 / Salle J. Beigbeder (ex Info 4)
|
||||
\item Imprimantes (et scanner en salle Infi)
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
\section{Sites utiles}
|
||||
|
||||
\begin{frame}{Sites utiles}
|
||||
\begin{itemize}
|
||||
\item Site rassemblant les liens utiles : \url{https://www.eleves.ens.fr}
|
||||
\item Intranet de l'ENS : \url{https://intranet.ens.psl.eu}
|
||||
\item Webmail : \url{https://mail.eleves.ens.fr}
|
||||
\item Pour les pièces jointes : \url{https://partage.eleves.ens.fr}
|
||||
\item[]
|
||||
\item Espace cloud (stockage, calendrier, ...) : \url{https://cloud.eleves.ens.fr}
|
||||
\item Tutoriels variés (utile pour eduroam) : \url{https://www.tuteurs.ens.fr}
|
||||
\item Forge git : \url{https://git.eleves.ens.fr}
|
||||
\item Pour discuter : \url{https://merle.eleves.ens.fr}
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Vie associative}
|
||||
\begin{itemize}
|
||||
\item La DG : \url{https://www.dg.ens.fr}
|
||||
\item Le COF : \url{https://cof.ens.fr}
|
||||
\item Le BDS : \url{https://bds.ens.fr}
|
||||
\item[]
|
||||
\item Le calendrier de tout : \url{https://www.eleves.ens.fr/calendrier}
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
\section{Clubs}
|
||||
\begin{frame}{Clubs et associations informatiques}
|
||||
\begin{itemize}
|
||||
\item Klub Dev Ens
|
||||
\item Club Réseau
|
||||
\item DGNum
|
||||
\end{itemize}
|
||||
|
||||
\tb Soirée d'installation Linux lundi 19 septembre
|
||||
\end{frame}
|
Loading…
Reference in a new issue