Remove sensitive information
This commit is contained in:
parent
cd1214000f
commit
e23453c989
3 changed files with 402 additions and 0 deletions
24
snippets/latex-mode/metro
Normal file
24
snippets/latex-mode/metro
Normal file
|
@ -0,0 +1,24 @@
|
|||
# name: latex-metropolis
|
||||
# key: metro
|
||||
# --
|
||||
\documentclass{beamer}
|
||||
|
||||
\usetheme[numbering=fraction,progressbar=foot]{metropolis}
|
||||
\usefonttheme{professionalfonts}
|
||||
\usepackage{mathspec}
|
||||
\setsansfont[BoldFont={Fira Sans},
|
||||
Numbers={OldStyle}]{Fira Sans Light}
|
||||
\setmathsfont(Digits)[Numbers={Lining, Proportional}]{Fira Sans Light}
|
||||
\metroset{block=fill}
|
||||
|
||||
\title{$1}
|
||||
\author{$2}
|
||||
\date{$3}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\frame{\titlepage}
|
||||
|
||||
$0
|
||||
|
||||
\end{document}
|
10
snippets/org-mode/hhead
Normal file
10
snippets/org-mode/hhead
Normal file
|
@ -0,0 +1,10 @@
|
|||
# name: html-head
|
||||
# key: hhead
|
||||
# --
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="`(expand-file-name "~/.emacs.d/export.css")`" />
|
||||
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Fredoka+One|Raleway:400,400i,800|Share+Tech+Mono" />
|
||||
#+INFOJS_OPT: view:showall toc:nil ltoc:nil
|
||||
#+OPTIONS: num:nil
|
||||
#+TITLE: $1
|
||||
|
||||
$0
|
Loading…
Add table
Add a link
Reference in a new issue