clean up latex
This commit is contained in:
parent
27167ddb4f
commit
e4747239fe
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -9,11 +9,8 @@
|
|||
*.snm
|
||||
*.toc
|
||||
|
||||
# generated pdfs (reveal pdf export and LaTeX)
|
||||
*.pdf
|
||||
|
||||
# fonts downloaded by script
|
||||
/latex/fonts
|
||||
# generated pdfs (libreoffice)
|
||||
handout.pdf
|
||||
|
||||
# reveal js (generated)
|
||||
/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"]
|
||||
path = revealjs/themes/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}
|
||||
|
||||
\usepackage{fontspec}
|
||||
\setsansfont{FiraSans}[ % Default
|
||||
Path = ../fonts/,
|
||||
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
|
||||
]
|
||||
\setsansfont{FiraSans}
|
||||
\setmonofont{FiraMono}
|
||||
|
||||
\setbeamercovered{transparent}
|
||||
\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