-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
857 additions
and
2 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
\relax | ||
\providecommand\hyper@newdestlabel[2]{} | ||
\providecommand*\new@tpo@label[2]{} | ||
\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument} | ||
\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined | ||
\global\let\oldcontentsline\contentsline | ||
\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}} | ||
\global\let\oldnewlabel\newlabel | ||
\gdef\newlabel#1#2{\newlabelxx{#1}#2} | ||
\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}} | ||
\AtEndDocument{\ifx\hyper@anchor\@undefined | ||
\let\contentsline\oldcontentsline | ||
\let\newlabel\oldnewlabel | ||
\fi} | ||
\fi} | ||
\global\let\hyper@last\relax | ||
\gdef\HyperFirstAtBeginDocument#1{#1} | ||
\providecommand\HyField@AuxAddToFields[1]{} | ||
\providecommand\HyField@AuxAddToCoFields[2]{} | ||
\providecommand\BKM@entry[2]{} | ||
\gdef \@abspage@last{1} |
Large diffs are not rendered by default.
Oops, something went wrong.
Empty file.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
\documentclass[parskip=full*,fontsize=10pt,BCOR=0pt,DIV=15]{scrreprt} | ||
%\usepackage[french]{babel} | ||
\usepackage{scrlayer-scrpage} | ||
|
||
\usepackage{ifthen} | ||
\newboolean{freeconference} | ||
\newboolean{studentvolunteer} | ||
\newboolean{speaker} | ||
|
||
% Conference configuration | ||
\newcommand{\esugyear}{\the\year\xspace{}} | ||
\newcommand{\esuglocation}{Montpellier, France\xspace{}} | ||
\newcommand{\esugstartdate}{3rd Feb, \esugyear{}\xspace{}} | ||
\newcommand{\esugenddate}{7th Feb, \esugyear{}\xspace{}} | ||
% \newcommand{\campstartdate}{26th Aug, \esugyear\xspace{}} | ||
%\newcommand{\esughosting}{ZweiDenker GmbH\xspace{}} | ||
\newcommand{\esuglocalorganizer}{Dr. Oleksandr Zaitsev} | ||
%\usepackage[french]{babel} | ||
\usepackage[utf8]{inputenc} | ||
|
||
% Personal configuration | ||
\input{personal-info} | ||
|
||
\deftripstyle{esugpagestyle}{}{}{}{ | ||
\begin{tabular}{l} | ||
ESUG \\ \url{http://www.esug.org} | ||
\end{tabular} | ||
}{}{ | ||
\begin{tabular}{rr} | ||
Association Loi 1901 n$^{\circ}$W751167780 (not subjected to V.A.T.)\\ | ||
c/o Mr. St\'ephane Ducasse - 1 rue Cesar Franck - 59800 Lille - France | ||
\end{tabular} | ||
} \pagestyle{esugpagestyle} | ||
\addtokomafont{pagefoot}{\small} | ||
|
||
|
||
\usepackage{lmodern} | ||
\usepackage[T1]{fontenc} | ||
\usepackage{xspace} | ||
\usepackage{microtype} | ||
\usepackage[pdftex]{color,graphicx} | ||
\usepackage{multirow} | ||
\usepackage[pdftex, colorlinks=true]{hyperref} | ||
\begin{document} | ||
|
||
\begin{center} | ||
\includegraphics[width=.4\textwidth]{esug-logo} | ||
\end{center} | ||
|
||
\begin{flushright} | ||
Lille, France, \today | ||
\end{flushright} | ||
|
||
\fullname\\ | ||
\ifthenelse{\equal{\birthplace}{}}{}{Born:, \birthplace\\} | ||
%\fulladdress\ifthenelse{\equal{\fulladdress}{}}{}{Current Address:, \fulladdress}\\ | ||
\ifthenelse{\equal{\fulladdress}{}}{}{Address:, \fulladdress}\\ | ||
\ifthenelse{\equal{\passport}{}}{}{No Passport : \passport}\\ | ||
|
||
\textbf{\underline{Subject:} Attestation of Presence at the isLoop 2025 Winter School} | ||
|
||
Dear \fullname{}, | ||
|
||
I attest that you participated to the 3rd International School on Live Object-Oriented Programming (isLoop) that was held in Montpellier, France, from 3rd till 7th of February 2025. The school was locally organized by Dr. Oleksandr Zaitsev and hosted by UMR SENS (\url{https://umr-sens.fr/}). | ||
|
||
Please visit the isLoop web site at \url{https://isloop.pharo.org/} to find more information about the event. | ||
|
||
Sincerely, | ||
|
||
|
||
\begin{tabular}{ll} | ||
St\'ephane Ducasse & \\ | ||
[email protected]&\\ | ||
\multirow{7}{.5\textwidth}{\includegraphics[width=.5\textwidth]{signature}} & Pr\'esident du groupe europ\'een d'utilisateurs de Smalltalk \\ | ||
& President of the European Smalltalk User Group\\ | ||
& ESUG \\ | ||
& Inria Lille Nord Europe, 40, avenue Halley,\\ | ||
& Parc Scientifique de la Haute Borne,\\ | ||
& Bât.A, Park Plaza\\ | ||
& Villeneuve d'Ascq 59650\\ | ||
& France | ||
\end{tabular} | ||
|
||
\end{document} | ||
|
||
%%% Local Variables: | ||
%%% mode: latex | ||
%%% TeX-master: t | ||
%%% TeX-PDF-mode: t | ||
%%% coding: utf-8 | ||
%%% ispell-local-dictionary: "english" | ||
%%% End: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
\newcommand{\fullname}{Omar Abedelkader} | ||
\newcommand{\birthdate}{} | ||
\newcommand{\birthplace}{} | ||
\newcommand{\fulladdress}{} | ||
\newcommand{\passport}{} | ||
\setboolean{freeconference}{true} | ||
\setboolean{studentvolunteer}{true} | ||
\setboolean{speaker}{false} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.