Commit cc55f4dbfa5ca517ef7eb5849d1cbfccf0c66bba
Exists in
main
merged
Showing 5 changed files Side-by-side Diff
README.md
View file @
cc55f4d
| ... | ... | @@ -4,8 +4,7 @@ | 
| 4 | 4 | |
| 5 | 5 | # Téléchargement | 
| 6 | 6 | |
| 7 | -Pour une utilisation rapide du projet, il suffit de [télécharger le projet en | |
| 8 | -.zip](https://disc.univ-fcomte.fr/gitlab/paul.breugnot/femtoslides/repository/archive.zip) depuis l'interface GitLab. | |
| 7 | +Pour une utilisation rapide du projet, il suffit de [télécharger le projet en .zip](https://disc.univ-fcomte.fr/gitlab/paul.breugnot/femtoslides/repository/archive.zip) depuis l'interface GitLab. | |
| 9 | 8 | |
| 10 | 9 | Il est également possible de cloner le dépôt avec la commande suivante : | 
| 11 | 10 | |
| 12 | 11 | |
| ... | ... | @@ -15,9 +14,8 @@ | 
| 15 | 14 | |
| 16 | 15 | # Utilisation | 
| 17 | 16 | |
| 18 | -Pour utiliser le thème, il est nécessaire de placer les fichiers `beamercolorthemefemto.sty`, `beamerfontthemefemto.sty` et `beamerthemefemto.sty` dans le dossier contenant la présentation, ou à tout autre emplacement du système accessible par LaTeX. | |
| 17 | +Pour utiliser le thème, il est nécessaire de placer les fichiers `beamercolorthemefemto.sty`, `beamerfontthemefemto.sty` et `beamerthemefemto.sty` et le dossier `img` dans le dossier contenant la présentation, ou à tout autre emplacement du système accessible par LaTeX. | |
| 19 | 18 | |
| 20 | - | |
| 21 | 19 | La commande `\usetheme{femto}` permet de charger le thème FEMTO-ST. | 
| 22 | 20 | |
| 23 | 21 | ```latex | 
| 24 | 22 | |
| ... | ... | @@ -53,7 +51,8 @@ | 
| 53 | 51 | |
| 54 | 52 | Voir les fichiers `example.tex` et `example.pdf` pour un exemple de présentation. | 
| 55 | 53 | |
| 56 | -# Auteur | |
| 54 | +# Auteurs | |
| 57 | 55 | |
| 58 | 56 | - Paul BREUGNOT - paul.breugnot@univ-fcomte.fr | 
| 57 | +- Alain Giorgetti - alain.giorgetti@femto-st.fr | 
beamerthemefemto.sty
View file @
cc55f4d
| ... | ... | @@ -25,14 +25,14 @@ | 
| 25 | 25 | \node[inner sep=0, right=3mm of UFC] (ENSMM) | 
| 26 | 26 | {\includegraphics[height=1cm]{img/ENSMM.png}}; | 
| 27 | 27 | \node[inner sep=0, right=3mm of ENSMM] (UTBM) | 
| 28 | - {\includegraphics[height=1cm]{img/UTBM.eps}}; | |
| 28 | + {\includegraphics[height=1cm]{img/UTBM.pdf}}; | |
| 29 | 29 | |
| 30 | 30 | % orange arc | 
| 31 | 31 | \node[anchor=center, inner sep=0] at ($(current page.south west) + (0, | 
| 32 | 32 | 2.5cm)$) { | 
| 33 | 33 | \begin{tikzpicture} | 
| 34 | - \path[fill=femtoredstrong, even odd rule] (0, 0) circle[radius=10px] | |
| 35 | - (0, 0) circle[radius=20px]; | |
| 34 | + \path[fill=femtoredstrong, even odd rule] (0, 0) circle[radius=10pt] | |
| 35 | + (0, 0) circle[radius=20pt]; | |
| 36 | 36 | \end{tikzpicture} | 
| 37 | 37 | }; | 
| 38 | 38 | |
| 39 | 39 | |
| ... | ... | @@ -40,15 +40,15 @@ | 
| 40 | 40 | \node[anchor=center, inner sep=0] at ($(current page.north east) + (0, | 
| 41 | 41 | -3cm)$) { | 
| 42 | 42 | \begin{tikzpicture} | 
| 43 | - \path[fill=femtoyellowstrong, even odd rule] (0, 0) circle[radius=10px] | |
| 44 | - (0, 0) circle[radius=20px]; | |
| 43 | + \path[fill=femtoyellowstrong, even odd rule] (0, 0) circle[radius=10pt] | |
| 44 | + (0, 0) circle[radius=20pt]; | |
| 45 | 45 | \end{tikzpicture} | 
| 46 | 46 | }; | 
| 47 | 47 | % white dot arc | 
| 48 | 48 | \node[anchor=center, inner sep=0] at ($(current page.north west) + (6cm, 0)$) { | 
| 49 | 49 | \begin{tikzpicture} | 
| 50 | - \path[pattern color=white, pattern={Dots[distance=2px]}, even odd rule] (0, 0) circle[radius=10px] | |
| 51 | - (0, 0) circle[radius=20px]; | |
| 50 | + \path[pattern color=white, pattern={Dots[distance=2pt]}, even odd rule] (0, 0) circle[radius=10pt] | |
| 51 | + (0, 0) circle[radius=20pt]; | |
| 52 | 52 | \end{tikzpicture} | 
| 53 | 53 | }; | 
| 54 | 54 | |
| ... | ... | @@ -57,8 +57,8 @@ | 
| 57 | 57 | -1.5cm)$) { | 
| 58 | 58 | % white cross arc | 
| 59 | 59 | \begin{tikzpicture} | 
| 60 | - \path[fill=white] (0, 0) rectangle (30px, 10px); | |
| 61 | - \path[fill=white] (10px, 20px) rectangle (20px, -10px); | |
| 60 | + \path[fill=white] (0, 0) rectangle (30pt, 10pt); | |
| 61 | + \path[fill=white] (10pt, 20pt) rectangle (20pt, -10pt); | |
| 62 | 62 | \end{tikzpicture} | 
| 63 | 63 | }; | 
| 64 | 64 | |
| ... | ... | @@ -67,8 +67,8 @@ | 
| 67 | 67 | -1.9cm)$) { | 
| 68 | 68 | % white cross arc | 
| 69 | 69 | \begin{tikzpicture} | 
| 70 | - \path[fill=femtopurplestrong] (0, 0) rectangle (-20px, 10px); | |
| 71 | - \path[fill=femtopurplestrong] (0, 0) rectangle (-10px, 20px); | |
| 70 | + \path[fill=femtopurplestrong] (0, 0) rectangle (-20pt, 10pt); | |
| 71 | + \path[fill=femtopurplestrong] (0, 0) rectangle (-10pt, 20pt); | |
| 72 | 72 | \end{tikzpicture} | 
| 73 | 73 | }; | 
| 74 | 74 | \end{tikzpicture} | 
| ... | ... | @@ -120,8 +120,8 @@ | 
| 120 | 120 | \begin{tikzpicture}[remember picture, overlay] | 
| 121 | 121 | \node[anchor=south west] at ($(current page.south west) + (1mm, 9mm)$) { | 
| 122 | 122 | \begin{tikzpicture} | 
| 123 | - \path[fill=\@femtomaincolor] (0, 0) -- (16px, 0) -- (16px, | |
| 124 | - 8px) -- (8px, 8px)--(8px, 16px) -- (0, 16px); | |
| 123 | + \path[fill=\@femtomaincolor] (0, 0) -- (16pt, 0) -- (16pt, | |
| 124 | + 8pt) -- (8pt, 8pt)--(8pt, 16pt) -- (0, 16pt); | |
| 125 | 125 | \end{tikzpicture} | 
| 126 | 126 | }; | 
| 127 | 127 | \end{tikzpicture} | 
| ... | ... | @@ -130,19 +130,19 @@ | 
| 130 | 130 | \begin{tikzpicture}[remember picture, overlay] | 
| 131 | 131 | \node[anchor=north east, inner sep=0] at ($(current page.north east) + (-3mm, -3mm)$) { | 
| 132 | 132 | \begin{tikzpicture}[] | 
| 133 | - \path[fill=\@femtolightcolor] (0, 0) -- (12px, 0) -- (12px, | |
| 134 | - 20px) | |
| 135 | - -- (24px, 20px) -- (24px, 32px) -- (12px, 32px) -- (12px, | |
| 136 | - 44px) | |
| 137 | - --(12px, 44px) arc[start angle=0, end angle=90, | |
| 138 | - radius=28px] (-16px, 72px) | |
| 139 | - -- (-16px, 72px) -- (-36px, 72px) -- (-36px, 60px) -- | |
| 140 | - (-16px, 60px) | |
| 141 | - -- (-16px, 60px) arc[start angle=90, end angle=0, | |
| 142 | - radius=16px] | |
| 143 | - -- (0px, 44px) -- (0px, 32px) -- (-12px, 32px) -- | |
| 144 | - (-12px, 20px) -- (0px, 20px) -- (0px, 0px); | |
| 145 | - \path[fill=\@femtolightcolor] (12px, 60px) rectangle (24px, 72px); | |
| 133 | + \path[fill=\@femtolightcolor] (0, 0) -- (12pt, 0) -- (12pt, | |
| 134 | + 20pt) | |
| 135 | + -- (24pt, 20pt) -- (24pt, 32pt) -- (12pt, 32pt) -- (12pt, | |
| 136 | + 44pt) | |
| 137 | + --(12pt, 44pt) arc[start angle=0, end angle=90, | |
| 138 | + radius=28pt] (-16pt, 72pt) | |
| 139 | + -- (-16pt, 72pt) -- (-36pt, 72pt) -- (-36pt, 60pt) -- | |
| 140 | + (-16pt, 60pt) | |
| 141 | + -- (-16pt, 60pt) arc[start angle=90, end angle=0, | |
| 142 | + radius=16pt] | |
| 143 | + -- (0pt, 44pt) -- (0pt, 32pt) -- (-12pt, 32pt) -- | |
| 144 | + (-12pt, 20pt) -- (0pt, 20pt) -- (0pt, 0pt); | |
| 145 | + \path[fill=\@femtolightcolor] (12pt, 60pt) rectangle (24pt, 72pt); | |
| 146 | 146 | \end{tikzpicture} | 
| 147 | 147 | }; | 
| 148 | 148 | \end{tikzpicture} | 
example.pdf
View file @
cc55f4d
example.tex
View file @
cc55f4d
| ... | ... | @@ -5,7 +5,11 @@ | 
| 5 | 5 | \title{This Is An Example Presentation} | 
| 6 | 6 | \subtitle{Using the femto template} | 
| 7 | 7 | |
| 8 | -\author{Paul BREUGNOT} | |
| 8 | +\author{Paul BREUGNOT\inst{1}, Vincent LAUDE\inst{2}} | |
| 9 | +\institute{ | |
| 10 | + \inst{1} Université de Bourgogne Franche-Comté\\ | |
| 11 | + \inst{2} Centre National de la Recherche Scientifique | |
| 12 | +} | |
| 9 | 13 | |
| 10 | 14 | \begin{document} | 
| 11 | 15 | 
img/UTBM.pdf
View file @
cc55f4d