From cc5cd4196c306b176f8af0124dc3d73b525024b1 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sun, 12 Sep 2021 15:45:21 -0700 Subject: Random --- custom.el | 4 +--- img/uml.png | Bin 12579 -> 23474 bytes smart-documents.pdf | Bin 450196 -> 418063 bytes templates/documents/.gitignore | 3 ++- templates/documents/gnu-default.setup | 8 ++++---- 5 files changed, 7 insertions(+), 8 deletions(-) diff --git a/custom.el b/custom.el index ac7231a..fcd73ee 100644 --- a/custom.el +++ b/custom.el @@ -68,9 +68,7 @@ '(org-startup-align-all-tables t) '(org-table-convert-region-max-lines 3000) '(org-tags-column -66) - '(package-selected-packages - '(tuareg plantuml-mode plantuml haskell-mode haskell zenburn-theme molokai-theme gotham-theme golint auctex-latexmk ox-groff auctex outshine olivetti-mode telega format-all emojify emoticons htmlize rich-minority py-yapf erc-image erc-hl-nicks treemacs moody olivetti semantic-refactor org-pretty-table mode-icons dashboard undo-tree hungry-delete smooth-scroll smooth-scrolling delight yasnippet-snippets yasnippet org-sticky-header awesome-tab tabbar-ruler tabbar-mode linum-relative dumb-jump csv-mode rainbow-mode org-mouse projectile minimap gnuplot ledger-mode company-mode wombat-theme wombar-theme which-key srefactor-lisp srefactor all-the-icons flycheck ibuffer-sidebar pdf-tools magit rainbow-delimiters smartparens mixed-pitch org-bullets use-package tabbar powerline ivy-hydra flatui-theme evil counsel company benchmark-init)) - '(pdf-view-midnight-colors '("#DCDCCC" . "#383838")) + '(pdf-view-midnight-colors '("#DCDCCC" . "#383838")) '(save-place-mode t) '(send-mail-function 'smtpmail-send-it) '(show-paren-mode t) diff --git a/img/uml.png b/img/uml.png index f4acd89..307abf5 100644 Binary files a/img/uml.png and b/img/uml.png differ diff --git a/smart-documents.pdf b/smart-documents.pdf index e3c3f54..7205971 100644 Binary files a/smart-documents.pdf and b/smart-documents.pdf differ diff --git a/templates/documents/.gitignore b/templates/documents/.gitignore index fbe0b73..9088b08 100644 --- a/templates/documents/.gitignore +++ b/templates/documents/.gitignore @@ -1 +1,2 @@ -auto/ \ No newline at end of file +auto/ +*.pdf \ No newline at end of file diff --git a/templates/documents/gnu-default.setup b/templates/documents/gnu-default.setup index 6eec9f5..5e45a06 100644 --- a/templates/documents/gnu-default.setup +++ b/templates/documents/gnu-default.setup @@ -7,8 +7,8 @@ # Ensure room for header and footer #+LATEX_HEADER: \usepackage[ -#+LATEX_HEADER: left = 1.5in, -#+LATEX_HEADER: right = 1.5in, +#+LATEX_HEADER: left = 1.2in, +#+LATEX_HEADER: right = 1.2in, #+LATEX_HEADER: top = 1in , #+LATEX_HEADER: bottom = 1.5in,]{geometry} @@ -37,11 +37,11 @@ #+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: \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~2020 Marius Peter. All rights reserved.} +#+LATEX_HEADER_EXTRA: Copyright \copyright~2021 Marius Peter. All rights reserved.}} -- cgit v1.2.3