From c3875265ccdd1d72f06a16ab1ca725b7cb2ec35b Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Mon, 13 Sep 2021 22:49:27 -0700 Subject: Consolidated resources and meta files. --- templates/documents/.gitignore | 2 -- templates/documents/gnu-default.setup | 47 ------------------------- templates/documents/letter.setup | 22 ------------ templates/documents/ms-default.setup | 61 --------------------------------- templates/documents/ms-word.setup | 31 ----------------- templates/documents/title-default.org | 16 --------- templates/documents/title-short.org | 8 ----- templates/documents/wealthy-title.setup | 16 --------- templates/documents/wealthy.setup | 24 ------------- templates/org-capture/people.org | 16 --------- templates/org-capture/workout.org | 4 --- templates/wiki/level-0.org | 13 ------- templates/wiki/level-1.org | 13 ------- 13 files changed, 273 deletions(-) delete mode 100644 templates/documents/.gitignore delete mode 100644 templates/documents/gnu-default.setup delete mode 100644 templates/documents/letter.setup delete mode 100644 templates/documents/ms-default.setup delete mode 100644 templates/documents/ms-word.setup delete mode 100644 templates/documents/title-default.org delete mode 100644 templates/documents/title-short.org delete mode 100644 templates/documents/wealthy-title.setup delete mode 100644 templates/documents/wealthy.setup delete mode 100644 templates/org-capture/people.org delete mode 100644 templates/org-capture/workout.org delete mode 100644 templates/wiki/level-0.org delete mode 100644 templates/wiki/level-1.org (limited to 'templates') diff --git a/templates/documents/.gitignore b/templates/documents/.gitignore deleted file mode 100644 index 9088b08..0000000 --- a/templates/documents/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -auto/ -*.pdf \ No newline at end of file diff --git a/templates/documents/gnu-default.setup b/templates/documents/gnu-default.setup deleted file mode 100644 index 5e45a06..0000000 --- a/templates/documents/gnu-default.setup +++ /dev/null @@ -1,47 +0,0 @@ -# -*- 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/templates/documents/letter.setup b/templates/documents/letter.setup deleted file mode 100644 index 45d2252..0000000 --- a/templates/documents/letter.setup +++ /dev/null @@ -1,22 +0,0 @@ -# -*- 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/templates/documents/ms-default.setup b/templates/documents/ms-default.setup deleted file mode 100644 index fcefff2..0000000 --- a/templates/documents/ms-default.setup +++ /dev/null @@ -1,61 +0,0 @@ -# -*- 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/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/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/templates/documents/ms-word.setup b/templates/documents/ms-word.setup deleted file mode 100644 index a19f548..0000000 --- a/templates/documents/ms-word.setup +++ /dev/null @@ -1,31 +0,0 @@ -# -*- 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/templates/documents/title-default.org b/templates/documents/title-default.org deleted file mode 100644 index c2c3c09..0000000 --- a/templates/documents/title-default.org +++ /dev/null @@ -1,16 +0,0 @@ -# -*- 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/templates/documents/title-short.org b/templates/documents/title-short.org deleted file mode 100644 index 5f46ef0..0000000 --- a/templates/documents/title-short.org +++ /dev/null @@ -1,8 +0,0 @@ -# -*- 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/templates/documents/wealthy-title.setup b/templates/documents/wealthy-title.setup deleted file mode 100644 index 50afd73..0000000 --- a/templates/documents/wealthy-title.setup +++ /dev/null @@ -1,16 +0,0 @@ -# -*- 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/templates/documents/wealthy.setup b/templates/documents/wealthy.setup deleted file mode 100644 index eaf3b20..0000000 --- a/templates/documents/wealthy.setup +++ /dev/null @@ -1,24 +0,0 @@ -# -*- 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/templates/org-capture/people.org b/templates/org-capture/people.org deleted file mode 100644 index 828b461..0000000 --- a/templates/org-capture/people.org +++ /dev/null @@ -1,16 +0,0 @@ -* Name - -** Contact Details - -*** Phone -- Work :: -- Personal :: - -*** E-mail -- Work :: -- Personal :: - -** Important Dates -- Birthday :: - -** Notes diff --git a/templates/org-capture/workout.org b/templates/org-capture/workout.org deleted file mode 100644 index 33b80ed..0000000 --- a/templates/org-capture/workout.org +++ /dev/null @@ -1,4 +0,0 @@ -| | *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/templates/wiki/level-0.org b/templates/wiki/level-0.org deleted file mode 100644 index c229912..0000000 --- a/templates/wiki/level-0.org +++ /dev/null @@ -1,13 +0,0 @@ -# -*- mode: org; -*- -#+STARTUP: indent - -#+html-link-home "HOMEPAGE.html" -#+html-link-up "sitemap.html" - -#+HTML_HEAD: -#+HTML_HEAD: - -#+HTML_HEAD: -#+HTML_HEAD: -#+HTML_HEAD: -#+HTML_HEAD: diff --git a/templates/wiki/level-1.org b/templates/wiki/level-1.org deleted file mode 100644 index 23ee7d0..0000000 --- a/templates/wiki/level-1.org +++ /dev/null @@ -1,13 +0,0 @@ -# -*- mode: org; -*- -#+STARTUP: indent - -#+html-link-home "HOMEPAGE.html" -#+html-link-up "sitemap.html" - -#+HTML_HEAD: -#+HTML_HEAD: - -#+HTML_HEAD: -#+HTML_HEAD: -#+HTML_HEAD: -#+HTML_HEAD: -- cgit v1.2.3