this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Start slides!

Signed-off-by: Gwenn Le Bihan <gwenn.lebihan7@gmail.com>

+21 -6
+3
.github/workflows/typst.yml
··· 47 47 - name: Compile rapport 48 48 run: typst compile rapport/main.typ 49 49 50 + - name: Compile slides 51 + run: typst compile slides/main.typ 52 + 50 53 - name: Commit and push changes 51 54 uses: EndBug/add-and-commit@v9 52 55 with:
+1 -1
aside.kitty-session
··· 6 6 7 7 new_tab Typst 8 8 cd ~/internships 9 - launch fish -c "typst watch --root . rapport/main.typ" 9 + launch fish -c "typst watch --root . slides/main.typ" 10 10 11 11 new_tab Bibliography 12 12 cd ~/internships
+2 -2
autopush.fish
··· 3 3 git pull --rebase --autostash 4 4 while true 5 5 pdfinfo rapport/main.pdf | rg ^Pages: | awk '{print $2}' > pages_count 6 - set pdf_changes (git diff --no-patch --exit-code rapport/*.{typ,dot,png} bib.yaml; echo $status) 6 + set pdf_changes (git diff --no-patch --exit-code {slides,rapport}/*.{typ,dot,png} bib.yaml; echo $status) 7 7 echo "PDF updates with these changes: $pdf_changes" 8 - git add rapport/*.typ bib.yaml *.fish rapport/*.dot pages_count rapport/*.png 8 + git add {rapport,slides}/*.{typ,dot,png} bib.yaml *.fish pages_count 9 9 git commit --quiet -m "Continue rapport" 10 10 if test $pdf_changes -ne 0 11 11 git push --quiet --force
+3 -3
session.json
··· 53 53 "height": 1048 54 54 }, 55 55 "client_machine_name": "shunbetsu", 56 - "window_title": "/home/glebihan/internships/rapport/main.pdf", 56 + "window_title": "/home/glebihan/internships/slides/main.pdf", 57 57 "app_name": "org.pwmt.zathura", 58 58 "wm_class": "org.pwmt.zathura", 59 59 "wm_class_instance": "org.pwmt.zathura", 60 60 "cmd": [ 61 61 "zathura", 62 - "/home/glebihan/internships/rapport/main.pdf" 62 + "/home/glebihan/internships/slides/main.pdf" 63 63 ], 64 64 "process_create_time": "jeu. oct. 16 08:50:37 2025", 65 65 "window_state": { ··· 97 97 "wm_class_instance": "neovide", 98 98 "cmd": [ 99 99 "neovide", 100 - "/home/glebihan/internships/rapport/" 100 + "/home/glebihan/internships/slides/" 101 101 ], 102 102 "process_create_time": "jeu. oct. 16 08:51:09 2025", 103 103 "window_state": {
+12
slides/main.typ
··· 1 + #import "../rapport/utils.typ": dontbreak 2 + #import "@preview/touying:0.6.1": * 3 + #import themes.simple: * 4 + 5 + #show: simple-theme.with(aspect-ratio: "16-9") 6 + #set text(font: "New Computer Modern") 7 + #show raw: set text(font: "Martian Mono", size: 0.8em) 8 + 9 + = _gz-unitree_: Reinforcement learning en robotique avec validation par moteurs de physique multiples pour le robot _H1v2_ d'Unitree 10 + 11 + Gwenn Le Bihan `<gwenn.lebihan@etu.inp-n7.fr>` \ 12 + #datetime.today().display("[day padding:none] Novembre [year]") \