Skip to content

Commit

Permalink
add fnad
Browse files Browse the repository at this point in the history
Co-authored-by: Lorenzo Redighieri <[email protected]>
  • Loading branch information
LuckeeDev and est1ntore committed Jan 6, 2024
1 parent 37762a7 commit e708fb5
Show file tree
Hide file tree
Showing 6 changed files with 170 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
tex/analysis_2/analysis_2.tex
tex/bubbles/bubbles.tex
tex/cavendish/cavendish.tex
tex/fnad/fnad.tex
- name: Move PDFs
run: mv ./tex/*/*.pdf dist
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
*.fls
*.fdb_latexmk
*.out
*.pdf
*.dvi
*.dvi
tex/*/*.pdf
3 changes: 3 additions & 0 deletions dist/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ In questo sito web sono disponibili i progetti LaTeX che scrivo per i miei studi
- [Misura della costante di gravitazione universale tramite un pendolo di torsione](https://luckeedev.github.io/LuTeX/cavendish.pdf)
La relazione dell'esperienza di laboratorio conclusiva del primo anno in cui è stata misurata la costante di gravitazione universale.

- [Five nights at DIFA](https://luckeedev.github.io/LuTeX/fnad.pdf)
Descrizione del gioco "Five nights at DIFA", il progetto per l'esame del corso "Programmazione per la Fisica".

### Secondo anno

- [Risalita di bolle in un liquido](https://luckeedev.github.io/LuTeX/bubbles.pdf)
Expand Down
Binary file added tex/cavendish/images/graphS1.pdf
Binary file not shown.
Binary file added tex/cavendish/images/graphS2.pdf
Binary file not shown.
Loading

0 comments on commit e708fb5

Please sign in to comment.