feat: 🎉 Add the GTL welcome message document
This commit is contained in:
commit
26f8b1efd3
4 changed files with 414 additions and 0 deletions
307
.gitignore
vendored
Normal file
307
.gitignore
vendored
Normal file
|
@ -0,0 +1,307 @@
|
||||||
|
|
||||||
|
# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,latex
|
||||||
|
# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,latex
|
||||||
|
|
||||||
|
### LaTeX ###
|
||||||
|
## Core latex/pdflatex auxiliary files:
|
||||||
|
*.aux
|
||||||
|
*.lof
|
||||||
|
*.log
|
||||||
|
*.lot
|
||||||
|
*.fls
|
||||||
|
*.out
|
||||||
|
*.toc
|
||||||
|
*.fmt
|
||||||
|
*.fot
|
||||||
|
*.cb
|
||||||
|
*.cb2
|
||||||
|
.*.lb
|
||||||
|
|
||||||
|
## Intermediate documents:
|
||||||
|
*.dvi
|
||||||
|
*.xdv
|
||||||
|
*-converted-to.*
|
||||||
|
# these rules might exclude image files for figures etc.
|
||||||
|
# *.ps
|
||||||
|
# *.eps
|
||||||
|
# *.pdf
|
||||||
|
|
||||||
|
## Generated if empty string is given at "Please type another file name for output:"
|
||||||
|
.pdf
|
||||||
|
|
||||||
|
## Bibliography auxiliary files (bibtex/biblatex/biber):
|
||||||
|
*.bbl
|
||||||
|
*.bcf
|
||||||
|
*.blg
|
||||||
|
*-blx.aux
|
||||||
|
*-blx.bib
|
||||||
|
*.run.xml
|
||||||
|
|
||||||
|
## Build tool auxiliary files:
|
||||||
|
*.fdb_latexmk
|
||||||
|
*.synctex
|
||||||
|
*.synctex(busy)
|
||||||
|
*.synctex.gz
|
||||||
|
*.synctex.gz(busy)
|
||||||
|
*.pdfsync
|
||||||
|
|
||||||
|
## Build tool directories for auxiliary files
|
||||||
|
# latexrun
|
||||||
|
latex.out/
|
||||||
|
|
||||||
|
## Auxiliary and intermediate files from other packages:
|
||||||
|
# algorithms
|
||||||
|
*.alg
|
||||||
|
*.loa
|
||||||
|
|
||||||
|
# achemso
|
||||||
|
acs-*.bib
|
||||||
|
|
||||||
|
# amsthm
|
||||||
|
*.thm
|
||||||
|
|
||||||
|
# beamer
|
||||||
|
*.nav
|
||||||
|
*.pre
|
||||||
|
*.snm
|
||||||
|
*.vrb
|
||||||
|
|
||||||
|
# changes
|
||||||
|
*.soc
|
||||||
|
|
||||||
|
# comment
|
||||||
|
*.cut
|
||||||
|
|
||||||
|
# cprotect
|
||||||
|
*.cpt
|
||||||
|
|
||||||
|
# elsarticle (documentclass of Elsevier journals)
|
||||||
|
*.spl
|
||||||
|
|
||||||
|
# endnotes
|
||||||
|
*.ent
|
||||||
|
|
||||||
|
# fixme
|
||||||
|
*.lox
|
||||||
|
|
||||||
|
# feynmf/feynmp
|
||||||
|
*.mf
|
||||||
|
*.mp
|
||||||
|
*.t[1-9]
|
||||||
|
*.t[1-9][0-9]
|
||||||
|
*.tfm
|
||||||
|
|
||||||
|
#(r)(e)ledmac/(r)(e)ledpar
|
||||||
|
*.end
|
||||||
|
*.?end
|
||||||
|
*.[1-9]
|
||||||
|
*.[1-9][0-9]
|
||||||
|
*.[1-9][0-9][0-9]
|
||||||
|
*.[1-9]R
|
||||||
|
*.[1-9][0-9]R
|
||||||
|
*.[1-9][0-9][0-9]R
|
||||||
|
*.eledsec[1-9]
|
||||||
|
*.eledsec[1-9]R
|
||||||
|
*.eledsec[1-9][0-9]
|
||||||
|
*.eledsec[1-9][0-9]R
|
||||||
|
*.eledsec[1-9][0-9][0-9]
|
||||||
|
*.eledsec[1-9][0-9][0-9]R
|
||||||
|
|
||||||
|
# glossaries
|
||||||
|
*.acn
|
||||||
|
*.acr
|
||||||
|
*.glg
|
||||||
|
*.glo
|
||||||
|
*.gls
|
||||||
|
*.*-glg
|
||||||
|
*.*-glo
|
||||||
|
*.*-gls
|
||||||
|
*.glsdefs
|
||||||
|
*.lzo
|
||||||
|
*.lzs
|
||||||
|
|
||||||
|
# uncomment this for glossaries-extra (will ignore makeindex's style files!)
|
||||||
|
# *.ist
|
||||||
|
|
||||||
|
# gnuplottex
|
||||||
|
*-gnuplottex-*
|
||||||
|
|
||||||
|
# gregoriotex
|
||||||
|
*.gaux
|
||||||
|
*.gtex
|
||||||
|
|
||||||
|
# htlatex
|
||||||
|
*.4ct
|
||||||
|
*.4tc
|
||||||
|
*.idv
|
||||||
|
*.lg
|
||||||
|
*.trc
|
||||||
|
*.xref
|
||||||
|
|
||||||
|
# hyperref
|
||||||
|
*.brf
|
||||||
|
|
||||||
|
# knitr
|
||||||
|
*-concordance.tex
|
||||||
|
# TODO Comment the next line if you want to keep your tikz graphics files
|
||||||
|
*.tikz
|
||||||
|
*-tikzDictionary
|
||||||
|
|
||||||
|
# listings
|
||||||
|
*.lol
|
||||||
|
|
||||||
|
# luatexja-ruby
|
||||||
|
*.ltjruby
|
||||||
|
|
||||||
|
# makeidx
|
||||||
|
*.idx
|
||||||
|
*.ilg
|
||||||
|
*.ind
|
||||||
|
|
||||||
|
# minitoc
|
||||||
|
*.maf
|
||||||
|
*.mlf
|
||||||
|
*.mlt
|
||||||
|
*.mtc
|
||||||
|
*.mtc[0-9]*
|
||||||
|
*.slf[0-9]*
|
||||||
|
*.slt[0-9]*
|
||||||
|
*.stc[0-9]*
|
||||||
|
|
||||||
|
# minted
|
||||||
|
_minted*
|
||||||
|
*.pyg
|
||||||
|
|
||||||
|
# morewrites
|
||||||
|
*.mw
|
||||||
|
|
||||||
|
# nomencl
|
||||||
|
*.nlg
|
||||||
|
*.nlo
|
||||||
|
*.nls
|
||||||
|
|
||||||
|
# pax
|
||||||
|
*.pax
|
||||||
|
|
||||||
|
# pdfpcnotes
|
||||||
|
*.pdfpc
|
||||||
|
|
||||||
|
# sagetex
|
||||||
|
*.sagetex.sage
|
||||||
|
*.sagetex.py
|
||||||
|
*.sagetex.scmd
|
||||||
|
|
||||||
|
# scrwfile
|
||||||
|
*.wrt
|
||||||
|
|
||||||
|
# sympy
|
||||||
|
*.sout
|
||||||
|
*.sympy
|
||||||
|
sympy-plots-for-*.tex/
|
||||||
|
|
||||||
|
# pdfcomment
|
||||||
|
*.upa
|
||||||
|
*.upb
|
||||||
|
|
||||||
|
# pythontex
|
||||||
|
*.pytxcode
|
||||||
|
pythontex-files-*/
|
||||||
|
|
||||||
|
# tcolorbox
|
||||||
|
*.listing
|
||||||
|
|
||||||
|
# thmtools
|
||||||
|
*.loe
|
||||||
|
|
||||||
|
# TikZ & PGF
|
||||||
|
*.dpth
|
||||||
|
*.md5
|
||||||
|
*.auxlock
|
||||||
|
|
||||||
|
# todonotes
|
||||||
|
*.tdo
|
||||||
|
|
||||||
|
# vhistory
|
||||||
|
*.hst
|
||||||
|
*.ver
|
||||||
|
|
||||||
|
# easy-todo
|
||||||
|
*.lod
|
||||||
|
|
||||||
|
# xcolor
|
||||||
|
*.xcp
|
||||||
|
|
||||||
|
# xmpincl
|
||||||
|
*.xmpi
|
||||||
|
|
||||||
|
# xindy
|
||||||
|
*.xdy
|
||||||
|
|
||||||
|
# xypic precompiled matrices and outlines
|
||||||
|
*.xyc
|
||||||
|
*.xyd
|
||||||
|
|
||||||
|
# endfloat
|
||||||
|
*.ttt
|
||||||
|
*.fff
|
||||||
|
|
||||||
|
# Latexian
|
||||||
|
TSWLatexianTemp*
|
||||||
|
|
||||||
|
## Editors:
|
||||||
|
# WinEdt
|
||||||
|
*.bak
|
||||||
|
*.sav
|
||||||
|
|
||||||
|
# Texpad
|
||||||
|
.texpadtmp
|
||||||
|
|
||||||
|
# LyX
|
||||||
|
*.lyx~
|
||||||
|
|
||||||
|
# Kile
|
||||||
|
*.backup
|
||||||
|
|
||||||
|
# gummi
|
||||||
|
.*.swp
|
||||||
|
|
||||||
|
# KBibTeX
|
||||||
|
*~[0-9]*
|
||||||
|
|
||||||
|
# TeXnicCenter
|
||||||
|
*.tps
|
||||||
|
|
||||||
|
# auto folder when using emacs and auctex
|
||||||
|
./auto/*
|
||||||
|
*.el
|
||||||
|
|
||||||
|
# expex forward references with \gathertags
|
||||||
|
*-tags.tex
|
||||||
|
|
||||||
|
# standalone packages
|
||||||
|
*.sta
|
||||||
|
|
||||||
|
# Makeindex log files
|
||||||
|
*.lpz
|
||||||
|
|
||||||
|
# REVTeX puts footnotes in the bibliography by default, unless the nofootinbib
|
||||||
|
# option is specified. Footnotes are the stored in a file with suffix Notes.bib.
|
||||||
|
# Uncomment the next line to have this generated file ignored.
|
||||||
|
#*Notes.bib
|
||||||
|
|
||||||
|
### LaTeX Patch ###
|
||||||
|
# LIPIcs / OASIcs
|
||||||
|
*.vtc
|
||||||
|
|
||||||
|
# glossaries
|
||||||
|
*.glstex
|
||||||
|
|
||||||
|
### VisualStudioCode ###
|
||||||
|
.vscode/*
|
||||||
|
|
||||||
|
### VisualStudioCode Patch ###
|
||||||
|
# Ignore all local history of files
|
||||||
|
.history
|
||||||
|
.ionide
|
||||||
|
|
||||||
|
# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,latex
|
3
README.md
Normal file
3
README.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# A document to welcome GTL
|
||||||
|
|
||||||
|
Need to be changed when the rm-rf will handle the GTLs.
|
BIN
welcome_gtl.pdf
Normal file
BIN
welcome_gtl.pdf
Normal file
Binary file not shown.
104
welcome_gtl.tex
Normal file
104
welcome_gtl.tex
Normal file
|
@ -0,0 +1,104 @@
|
||||||
|
\documentclass{article}
|
||||||
|
|
||||||
|
\usepackage{url}
|
||||||
|
\usepackage{hyperref}
|
||||||
|
\usepackage{multicol}
|
||||||
|
\usepackage{color}
|
||||||
|
\usepackage[landscape, margin=1.2in]{geometry}
|
||||||
|
\setlength{\columnsep}{2cm}
|
||||||
|
\setlength{\columnseprule}{.5pt}
|
||||||
|
\def\columnseprulecolor{\color{black}}
|
||||||
|
\title{\textsc{GTL Welcome Message}}
|
||||||
|
\date{}
|
||||||
|
\begin{document}
|
||||||
|
\maketitle
|
||||||
|
\begin{multicols}{2}
|
||||||
|
On behalf of the team of the Rézo Metz, I welcome you to France and to the ALOES residence. This small document is here to explain the basics for the Internet connection during your stay at the residence.
|
||||||
|
|
||||||
|
You all have been automatically registered on our intranet \url{https://re2o.rezometz.org} with your GTL email and you should have received a mail to set up your password. If not please contact us (see end of document).
|
||||||
|
|
||||||
|
Your account has also been automatically registetered for 4 months of internet connection as it is paid by GTL.
|
||||||
|
|
||||||
|
\section*{How to access the network ?}
|
||||||
|
|
||||||
|
\begin{enumerate}
|
||||||
|
\item WiFi
|
||||||
|
\begin{itemize}
|
||||||
|
\item Connect to the "rezo" SSID
|
||||||
|
\item Put your username and password
|
||||||
|
\item Choose WPA2-Enterprise
|
||||||
|
\item Choose MSCHAPV2 as second phase authentication
|
||||||
|
\item Tick the "Do not validate the certificate" box
|
||||||
|
\item Connect
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
If it is the first time you connect your device without prior registration it may take up to 1 minute for the device to be automatically registrered on your account. It should be a lot quicker the next time.
|
||||||
|
|
||||||
|
\item Wired
|
||||||
|
\begin{itemize}
|
||||||
|
\item To connect using a wired connection, you must manually register the device on your account
|
||||||
|
\item Go to \url{https://re2o.rezometz.org} and log in
|
||||||
|
\item Go to your profile and click on "Add a machine"
|
||||||
|
\item Set the mac address (to find the address mac of your device see : ) and the machine type to "Ordinateur"
|
||||||
|
\item Add the machine
|
||||||
|
\item Just connect the machine to the ethernet plug in your room. No other action is needed.
|
||||||
|
\end{itemize}
|
||||||
|
\end{enumerate}
|
||||||
|
|
||||||
|
\section*{Who are we ?}
|
||||||
|
|
||||||
|
The Rézo Metz is a student organisation. We make the network work on our free time. When you are in the organisation, you make it live too and you don't pay for a service. You also accept our statutes and our internal rules that can be found at \url{https://rezometz.org}.
|
||||||
|
|
||||||
|
\section*{A quick summary of the rules}
|
||||||
|
|
||||||
|
\begin{itemize}
|
||||||
|
\item No illegal peer to peer
|
||||||
|
\item Don't share your account
|
||||||
|
\item Don't use a router in your room without prior authorization (please note that
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
Breaking those rules will expose you to a sanction pronounced by the Leading Committee that goes from a formal warning notice to temporary internet suspension and to exclusion of the organisation.
|
||||||
|
|
||||||
|
\section*{FAQ}
|
||||||
|
|
||||||
|
\subsection*{What to do if I don't have any WiFi ?}
|
||||||
|
|
||||||
|
There are some parts of the residence that are not well covered (in particular the D and E buildings). If you can't access the WiFi, we recommend you to use a wired connection. If your computer has no ethernet plug, please get in touch with us, and we will try to find a solution (we can lend adapters or individual WiFi terminals on a case by case basis).
|
||||||
|
|
||||||
|
Please also note that we freely lend ethernet cables. Please get in touch with us if needed.
|
||||||
|
|
||||||
|
\subsection*{What can I do if I cannot connect to the network ?}
|
||||||
|
|
||||||
|
You should contact us with the technical contact. To speed up the process, please give us the following information :
|
||||||
|
|
||||||
|
\begin{itemize}
|
||||||
|
\item The mac address of the device that have issues to connect
|
||||||
|
\item The network configuration of your device
|
||||||
|
\item WiFi or Wired ?
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
|
||||||
|
\subsection*{Want to help ?}
|
||||||
|
|
||||||
|
Even if you don't stay long at the residence you can help the organisation. Don't hesitate to contact us if you wish to help !
|
||||||
|
|
||||||
|
\section*{To get in touch with us}
|
||||||
|
|
||||||
|
\begin{itemize}
|
||||||
|
\item For a technical issue, you can open a ticket on \url{https://re2o.rezometz.org/tickets/new_ticket} (preferred) or send a mail to support@rezo-rm.fr
|
||||||
|
\item For an administrative issue or question, please send a mail to bureau@rezo-rm.fr
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
Some useful links :
|
||||||
|
\begin{itemize}
|
||||||
|
\item Website : \url{https://rezometz.org}
|
||||||
|
\item Intranet : \url{https://re2o.rezometz.org}
|
||||||
|
\item Wiki : \url{https://wiki.rezometz.org}
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
|
||||||
|
We remain at your disposal for any question,
|
||||||
|
|
||||||
|
The Rézo Metz team
|
||||||
|
\end{multicols}
|
||||||
|
\end{document}
|
Loading…
Reference in a new issue