├── LICENSE ├── README.md ├── UiB-images ├── UiB-emblem.pdf ├── UiB-logo-bm.pdf ├── UiB-logo-eng.pdf ├── UiB-logo-nn.pdf └── UiO-emblem.pdf ├── beamerthemeUiB.sty └── main.tex /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinhelso/UiB/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinhelso/UiB/HEAD/README.md -------------------------------------------------------------------------------- /UiB-images/UiB-emblem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinhelso/UiB/HEAD/UiB-images/UiB-emblem.pdf -------------------------------------------------------------------------------- /UiB-images/UiB-logo-bm.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinhelso/UiB/HEAD/UiB-images/UiB-logo-bm.pdf -------------------------------------------------------------------------------- /UiB-images/UiB-logo-eng.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinhelso/UiB/HEAD/UiB-images/UiB-logo-eng.pdf -------------------------------------------------------------------------------- /UiB-images/UiB-logo-nn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinhelso/UiB/HEAD/UiB-images/UiB-logo-nn.pdf -------------------------------------------------------------------------------- /UiB-images/UiO-emblem.pdf: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /beamerthemeUiB.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinhelso/UiB/HEAD/beamerthemeUiB.sty -------------------------------------------------------------------------------- /main.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinhelso/UiB/HEAD/main.tex --------------------------------------------------------------------------------