2022-02-27 16:46:40 +01:00
|
|
|
# Algorytmy Kwantowe - notatki
|
|
|
|
|
2022-02-27 22:54:17 +01:00
|
|
|
[__Pobierz najnowsze wersje ukończonych notatek__](https://github.com/RobertBendun/notatki-algorytmy-kwantowe/releases/)
|
|
|
|
|
2022-02-27 16:46:40 +01:00
|
|
|
To repozytorium zawiera notatki powiązane z przedmiotem Algorytmy Kwantowe prowadzonym na Uniwersystecie im. Adama Mickiewicza w Poznaniu.
|
|
|
|
|
|
|
|
Wszelkie treści dostępne w tym repozytorium domyślnie podlegają licencji [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/).
|
|
|
|
|
|
|
|
## Budowanie
|
|
|
|
|
|
|
|
Osobiście używam pdflatex, na Ubuntu instalacja wygląda następująco:
|
|
|
|
|
|
|
|
```console
|
|
|
|
$ sudo apt install texlive-{base,lang-polish} texlive-fonts-{recommended,extra}
|
|
|
|
```
|