diff options
-rw-r--r-- | custom.el | 4 | ||||
-rw-r--r-- | img/uml.png | bin | 12579 -> 23474 bytes | |||
-rw-r--r-- | smart-documents.pdf | bin | 450196 -> 418063 bytes | |||
-rw-r--r-- | templates/documents/.gitignore | 3 | ||||
-rw-r--r-- | templates/documents/gnu-default.setup | 8 |
5 files changed, 7 insertions, 8 deletions
@@ -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 Binary files differindex f4acd89..307abf5 100644 --- a/img/uml.png +++ b/img/uml.png diff --git a/smart-documents.pdf b/smart-documents.pdf Binary files differindex e3c3f54..7205971 100644 --- a/smart-documents.pdf +++ b/smart-documents.pdf 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.}} |