clean up latex
This commit is contained in:
parent
27167ddb4f
commit
e4747239fe
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -9,11 +9,8 @@
|
||||||
*.snm
|
*.snm
|
||||||
*.toc
|
*.toc
|
||||||
|
|
||||||
# generated pdfs (reveal pdf export and LaTeX)
|
# generated pdfs (libreoffice)
|
||||||
*.pdf
|
handout.pdf
|
||||||
|
|
||||||
# fonts downloaded by script
|
|
||||||
/latex/fonts
|
|
||||||
|
|
||||||
# reveal js (generated)
|
# reveal js (generated)
|
||||||
/revealjs/*/index.html
|
/revealjs/*/index.html
|
||||||
|
|
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,6 +1,3 @@
|
||||||
[submodule "mtheme"]
|
|
||||||
path = latex/mtheme
|
|
||||||
url = https://github.com/matze/mtheme
|
|
||||||
[submodule "revealjs/themes/reveal-hugo"]
|
[submodule "revealjs/themes/reveal-hugo"]
|
||||||
path = revealjs/themes/reveal-hugo
|
path = revealjs/themes/reveal-hugo
|
||||||
url = https://github.com/dzello/reveal-hugo
|
url = https://github.com/dzello/reveal-hugo
|
||||||
|
|
BIN
latex/brom/index.pdf
Normal file
BIN
latex/brom/index.pdf
Normal file
Binary file not shown.
|
@ -18,27 +18,8 @@
|
||||||
%\usetheme[numbering=none, progressbar=frametitle, background=light]{metropolis}
|
%\usetheme[numbering=none, progressbar=frametitle, background=light]{metropolis}
|
||||||
|
|
||||||
\usepackage{fontspec}
|
\usepackage{fontspec}
|
||||||
\setsansfont{FiraSans}[ % Default
|
\setsansfont{FiraSans}
|
||||||
Path = ../fonts/,
|
\setmonofont{FiraMono}
|
||||||
Extension = .ttf,
|
|
||||||
UprightFont = *-Regular,
|
|
||||||
BoldFont = *-Bold,
|
|
||||||
ItalicFont = *-Italic
|
|
||||||
]
|
|
||||||
%\setmainfont{Vollkorn}[ % Activate with \textrm{}
|
|
||||||
% Path = /usr/share/fonts/truetype/vollkorn/,
|
|
||||||
% Extension = .ttf,
|
|
||||||
% UprightFont = *-Regular,
|
|
||||||
% BoldFont = *-Bold,
|
|
||||||
% ItalicFont = *-Italic
|
|
||||||
%]
|
|
||||||
\setmonofont{FiraMono}[ % Activate with \texttt{}
|
|
||||||
Path = ../fonts/,
|
|
||||||
Extension = .ttf,
|
|
||||||
UprightFont = *-Regular,
|
|
||||||
BoldFont = *-Bold,
|
|
||||||
ItalicFont = *-Bold
|
|
||||||
]
|
|
||||||
|
|
||||||
\setbeamercovered{transparent}
|
\setbeamercovered{transparent}
|
||||||
\beamertemplatenavigationsymbolsempty
|
\beamertemplatenavigationsymbolsempty
|
||||||
|
|
BIN
latex/brom/periodic-table-brom-magnified.pdf
Normal file
BIN
latex/brom/periodic-table-brom-magnified.pdf
Normal file
Binary file not shown.
|
@ -1 +0,0 @@
|
||||||
Subproject commit 2fa6084b9d34fec9d2d5470eb9a17d0bf712b6c8
|
|
Reference in a new issue