Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vanille
SeminaireMails
Commits
a4c573f7
Unverified
Commit
a4c573f7
authored
Nov 24, 2021
by
Vanille-N
Browse files
upload archive
parent
b3df26c9
Changes
4
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
a4c573f7
build/
*.tex.mk
*.pdf
*.tar.gz
archive
Makefile
View file @
a4c573f7
...
...
@@ -19,10 +19,21 @@ texwatch: $(BUILDER)
-include
$(DOC:%=doc_%.tex.mk)
-include
common.tex.mk
ARCHIVE
=
archive
clean
:
rm
-rf
build
rm
*
.tex.mk
rm
$(DOC:%=%.pdf)
rm
-f
*
.tex.mk
rm
-f
$(DOC:%=%.pdf)
rm
-rf
$(ARCHIVE)
$(ARCHIVE)
.tar.gz
tar
:
make clean
mkdir
$(ARCHIVE)
cp
-r
src
$(ARCHIVE)
cp
Makefile texwatch
$(ARCHIVE)
cp
cfg_mail.tmk texmake.py
$(ARCHIVE)
tar
czf
$(ARCHIVE)
.tar.gz
$(ARCHIVE)
force
:
make clean
...
...
src/mail.tex
View file @
a4c573f7
...
...
@@ -15,7 +15,7 @@
\title
[Mails]
{
\textsf
{
S
\'
eminaire Crans
\\\vspace
{
1em
}
\Huge
Les Mails
}}
\author
{
Neven
\textsc
{
Villani
}}
\date
{
2021-11-
19
}
\date
{
2021-11-
24
}
\begin{document}
...
...
src/smtp/main.tex
View file @
a4c573f7
...
...
@@ -53,8 +53,8 @@
\item
\'
ecriture
\(
\xrightarrow
{
\quad\text
{
SMTP
}
\quad
}\)
\ttt
{
smtp.crans.org
}
\item
\ttt
{
smtp.crans.org
}
cherche
\ttt
{
gmail.com
}
\includegraphics
[width=5cm]
{$
(
HERE
)/
dig
-
gmail.pdf
}
\item
\ttt
{
smtp.crans.org
}
d
\'
etermine l'addresse IP de
\ttt
{
alt
4
.
[
...
]
.google.com
}
\item
\ttt
{
smtp.crans.org
}
\(\xrightarrow
{
\quad\text
{
SMTP
}
\quad
}\)
\ttt
{
alt4.
[...].google.com
}
\item
\ttt
{
smtp.crans.org
}
d
\'
etermine l'addresse IP de
\ttt
{
gmail
-
[
...
]
.google.com
}
\item
\ttt
{
smtp.crans.org
}
\(\xrightarrow
{
\quad\text
{
SMTP
}
\quad
}\)
\ttt
{
gmail-
[...].google.com
}
\end{enumerate}
\end{frame}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment