summaryrefslogtreecommitdiff
path: root/resources/templates
diff options
context:
space:
mode:
Diffstat (limited to 'resources/templates')
-rw-r--r--resources/templates/documents/.gitignore2
-rw-r--r--resources/templates/documents/gnu-default.setup47
-rw-r--r--resources/templates/documents/letter.setup22
-rw-r--r--resources/templates/documents/ms-default.setup61
-rw-r--r--resources/templates/documents/ms-word.setup31
-rw-r--r--resources/templates/documents/title-default.org16
-rw-r--r--resources/templates/documents/title-short.org8
-rw-r--r--resources/templates/documents/wealthy-title.setup16
-rw-r--r--resources/templates/documents/wealthy.setup24
-rw-r--r--resources/templates/org-capture/people.org16
-rw-r--r--resources/templates/org-capture/workout.org4
-rw-r--r--resources/templates/wiki/level-0.org13
-rw-r--r--resources/templates/wiki/level-1.org13
13 files changed, 273 insertions, 0 deletions
diff --git a/resources/templates/documents/.gitignore b/resources/templates/documents/.gitignore
new file mode 100644
index 0000000..9088b08
--- /dev/null
+++ b/resources/templates/documents/.gitignore
@@ -0,0 +1,2 @@
+auto/
+*.pdf \ No newline at end of file
diff --git a/resources/templates/documents/gnu-default.setup b/resources/templates/documents/gnu-default.setup
new file mode 100644
index 0000000..5e45a06
--- /dev/null
+++ b/resources/templates/documents/gnu-default.setup
@@ -0,0 +1,47 @@
+# -*- mode: org; eval: (visual-line-mode); -*-
+
+# Hide Org mode tags
+#+OPTIONS: tags:nil
+
+#+LATEX_CLASS: article
+
+# Ensure room for header and footer
+#+LATEX_HEADER: \usepackage[
+#+LATEX_HEADER: left = 1.2in,
+#+LATEX_HEADER: right = 1.2in,
+#+LATEX_HEADER: top = 1in ,
+#+LATEX_HEADER: bottom = 1.5in,]{geometry}
+
+# Beautiful fonts ONLY
+#+LATEX_HEADER: \usepackage{fontspec}
+# Regular font
+#+LATEX_HEADER: \setmainfont[Scale=0.872]{Public Sans}
+# Monospaced font
+#+LATEX_HEADER: \setmonofont{Courier Prime}
+
+# Get total page count, to later insert in page footer.
+#+LATEX_HEADER: \usepackage{lastpage}
+# Provide access to \title, \author, and \date.
+#+LATEX_HEADER: \usepackage{titling}
+
+# Colors are used for gray header and footer content.
+#+LATEX_HEADER: \usepackage{xcolor}
+
+# Headers and footers.
+#+LATEX_HEADER: \usepackage{fancyhdr}
+# Space in the header for a logo or image.
+#+LATEX_HEADER: \setlength{\headheight}{36pt}
+#+LATEX_HEADER_EXTRA: \pagestyle{fancy}
+#+LATEX_HEADER_EXTRA: \fancyhead[L]{\rule[-12pt]{0pt}{0pt}\color{gray}\texttt{\theauthor}}
+# #+LATEX_HEADER_EXTRA: \fancyhead[C]{\color{gray}\large\bfseries\thetitle}
+#+LATEX_HEADER_EXTRA: \fancyhead[R]{\color{gray}\thedate}
+# Make header line gray
+#+LATEX_HEADER_EXTRA: \renewcommand{\headrule}{\hbox to\headwidth{%
+#+LATEX_HEADER_EXTRA: \color{gray}\leaders\hrule height \headrulewidth\hfill}
+#+LATEX_HEADER_EXTRA: \fancyfoot[C]{\color{gray}\hrulefill\\[0.8em]
+#+LATEX_HEADER_EXTRA: Page \thepage/\pageref*{LastPage}\\[0.8em]
+#+LATEX_HEADER_EXTRA: \footnotesize Compiled with
+#+LATEX_HEADER_EXTRA: \includegraphics[width=1.618ex]{~/.emacs.d/img/icons/EmacsIcon.png}/
+#+LATEX_HEADER_EXTRA: \includegraphics[width=1.618ex]{~/.emacs.d/img/icons/Org-mode-unicorn.png}/
+#+LATEX_HEADER_EXTRA: \includegraphics[width=1.618ex]{~/.emacs.d/img/icons/LuaTeX_logo.png}/...\\
+#+LATEX_HEADER_EXTRA: Copyright \copyright~2021 Marius Peter. All rights reserved.}}
diff --git a/resources/templates/documents/letter.setup b/resources/templates/documents/letter.setup
new file mode 100644
index 0000000..45d2252
--- /dev/null
+++ b/resources/templates/documents/letter.setup
@@ -0,0 +1,22 @@
+# -*- mode: org; eval: (visual-line-mode); -*-
+#+OPTIONS: title:nil
+
+#+LATEX_CLASS: letter
+
+# Ensure room for header and footer
+#+LATEX_HEADER: \usepackage{geometry}[
+#+LATEX_HEADER: left = 1in ,
+#+LATEX_HEADER: right = 1in ,
+#+LATEX_HEADER: top = 1in ,
+#+LATEX_HEADER: bottom = 1in ,]
+
+# Beautiful fonts ONLY
+#+LATEX_HEADER: \usepackage{fontspec}
+# Regular font
+#+LATEX_HEADER: \setmainfont{Linux Libertine}
+# Monospaced font
+#+LATEX_HEADER: \setmonofont{Courier Prime}
+
+# #+LATEX_HEADER: \usepackage{draftwatermark}
+# #+LATEX_HEADER: \SetWatermarkText{Draft}
+# #+LATEX_HEADER: \SetWatermarkScale{1}
diff --git a/resources/templates/documents/ms-default.setup b/resources/templates/documents/ms-default.setup
new file mode 100644
index 0000000..f7e5fbb
--- /dev/null
+++ b/resources/templates/documents/ms-default.setup
@@ -0,0 +1,61 @@
+# -*- mode: org; eval: (visual-line-mode); -*-
+
+# Hide Org mode tags
+#+OPTIONS: tags:nil
+
+#+LATEX_CLASS: article
+
+# Ensure room for header and footer
+#+LATEX_HEADER: \usepackage{geometry}[
+#+LATEX_HEADER: ansiapaper ,
+#+LATEX_HEADER: left = 1in ,
+#+LATEX_HEADER: right = 1in ,
+#+LATEX_HEADER: top = 1in ,
+#+LATEX_HEADER: bottom = 1.75in ,]
+
+# Beautiful fonts ONLY
+#+LATEX_HEADER: \usepackage{fontspec}
+# Regular font
+#+LATEX_HEADER: \setmainfont{Public Sans}[
+#+LATEX_HEADER: Path = C:/Users/blend/AppData/Roaming/.emacs.d/resources/fonts/,
+#+LATEX_HEADER: Extension = .ttf ,
+#+LATEX_HEADER: UprightFont = *-regular ,
+#+LATEX_HEADER: BoldFont = *-bold ,
+#+LATEX_HEADER: ItalicFont = *-italic ,
+#+LATEX_HEADER: BoldItalicFont = *-bolditalic ,]
+# Monospaced font
+#+LATEX_HEADER: \setmonofont{Courier Prime}[
+#+LATEX_HEADER: Path = C:/Users/blend/AppData/Roaming/.emacs.d/resources/fonts/,
+#+LATEX_HEADER: Extension = .ttf ,
+#+LATEX_HEADER: UprightFont = *-regular ,
+#+LATEX_HEADER: BoldFont = *-bold ,
+#+LATEX_HEADER: ItalicFont = *-italic ,
+#+LATEX_HEADER: BoldItalicFont = *-bolditalic ,]
+
+# Get total page count to insert in footer
+#+LATEX_HEADER: \usepackage{lastpage}
+#+LATEX_HEADER: \usepackage{titling}
+
+# Required to reset numbering of table rows from table to table.
+#+LATEX_HEADER: \usepackage{etoolbox}
+#+LATEX_HEADER: \makeatletter
+#+LATEX_HEADER: \gpreto\tabular{\renewcommand{\arraystretch}{1.4}\rownum=\z@}
+#+LATEX_HEADER: \makeatother
+
+# Headers and footers.
+#+LATEX_HEADER: \usepackage{fancyhdr}
+# Space in the header for a logo or image.
+#+LATEX_HEADER: \setlength{\headheight}{36pt}
+#+LATEX_HEADER_EXTRA: \pagestyle{fancy}
+#+LATEX_HEADER_EXTRA: \fancyhead[L]{\rule[-12pt]{0pt}{0pt}\texttt{\theauthor}}
+#+LATEX_HEADER_EXTRA: \fancyhead[C]{\large\textbf{\thetitle}}
+#+LATEX_HEADER_EXTRA: \fancyhead[R]{\thedate}
+#+LATEX_HEADER_EXTRA: \renewcommand{\headrulewidth}{1.5pt}
+#+LATEX_HEADER_EXTRA: \fancyfoot[C]{
+#+LATEX_HEADER_EXTRA: \hrulefill\\[0.8em]
+#+LATEX_HEADER_EXTRA: Page \thepage/\pageref*{LastPage}\\[0.8em]
+#+LATEX_HEADER_EXTRA: \footnotesize Compiled with
+#+LATEX_HEADER_EXTRA: \includegraphics[width = 1.618ex]{C:/Users/blend/AppData/Roaming/.emacs.d/img/icons/EmacsIcon.png}/
+#+LATEX_HEADER_EXTRA: \includegraphics[width = 1.618ex]{C:/Users/blend/AppData/Roaming/.emacs.d/img/icons/Org-mode-unicorn.png}/
+#+LATEX_HEADER_EXTRA: \includegraphics[width = 1.618ex]{C:/Users/blend/AppData/Roaming/.emacs.d/img/icons/LuaTeX_logo.png}/...\\
+#+LATEX_HEADER_EXTRA: Copyright \copyright~2020 Marius Peter. All rights reserved.}
diff --git a/resources/templates/documents/ms-word.setup b/resources/templates/documents/ms-word.setup
new file mode 100644
index 0000000..a19f548
--- /dev/null
+++ b/resources/templates/documents/ms-word.setup
@@ -0,0 +1,31 @@
+# -*- mode: org; eval: (visual-line-mode); -*-
+
+# Hide Org mode tags
+#+OPTIONS: tags:nil
+
+#+LATEX_CLASS: article
+
+# Ensure room for header and footer
+#+LATEX_HEADER: \usepackage[left=1in,%
+#+LATEX_HEADER: right=1in,%
+#+LATEX_HEADER: top=1in,%
+#+LATEX_HEADER: bottom=1.75in]{geometry}
+
+# Beautiful fonts ONLY
+#+LATEX_HEADER: \usepackage{fontspec}
+#+LATEX_HEADER: \setmainfont{Carlito}
+#+LATEX_HEADER: \setmonofont{Liberation Mono}
+
+# Get total page count to insert in footer
+#+LATEX_HEADER: \usepackage{lastpage}
+#+LATEX_HEADER: \usepackage{titling}
+
+# Headers and footers.
+#+LATEX_HEADER: \usepackage{fancyhdr}
+# Space in the header for a logo or image.
+#+LATEX_HEADER: \setlength{\headheight}{36pt}
+#+LATEX_HEADER_EXTRA: \pagestyle{fancy}
+#+LATEX_HEADER_EXTRA: \fancyhead[L]{\theauthor}
+#+LATEX_HEADER_EXTRA: \fancyhead[C]{\large\textbf{\thetitle}}
+#+LATEX_HEADER_EXTRA: \fancyhead[R]{\thedate}
+#+LATEX_HEADER_EXTRA: \fancyfoot[C]{\hrulefill\\[0.8em] Page \thepage/\pageref*{LastPage}}
diff --git a/resources/templates/documents/title-default.org b/resources/templates/documents/title-default.org
new file mode 100644
index 0000000..c2c3c09
--- /dev/null
+++ b/resources/templates/documents/title-default.org
@@ -0,0 +1,16 @@
+# -*- mode: org; -*- #
+
+#+OPTIONS: title:nil toc:nil
+# Increase spacing between header rule and main text body
+#+LATEX: \rule[-2in]{0pt}{0pt}\\
+#+LATEX: \Huge\textbf{\thetitle}\\[1in]
+#+LATEX: \LARGE\texttt{\theauthor}\\
+#+LATEX: \thedate
+
+#+LATEX: \clearpage
+
+#+LATEX: \normalsize
+#+LATEX: \tableofcontents
+#+LATEX: \listoffigures
+#+LATEX: \listoftables
+#+LATEX: \clearpage
diff --git a/resources/templates/documents/title-short.org b/resources/templates/documents/title-short.org
new file mode 100644
index 0000000..5f46ef0
--- /dev/null
+++ b/resources/templates/documents/title-short.org
@@ -0,0 +1,8 @@
+# -*- mode: org; -*-
+
+#+OPTIONS: title:nil toc:nil
+
+#+LATEX: \noindent\huge\textbf{\thetitle}\\[1em]
+#+LATEX: \large\texttt{\theauthor}\\
+#+LATEX: \thedate\\[1em]
+#+LATEX: \normalsize\normalfont
diff --git a/resources/templates/documents/wealthy-title.setup b/resources/templates/documents/wealthy-title.setup
new file mode 100644
index 0000000..50afd73
--- /dev/null
+++ b/resources/templates/documents/wealthy-title.setup
@@ -0,0 +1,16 @@
+# -*- mode: org; -*- #
+
+#+OPTIONS: title:nil toc:nil
+# Increase spacing between header rule and main text body
+#+LATEX: \rule[-2in]{0pt}{0pt}\\
+#+LATEX: \Huge\textbf{\thetitle}\\[1in]
+#+LATEX: \LARGE\texttt{Lord \theauthor}\\
+#+LATEX: \thedate
+
+#+LATEX: \clearpage
+
+#+LATEX: \normalsize
+#+LATEX: \tableofcontents
+#+LATEX: \listoffigures
+#+LATEX: \listoftables
+#+LATEX: \clearpage
diff --git a/resources/templates/documents/wealthy.setup b/resources/templates/documents/wealthy.setup
new file mode 100644
index 0000000..eaf3b20
--- /dev/null
+++ b/resources/templates/documents/wealthy.setup
@@ -0,0 +1,24 @@
+# -*- mode: org; eval: (visual-line-mode); -*-
+
+#+LATEX_HEADER: \usepackage[left=1.5in,%
+#+LATEX_HEADER: right=2.0in,%
+#+LATEX_HEADER: top=1.5in,%
+#+LATEX_HEADER: bottom=1.5in]{geometry}
+
+#+LATEX_HEADER: \usepackage{fontspec}
+#+LATEX_HEADER: \setmainfont{EB Garamond}
+#+LATEX_HEADER: \setmonofont{Courier Prime}
+
+# Get total page count to insert in footer
+#+LATEX_HEADER: \usepackage{lastpage}
+#+LATEX_HEADER: \usepackage{titling}
+
+#+LATEX_HEADER: \usepackage{fancyhdr}
+# Space in the header for a logo or image.
+#+LATEX_HEADER: \setlength{\headheight}{36pt}
+#+LATEX_HEADER_EXTRA: \pagestyle{fancy}
+#+LATEX_HEADER_EXTRA: \fancyhead[L]{\rule[-12pt]{0pt}{0pt}\texttt{\textit{Lord \theauthor}}}
+#+LATEX_HEADER_EXTRA: \fancyhead[C]{\Large\textbf{\thetitle}}
+#+LATEX_HEADER_EXTRA: \fancyhead[R]{\texttt{\textit{\thedate}}}
+#+LATEX_HEADER_EXTRA: \renewcommand{\headrulewidth}{1.5pt}
+#+LATEX_HEADER_EXTRA: \fancyfoot[C]{\hrulefill\\[0.8em] Page \thepage\\[0.8em]\footnotesize Tastefully assembled with \includegraphics[width=1.618ex]{~/.emacs.d/img/icons/EmacsIcon.png}/\includegraphics[width=1.618ex]{~/.emacs.d/img/icons/Org-mode-unicorn.png}/\includegraphics[width=1.618ex]{~/.emacs.d/img/icons/LuaTeX_logo.png}/...\\ Copyright \copyright~2020 Marius Peter. All rights reserved. }
diff --git a/resources/templates/org-capture/people.org b/resources/templates/org-capture/people.org
new file mode 100644
index 0000000..828b461
--- /dev/null
+++ b/resources/templates/org-capture/people.org
@@ -0,0 +1,16 @@
+* Name
+
+** Contact Details
+
+*** Phone
+- Work ::
+- Personal ::
+
+*** E-mail
+- Work ::
+- Personal ::
+
+** Important Dates
+- Birthday ::
+
+** Notes
diff --git a/resources/templates/org-capture/workout.org b/resources/templates/org-capture/workout.org
new file mode 100644
index 0000000..33b80ed
--- /dev/null
+++ b/resources/templates/org-capture/workout.org
@@ -0,0 +1,4 @@
+| | *Date & Part* | Row | 1 | 2 | 3 | 4 | 5 | 6 | 7 |
+| | %t | 500m | EX1 | EX2 | EX3 | EX4 | EX5 | EX6 | EX7 |
+| | *Back* | 2:00 | 3x8 | 3x8 | 3x8 | 3x8 | 3x10 | 3x8 | 3x8 |
+|---+---------------+------+-----+-----+-----+-----+------+-----+-----|
diff --git a/resources/templates/wiki/level-0.org b/resources/templates/wiki/level-0.org
new file mode 100644
index 0000000..c229912
--- /dev/null
+++ b/resources/templates/wiki/level-0.org
@@ -0,0 +1,13 @@
+# -*- mode: org; -*-
+#+STARTUP: indent
+
+#+html-link-home "HOMEPAGE.html"
+#+html-link-up "sitemap.html"
+
+#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="./org-html-themes-master/styles/readtheorg/css/htmlize.css"/>
+#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="./org-html-themes-master/styles/readtheorg/css/readtheorg.css"/>
+
+#+HTML_HEAD: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
+#+HTML_HEAD: <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+#+HTML_HEAD: <script type="text/javascript" src="../org-html-themes-masterstyles/lib/js/jquery.stickytableheaders.min.js"></script>
+#+HTML_HEAD: <script type="text/javascript" src="../org-html-themes-masterstyles/readtheorg/js/readtheorg.js"></script>
diff --git a/resources/templates/wiki/level-1.org b/resources/templates/wiki/level-1.org
new file mode 100644
index 0000000..23ee7d0
--- /dev/null
+++ b/resources/templates/wiki/level-1.org
@@ -0,0 +1,13 @@
+# -*- mode: org; -*-
+#+STARTUP: indent
+
+#+html-link-home "HOMEPAGE.html"
+#+html-link-up "sitemap.html"
+
+#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../org-html-themes-master/styles/readtheorg/css/htmlize.css"/>
+#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../org-html-themes-master/styles/readtheorg/css/readtheorg.css"/>
+
+#+HTML_HEAD: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
+#+HTML_HEAD: <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+#+HTML_HEAD: <script type="text/javascript" src="../../org-html-themes-masterstyles/lib/js/jquery.stickytableheaders.min.js"></script>
+#+HTML_HEAD: <script type="text/javascript" src="../../org-html-themes-masterstyles/readtheorg/js/readtheorg.js"></script>
Copyright 2019--2024 Marius PETER